Re: [libvirt-users] Error while adding volume through virsh

2013-08-16 Thread varun bhatnagar
Hi, The below error got resolved. Now while starting my esx domain I got the following error: "Error: internal error: Could not start domain: GenericVmConfigFault - Failed to start the virtual machine. " Is this a bug? Regards, Varun On 16 Aug 2013 11:43, "varun bhatnagar" wrote: > Hi Ján, >

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread varun bhatnagar
Hi Ján, Thanks a lot for the suggestion. It worked and volume is added to the datastore. Now if I try to start the node it gives an error saying: Error: internal error: Could not start domain: FileNotFound - File [datastore1] testNode/cluster.vmdk was not found." But .vmdk file exist at this loc

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread Ján Tomko
On 08/15/2013 04:30 PM, varun bhatnagar wrote: > Hi, > > I was trying to add volume...I got one xml snippet and I modified it according > to my node configuration: Hi, could you try specifying the format as well? > > < volume> > testNode/cluster.vmdk > 0 > 2 > Jan ___

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread varun bhatnagar
Yes Matthias I am connecting to ESX uri first and then I am adding volume to my ESX data store. On 15 Aug 2013 20:30, "Matthias Bolte" wrote: > 2013/8/15 varun bhatnagar : > > Hi, > > > > I was trying to add volume...I got one xml snippet and I modified it > > according to my node configuration:

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread varun bhatnagar
I am trying to add this volume to ESX pool. I have ESX server and got connected to it. When I listed the pool the data store of ESX server was getting listed down. So I was adding this volume to that. I want to create a domain but for that Matthias replied that I have to add volume which will put m

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread Matthias Bolte
2013/8/15 varun bhatnagar : > Hi, > > I was trying to add volume...I got one xml snippet and I modified it > according to my node configuration: > > < volume> > testNode/cluster.vmdk > 0 > 2 > > > Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one > error message came sa

Re: [libvirt-users] Error while adding volume through virsh

2013-08-15 Thread Eric Blake
On 08/15/2013 08:30 AM, varun bhatnagar wrote: > Hi, > > I was trying to add volume...I got one xml snippet and I modified it > according to my node configuration: > > < volume> > testNode/cluster.vmdk > 0 > 2 > > > Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one >

[libvirt-users] Error while adding volume through virsh

2013-08-15 Thread varun bhatnagar
Hi, I was trying to add volume...I got one xml snippet and I modified it according to my node configuration: < volume> testNode/cluster.vmdk 0 2 Now when I executed "virsh vol-create datastore1 /local/new_volume.xml" one error message came saying: "Error: Failed to create volume from /local/