[ovirt-users] Re: Unable to remove host from ovirt engine

2022-04-28 Thread Strahil Nikolov via Users
That's why you need to mark the host as 'rebooted' (same menu , the 3 dots) Best Regards,Strahil Nikolov On Fri, Apr 29, 2022 at 0:09, Joseph Gelinas wrote: Unfortunately can't do that either. > On Apr 28, 2022, at 15:26, Strahil Nikolov via Users wrote: > > Have you tried setting it

[ovirt-users] Re: Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-28 Thread Nir Soffer
On Tue, Apr 26, 2022 at 12:47 PM Alessandro De Salvo wrote: > > Hi, > > the error with XML and gluster is the same I reported with a possible fix in > vdsm in another thread. > > The following fix worked for me, i.e. replacing the following line in >

[ovirt-users] Re: Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-28 Thread Abe E
If I wanted to rebuild that single node, what's the best way. Since it is up, I assume I can rebuild the partition using the below config then resetting the brick from engine? vgname: gluster_vg_sda pvname /dev/sda4 lvname gluster_lv_engine vgname:gluster_vg_sda path /gluster_bricks/engine

[ovirt-users] Re: Unable to remove host from ovirt engine

2022-04-28 Thread Joseph Gelinas
Unfortunately can't do that either. > On Apr 28, 2022, at 15:26, Strahil Nikolov via Users wrote: > > Have you tried setting it to maintenance ? > > Best Regards, > Strahil Nikolov > > On Thu, Apr 28, 2022 at 21:46, Joseph Gelinas > wrote: > ___ >

[ovirt-users] Re: Unable to remove host from ovirt engine

2022-04-28 Thread Strahil Nikolov via Users
Have you tried setting it to maintenance ? Best Regards,Strahil Nikolov On Thu, Apr 28, 2022 at 21:46, Joseph Gelinas wrote: ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Q: Cluster compatibility Level and Old v4.2 Nodes

2022-04-28 Thread Strahil Nikolov via Users
I don't think it's possible, but you can try to install 4.3.10 which will allow you to bump the cluster version. Why don't you reinstall one of the nodes on EL8 with 4.4 and then reinstall the second one ? Best Regards,Strahil Nikolov On Thu, Apr 28, 2022 at 12:53, Andrei Verovski wrote:

[ovirt-users] Re: understanding if real engine offline deployment is possible

2022-04-28 Thread Erez Zarum
I believe there's a bug here: https://github.com/oVirt/ovirt-ansible-collection/blob/master/roles/engine_setup/tasks/main.yml which besides the he_offline_deployment condition it relies on ovirt_engine_setup_perform_upgrade which is never passed to from the hosted_engine_setup role. If he can post

[ovirt-users] Re: Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-28 Thread Strahil Nikolov via Users
You might have other issues. Get a rescue media and check if you can activate the VG and mount the brick(s). Usually I prefer using systemd mount units which even if fail - won't block the boot process. Best Regards,Strahil Nikolov On Tue, Apr 26, 2022 at 19:58, Abe E wrote: That did

[ovirt-users] Re: Issue upgrading 4.4 to 4.5 Gluster HCG

2022-04-28 Thread Strahil Nikolov via Users
PR can be open against https://github.com/oVirt/vdsm Best Regards,Strahil Nikolov On Tue, Apr 26, 2022 at 12:49, Alessandro De Salvo wrote: ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: Unable to remove host from ovirt engine

2022-04-28 Thread Strahil Nikolov via Users
In the web, I think you can mark the host as rebooted (in order the engine to kill/release any pending tasks) and then remove it. Best Regards,Strahil Nikolov On Tue, Apr 26, 2022 at 17:34, Joseph Gelinas wrote: That did remove the ovirt-1 host from `hosted-engine --vm-status` on

[ovirt-users] Re: understanding if real engine offline deployment is possible

2022-04-28 Thread Strahil Nikolov via Users
Theoretically everything is possible.In this situation I can recommend you to open an issue as he_offline_deployment=true should really mean offline. Currently you can modify the Ansible code on the system and modify the repos pointing to your Satellite. Best Regards,Strahil Nikolov On

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Patrick Hibbs
The ovirt-release rpm only contains the repos for oVirt specific stuff. You've changed the repos for the CentOS base installation. (I.e. the "core" distribution repos.) To fix this, you need to: 1) Reinstall the centos-stream-repos package. 2) Run rpm --verify * and look for any .repo files under

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Andrei Verovski
Hi, Is this correct order of actions: 1) download ovirt-release44.rpm 2) Remove all repos from /etc/yum.repos.d/ - because of outdated data 3) Install ovirt-release44.rpm, which does have all correct repos’ list inside. > On 28 Apr 2022, at 16:46, Patrick Hibbs wrote: > > That's kinda

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Patrick Hibbs
That's kinda messed up. You did not need to change the mirrorlists for the base installation, as the current ovirt-release44.rpm fixes those for you. By doing what you did, you now have a base system trying to install most of it's packages from the CentOS vault, which is intermittent / slow with

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Andrei Verovski
Hi, I have same issue. Partially I fixed it with conversion to CentOS Stream. rm -rf /var/cache/dnf cd /etc/yum.repos.d/ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* sudo

[ovirt-users] Re: Q: Non-Operational Node Hosts - Ghost Network Problem

2022-04-28 Thread Andrei Verovski
Hi, I solved this problem, added network “CloudLink-ISP2” to 2 problematic nodes and connected respective Ethernet interfaces to a separate switch bringing bringing up. > On 28 Apr 2022, at 07:45, Patrick Hibbs wrote: > > Your logs suggest that VDSM hasn't detected the removal of the

[ovirt-users] renewing hosts certs when they have expired

2022-04-28 Thread Nathanaël Blanchet
Hello, I have read some posts about renewing ovirt CA on the engine when it has expired with engine-setup --offline, but nothing about renewing hosts certificates when they have expired. In such a case, we can't interact anymore with hosts and vms are in an unknown state. The formal

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Diggy Mc
> I would add, as you are on CentOS Linux 8, I would recommend switching it > either to some other RHEL clone (Alma, Rocky,...) or to CentOS Stream as a > first step. Wouldn't updating the oVirt packages (# dnf update ovirt\*setup\*) switch the repositories to CentOS Stream?

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Diggy Mc
> Redownload the latest 4.4 release rpm and install it on the hosts. That > should fix your mirrorlists. Patrick, I'm not sure how updating the hosts first would fix the mirrorlist/repositories on the hosted engine. The command I ran on the hosted engine, per the published instructions was: #

[ovirt-users] Q: Cluster compatibility Level and Old v4.2 Nodes

2022-04-28 Thread Andrei Verovski
Hi, I have quite old nodes from early 4.x era (with CentOS 7.6, cluster compatibility 4.2 level), and oVirt Engine 4.4. 2 nodes have ovirt-release42. Upgrade to oVirt Engine 4.5 engine required cluster compatibility >= 4.3 level. Nodes have been installed with stock CentOS 7.6, not oVirt node

[ovirt-users] Re: [Ext.] Re: convert disk image to thin-provisioned - Ovirt 4.1

2022-04-28 Thread Arik Hadas
On Thu, Apr 28, 2022 at 11:11 AM Mohamed Roushdy wrote: > > Thanks for responding. > > So, this feature isn't available in 4.4.10 as we are intending to move to > that version? It's not available in 4.4.10 See https://bugzilla.redhat.com/show_bug.cgi?id=98 (introduced in 4.5) > Storage

[ovirt-users] Re: [Ext.] Re: convert disk image to thin-provisioned - Ovirt 4.1

2022-04-28 Thread Mohamed Roushdy
Thanks for responding. So, this feature isn't available in 4.4.10 as we are intending to move to that version? Storage used for that VM is NFS. Thanks, -Original Message- From: Nir Soffer Sent: Wednesday, April 27, 2022 10:53 PM To: Mohamed Roushdy Cc: users@ovirt.org; Benny

[ovirt-users] Re: unable to upgrade engine to 4.4.10 from 4.4.8

2022-04-28 Thread Sandro Bonazzola
Il giorno gio 28 apr 2022 alle ore 07:04 Patrick Hibbs < hibbsncc1...@gmail.com> ha scritto: > Redownload the latest 4.4 release rpm and install it on the hosts. That > should fix your mirrorlists. > > Do be aware that there is an ongoing issue with postgresql-jdbc and > that you'll need to