ok, it is there in the vdsm log:
Thread-58161::ERROR::2013-08-29 07:48:18,255::libvirtvm::2089::vm.Vm::(snapshot)
vmId=`e4226eb3-9758-4d19-a4d3-0a263189013d`::The base volume doesn't exist:
{'device': 'disk', 'domainID':
'f5846dee-cbe1-415e-8452-d9fec8f2bcd0', 'volumeID':
'8b177d7c-4577-4ec4-adab-d2c87377f34a', 'imageID':
'c7a90893-83e9-4781-905f-470a2e6b653f'}
And this is the relevant snippet from vdsm:
# The volume we want to snapshot doesn't exist
_rollbackDrives(newDrives)
self.log.error("The base volume doesn't exist: %s",
baseDrv)
I would suspect that this is another DB inconsistency, the engine is sending a disk to
snapshot that does not exist on the storage. Can you still start this VM?
Thank you,
Laszlo
----- Original Message -----
From: "Jakub Bittner" <j.bittner(a)nbu.cz>
To: "Laszlo Hornyak" <lhornyak(a)redhat.com>
Cc: users(a)ovirt.org
Sent: Thursday, August 29, 2013 7:50:55 AM
Subject: Re: [Users] VM snapshot creating failed
Dne 28.8.2013 18:09, Laszlo Hornyak napsal(a):
> Hi Jakub,
>
> Could you also share the VDSM logs from that host?
>
> Thank you,
> Laszlo
>
> ----- Original Message -----
>> From: "Jakub Bittner" <j.bittner(a)nbu.cz>
>> To: users(a)ovirt.org
>> Sent: Wednesday, August 28, 2013 5:45:28 PM
>> Subject: [Users] VM snapshot creating failed
>>
>> Hi,
>>
>> I tryed to create snapshot of VM, but it fails with this in log:
>>
>>
http://paste.fedoraproject.org/35494/
>>
>>
>> I use oVirt 3.3RC
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users(a)ovirt.org
>>
http://lists.ovirt.org/mailman/listinfo/users
>>
Here is the vdsm log from node
http://paste.fedoraproject.org/35641/
Thank you.
Ok, it is there in the VDSM log: