[ovirt-users] long time running backup (hanged in image finalizing state )

2022-09-19 Thread Jirka Simon
Hello there. we have issue with backups on our cluster, one backup started 2 days ago and is is still in state finalizing. select * from vm_backups;  backup_id   | from_checkpoint_id |   to_checkpoint_id   |    vm_id |

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
Yes, the backup needs to be finalized separately, I'm not familiar with how vProtect works but if it won't finalize this backup automatically you can do it yourself by sending a POST request to:

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Jirka Simon
ah I see,  thank you. image transfer row already dissipated, but backup task is still there with last update on Saturday's night. and in the job table is the same select * from job;    job_id    | action_type  |   description    | status  |   

[ovirt-users] Re: How do I migrate a running VM off unassigned host?

2022-09-19 Thread David White via Users
I tried rebooting the engine to see if that would magically solve the problem (worth a try, right?). But as I expected, it didn't help. Now one of the hosts is in a "Non Responsive" state and the other is permanently in a "Connecting" state. All VMs associated with those 2 hosts now show a

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
Completed transfers (phase 9/10) shouldn't interfere with anything and are cleared automatically after 15 minutes On Mon, Sep 19, 2022 at 2:48 PM Jirka Simon wrote: > > Hello Benny, > > thank you, i updater phase to 9 and restarted ovirt engine , but it is still > there. should i update phase

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
OK, I see an issue with the transfer 2022-09-17 01:43:05,856+02 INFO [org.ovirt.engine.core.bll.storage.disk.image.ImageTransferUpdater] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-74) [7f8657ae-1f57-438f-b849-80aa9e805021] Updating image transfer

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Jirka Simon
Hello Benny, thank you, i updater phase to 9 and restarted ovirt engine , but it is still there. should i update phase column in vm_backups table as well ? Jirka On 9/19/22 13:27, Benny Zlotnik wrote: OK, I see an issue with the transfer 2022-09-17 01:43:05,856+02 INFO

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Benny Zlotnik
Please attach the ovirt-engine logs The backup has the ready status, did you finalize it? Can show all the fields for the disk transfer? Was it finalized? How is the backup performed? On Mon, Sep 19, 2022 at 2:06 PM Jirka Simon wrote: > > Hello there. > > we have issue with backups on our

[ovirt-users] How do I migrate a running VM off unassigned host?

2022-09-19 Thread David White via Users
Ok, now that I'm able to (re)deploy ovirt to new hosts, I now need to migrate VMs that are running on hosts that are currently in an "unassigned" state in the cluser. This is the result of having moved the oVirt engine OUT of a hyperconverged environment onto its own stand-alone system, while

[ovirt-users] Re: long time running backup (hanged in image finalizing state )

2022-09-19 Thread Jirka Simon
Hi Benny, thank you a lot for your help.  (task in vprotect already time outed, and finalize backup  with api was successfull ) I'm looking forward for the new version :D Jirka On 9/19/22 14:41, Benny Zlotnik wrote: Yes, the backup needs to be finalized separately, I'm not familiar with

[ovirt-users] VM Down With "Bad Volume Specification"

2022-09-19 Thread Clint Boggio
I had occasion to shutdown a VM for the purpose of adding RAM and processor to it and the VM willnot boot back up. I'm seeing "VM Issabel_PBX is down with error. Exit message: Bad volume specification {'address': {'bus': '0', 'controller': '0', 'type': 'drive', 'target': '0', 'unit': '0'},

[ovirt-users] Re: VM Down With "Bad Volume Specification"

2022-09-19 Thread Clint Boggio
I'm thinking that I need to somehow stop the disk move, and then delete the snapshot that existed prior to my attempt at moving the disk. Can someone please tell me how to stop that disk move ? ___ Users mailing list -- users@ovirt.org To unsubscribe

[ovirt-users] Re: How do I migrate a running VM off unassigned host?

2022-09-19 Thread David White via Users
Restarting the `vdsmd` service on 1 of the problematic hosts brought that host back, and ovirt can see it. But that did not fix the problem on the last remaining host. I'm still troubleshooting... Sent with Proton Mail secure email. --- Original Message --- On Monday, September 19th,

[ovirt-users] Re: How do I migrate a running VM off unassigned host?

2022-09-19 Thread David White via Users
This is resolved. I manually shutdown each VM, and then from within oVirt, I went to the host, and in the upper corner of the page when looking at the host, I clicked on 'Confirm Host has been rebooted'.  This allowed oVirt to then recognize that the VMs were down, and I was able to bring them

[ovirt-users] Re: How do I migrate a running VM off unassigned host?

2022-09-19 Thread Yedidyah Bar David
On Tue, Sep 20, 2022 at 4:50 AM David White via Users wrote: > > This is resolved. > I manually shutdown each VM, and then from within oVirt, I went to the host, > and in the upper corner of the page when looking at the host, I clicked on > 'Confirm Host has been rebooted'. > > This allowed

[ovirt-users] Re: Unable to deploy to new host

2022-09-19 Thread Yedidyah Bar David
Hi, please see my reply to "[ovirt-users] Error during deployment of ovirt-engine". Best regards, On Mon, Sep 19, 2022 at 5:02 AM David White via Users wrote: > > I currently have a self-hosted engine that was restored from a backup of an > engine that was originally in a hyperconverged

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-19 Thread Yedidyah Bar David
On Sat, Sep 17, 2022 at 4:15 PM wrote: > > I meant what exactly is broken and if there is a workaround or a planned fix. The breakage happened due to: - ansible-core recently moved to python 3.9 - oVirt needs several python libraries in its use of ansible, some of which are packaged by oVirt.

[ovirt-users] Re: Error during deployment of ovirt-engine

2022-09-19 Thread Yedidyah Bar David
Hi, please see my reply to "[ovirt-users] Error during deployment of ovirt-engine". Best regards, On Sun, Sep 18, 2022 at 9:56 PM Peter H wrote: > > Hi Jonas, > > I get the same error when I try to install. Last weekend I managed to do it > (but with a lot of other problems) so something has

[ovirt-users] Re: Should I migrate existing oVirt Engine, or deploy new?

2022-09-19 Thread Yedidyah Bar David
On Sun, Sep 18, 2022 at 4:10 AM David White via Users wrote: > > I thought I'd report back to the list and mention that I was successful in > migrating off of the hyperconverged environment onto a stand-alone engine > environment, and Gluster has been removed from the oVirt configuration.

[ovirt-users] Re: oVirt 4.5 on Rocky 9

2022-09-19 Thread Yedidyah Bar David
On Sun, Sep 18, 2022 at 10:03 PM Bjorn M wrote: > > Hi, > > I'm moving all my infra nodes to Rocky 9 and my oVirt cluster is next on the > list. I'm deploying a standalone oVirt VM on a KVM box and will set up the > hosts afterwards. All are to run on Rocky 9 x86_64. The engine is not ready

[ovirt-users] Re: Unable to deploy to new host

2022-09-19 Thread David White via Users
--- Original Message --- On Monday, September 19th, 2022 at 4:44 AM, Yedidyah Bar David wrote: > On Mon, Sep 19, 2022 at 11:31 AM David White dmwhite...@protonmail.com wrote: > > > Thank you. > > > > On the engine: > > > > [root@ovirt-engine1 dwhite]# rpm -qa | grep -i

[ovirt-users] Re: Unable to deploy to new host

2022-09-19 Thread Yedidyah Bar David
On Mon, Sep 19, 2022 at 12:15 PM David White wrote: > > --- Original Message --- > On Monday, September 19th, 2022 at 4:44 AM, Yedidyah Bar David > wrote: > > > > On Mon, Sep 19, 2022 at 11:31 AM David White dmwhite...@protonmail.com > > wrote: > > > > > > Thank you. > > > > > > > On

[ovirt-users] Re: Unable to deploy to new host

2022-09-19 Thread David White via Users
Thank you. On the engine: [root@ovirt-engine1 dwhite]# rpm -qa | grep -i ansible-core ansible-core-2.13.3-1.el8.x86_64 So I downgraded ansible-core: [root@ovirt-engine1 dwhite]# yum downgrade ansible-core [root@ovirt-engine1 dwhite]# rpm -qa | grep ansible-core

[ovirt-users] Re: Unable to change the admin passsword on oVirt 4.5.2.5

2022-09-19 Thread Martin Perina
Hi, the answer depends if you selected Keycloak integration during engine-setup or not. If you are not sure, you can check using following: 1. What is your username when connecting to webadmin? - If it's "admin@ovirt", the you are using Keycloak integration - If it's "admin" and profile

[ovirt-users] Re: How i can shutdown the virtual servers on a note when the ovirt network is down

2022-09-19 Thread Konstantin Shalygin
Hi, For a network maintenance, when you can't/don't want to put your ovirt host to maintenance mode on oVirt engine, you can turn off the API completely systemctl stop ovirt-engine After works over, just start service back k Sent from my iPhone > On 18 Sep 2022, at 22:00,

[ovirt-users] Re: How i can shutdown the virtual servers on a note when the ovirt network is down

2022-09-19 Thread Konstantin Shalygin
> On 19 Sep 2022, at 11:18, Manfred Bohensky | Bohensky IT GmbH > wrote: > > My question is if e.g. the network card or port from the ovirt network on the > ovirt note is broken. How can I shut down the virtual machines locally on the > ovirt note? > oVirt will reboot your host via IPMI

[ovirt-users] Re: Unable to deploy to new host

2022-09-19 Thread Yedidyah Bar David
On Mon, Sep 19, 2022 at 11:31 AM David White wrote: > > > Thank you. > > On the engine: > > [root@ovirt-engine1 dwhite]# rpm -qa | grep -i ansible-core > ansible-core-2.13.3-1.el8.x86_64 > > So I downgraded ansible-core: > [root@ovirt-engine1 dwhite]# yum downgrade ansible-core > >