[ovirt-users] Re: stucked snapshot, locked disk

2019-02-19 Thread Shani Leviim
Hi, In order to delete all jobs (aka tasks on the UI), I'm using: truncate table job cascade; Which is also mentioned here: https://github.com/oVirt/ovirt-engine/blob/master/packaging/setup/dbutils/taskcleaner.sh Hope it helps *Regards,* *Shani Leviim* On Mon, Feb 18, 2019 at 3:52 PM Mike

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-18 Thread Mike Lykov
14.02.2019 19:45, Jiří Sléžka пишет: Hello, we are using ovirt 4.2.8.2-1.el7. One our user probably tried to preview taken snapshot but the task is stucked and never finished. Also disk is locked. I'm also have this problem. I try to use openbaccus project for backup VMs, and all was good

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-18 Thread Jiří Sléžka
Hi, > > On Thu, Feb 14, 2019 at 11:37 AM Jiří Sléžka > wrote: > > Hello, > > we are using ovirt 4.2.8.2-1.el7. > > One our user probably tried to preview taken snapshot but the task is > stucked and never finished. Also disk is locked. > >

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-18 Thread Jiří Sléžka
Hi, On 2/15/19 10:01 PM, Benny Zlotnik wrote: > IIUC it shouldn't get to 475 since it would short-circuit if it isn't a disk > > Jiří, can you attach the full engine logs so we can retrace everything > that happened? sure,

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-15 Thread Benny Zlotnik
IIUC it shouldn't get to 475 since it would short-circuit if it isn't a disk Jiří, can you attach the full engine logs so we can retrace everything that happened? On Fri, Feb 15, 2019 at 10:06 PM Michal Skrivanek < michal.skriva...@redhat.com> wrote: > Isn’t the code wrong? Seems the function

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-15 Thread Michal Skrivanek
Isn’t the code wrong? Seems the function checks for disks or unmanaged device, and if it is unmanaged non-disk device it still kind of assumes it’s a disk at line 475? It’s not common, but any device can be unmanaged > On 14 Feb 2019, at 16:45, Jiří Sléžka wrote: > > Hello, > > we are using

[ovirt-users] Re: stucked snapshot, locked disk

2019-02-15 Thread Greg Sheremeta
On Thu, Feb 14, 2019 at 11:37 AM Jiří Sléžka wrote: > Hello, > > we are using ovirt 4.2.8.2-1.el7. > > One our user probably tried to preview taken snapshot but the task is > stucked and never finished. Also disk is locked. > > Here is engine.log > > https://pastebin.com/izBJ1BUg > > I am not