[ovirt-users] Re: how to remove a failed backup operation

2021-09-09 Thread Gianluca Cecchi
On Thu, Sep 9, 2021 at 2:21 PM Nir Soffer wrote: > On Thu, Sep 9, 2021 at 12:53 PM Nir Soffer wrote: > ... > >> Any insight for finding the scratch disks ids in engine.log? > >> See here my engine.log and timestamp of backup (as seen in database > above) is 15:31 on 03 September: > >> > >> >

[ovirt-users] Re: how to remove a failed backup operation

2021-09-09 Thread Nir Soffer
On Thu, Sep 9, 2021 at 12:53 PM Nir Soffer wrote: ... >> Any insight for finding the scratch disks ids in engine.log? >> See here my engine.log and timestamp of backup (as seen in database above) >> is 15:31 on 03 September: >> >>

[ovirt-users] Re: how to remove a failed backup operation

2021-09-09 Thread Nir Soffer
On Wed, Sep 8, 2021 at 11:52 AM Gianluca Cecchi wrote: ... > Right now what I see in the table is: > > engine=# \x > Expanded display is on. > Nice! I did know about that > engine=# select * from vm_backups; > -[ RECORD 1 ]--+- > backup_id |

[ovirt-users] Re: how to remove a failed backup operation

2021-09-08 Thread Gianluca Cecchi
On Sun, Sep 5, 2021 at 6:00 PM Pavel Bar wrote: > Hi, > Please try the instructions below and update whether it helped. > > Thank you! > > Pavel > > Thanks for input. If I understand it correctly I have to complete the steps described by Nir and then work at db level. Right now what I see in

[ovirt-users] Re: how to remove a failed backup operation

2021-09-05 Thread Pavel Bar
Hi, Please try the instructions below and update whether it helped. Thank you! Pavel On Sun, 5 Sept 2021 at 18:41, Nir Soffer wrote: > On Sat, Sep 4, 2021 at 1:08 AM Gianluca Cecchi > wrote: > ... > >>> ovirt_imageio._internal.nbd.ReplyError: Writing to file failed: [Error > 28] No space

[ovirt-users] Re: how to remove a failed backup operation

2021-09-05 Thread Nir Soffer
On Sat, Sep 4, 2021 at 1:08 AM Gianluca Cecchi wrote: ... >>> ovirt_imageio._internal.nbd.ReplyError: Writing to file failed: [Error 28] >>> No space left on device >> This error is expected if you don't have space to write the data. > ok. I forgot to mention that running backup on engine host

[ovirt-users] Re: how to remove a failed backup operation

2021-09-03 Thread Gianluca Cecchi
On Fri, Sep 3, 2021 at 9:35 PM Nir Soffer wrote: > On Fri, Sep 3, 2021 at 4:45 PM Gianluca Cecchi > wrote: > >> Hello, >> I was trying incremental backup with the provided >> /usr/share/doc/python3-ovirt-engine-sdk4/examples/backup_vm.py and began >> using the "full" option. >> But I specified

[ovirt-users] Re: how to remove a failed backup operation

2021-09-03 Thread Nir Soffer
On Fri, Sep 3, 2021 at 4:45 PM Gianluca Cecchi wrote: > Hello, > I was trying incremental backup with the provided > /usr/share/doc/python3-ovirt-engine-sdk4/examples/backup_vm.py and began > using the "full" option. > But I specified an incorrect dir and during backup I got error due to >

[ovirt-users] Re: how to remove a failed backup operation

2021-09-03 Thread Strahil Nikolov via Users
This looks like a bug. It should have 'recovered' from the failure. I'm not sure which logs would help identify the root cause. Best Regards,Strahil Nikolov On Fri, Sep 3, 2021 at 16:45, Gianluca Cecchi wrote: Hello,I was trying incremental backup with the provided