[ovirt-users] Re: ovirt api vm snapshot cloning error

2018-08-23 Thread Avihai Efrat
Hi Peter, Would you mind reporting a bug on this issue you saw? To me, it looks like sync/timing issue between snapshot state('OK) and disk state('Locked'). Can you also please check if the disk that is reported as locked is indeed locked at the time the error is reported? Please add this info t

[ovirt-users] Re: ovirt api vm snapshot cloning error

2018-08-22 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Avihai, I added code to check the disk status, but the disks seems to be in OK state. # checking disk states snap_disks_service = snap_service.disks_service() snap_disks = snap_disks_service.list() for snap_disk in snap_disks: print("Disk %s

[ovirt-users] Re: ovirt api vm snapshot cloning error

2018-08-22 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Avihai, I will report it. Meanwhile I found another bug in UI ;( Right now I'm trying to add disk status code, just to confirm what you said. Peter On 22/08/2018 13:48, Avihai Efrat wrote: > Hi Peter, > > Would you mind reporting a bu