[ovirt-users] Re: Failed to configure management network on the host. - oVirt in a KVM

2021-02-09 Thread Ales Musil
On Tue, Feb 9, 2021 at 10:04 PM lejeczek via Users wrote: > > > On 09/02/2021 19:02, Strahil Nikolov wrote: > > Did you disable NetworkManager.service ? > > > > Best Regards, > > Strahil Nikolov > I do not guess that's possible. On Centos Steam, sevice > NetworkManager even if disabled is

[ovirt-users] Re: HostedEngine VM Paused after power failure

2021-02-09 Thread Strahil Nikolov via Users
Check libvirt logs on both hosts for clues.Something is wrong with the disks. Also check the status of the following services:- sanlock- vdsmd- supervdsm Verify that all VGs are activated properly (especially if you use gluster). Best Regards,Strahil Nikolov On Wed, Feb 10, 2021 at 4:02, Ian

[ovirt-users] Re: Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread Strahil Nikolov via Users
When uou create a blacklist file for the multipath, use /etc/multipath/conf.d/.conf Best Regards,Strahil Nikolov Thanks -for some reason this part of it now makes sense! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] Re: HostedEngine VM Paused after power failure

2021-02-09 Thread Ian Easter
Robert, I understand the sentiment of the difficulty here. The recovery feels brutal but the monolithic nature and the dense ecosystem is understandable for the purpose it serves. I am able to mount the raw disk image for the HostedEngine VM cleanly without any errors and it seems to check out,

[ovirt-users] Re: HostedEngine VM Paused after power failure

2021-02-09 Thread Robert Tongue
I've seen this happen with the VM disk itself becoming corrupt. If you try to read the contents of the file, and it gives you "Input/Output Error", then it is not good news. I've been testing oVirt recently, and these issues alone are preventing me from using it full time. I cannot help

[ovirt-users] Re: HostedEngine VM Paused after power failure

2021-02-09 Thread ieaster
Attempting to resume or start the VM doesn't yield any results. Here is the status of the VM: Host ID: 1 Host timestamp : 115601 Score : 3400 Engine status : {"vm": "up", "health": "bad", "detail":

[ovirt-users] Re: Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread jhamiltonactually
Thanks -for some reason this part of it now makes sense! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread jhamiltonactually
Hi I've learned a lot today reading, but still not smooth sailing at all! I'm just doing a fresh install as I did find one way out of my above problem - to comment out the filters in /etc/lvm/lvm.conf - but I couldn't see why this worked!? I'm going to clean sdb once install finishes then

[ovirt-users] Re: Failed to configure management network on the host. - oVirt in a KVM

2021-02-09 Thread lejeczek via Users
On 09/02/2021 19:02, Strahil Nikolov wrote: Did you disable NetworkManager.service ? Best Regards, Strahil Nikolov I do not guess that's possible. On Centos Steam, sevice NetworkManager even if disabled is "pulled up" by vdsm itself. Removing NetworkManager rpm package is also not possible

[ovirt-users] Re: Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread Edward Berger
If the disk was previously used, you may need to 'wipefs -a /dev/sdb' to clean out any previous partitioning, etc. If the installer can't create the gluster PV, it is often because the drive needs to be added to the multipath blacklist. lsblk to find the ID and add it to the /etc/multipath.conf

[ovirt-users] Re: HostedEngine VM Paused after power failure

2021-02-09 Thread Edward Berger
If the enginve VM is in a paused state, ssh into host where its paused and try virsh -c qemu:///system?authfile=/etc/ovirt-hosted-engine/virsh_auth.conf resume HostedEngine On Tue, Feb 9, 2021 at 2:15 PM Ian Easter wrote: > Hello Users, > > We have an oVirt (4.4) environment that had 2 hosts

[ovirt-users] Re: Newer kernel for oVirt Node NG

2021-02-09 Thread matthew.st...@fujitsu.com
‘Node’ images are just minimal CentOS plus all the packages for this release, in a sub-DVD sized ISO. Once it is installed, the operating system is still CentOS, and can be patched/modified, including installing alternative kernels. If it fails, boot back to the original kernel, and remove the

[ovirt-users] Re: Newer kernel for oVirt Node NG

2021-02-09 Thread Strahil Nikolov via Users
I would go with CentOS 8 and then build from source. Best Regards,Strahil Nikolov On Tue, Feb 9, 2021 at 19:28, Shantur Rathore wrote: ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread Strahil Nikolov via Users
What is the output of 'lsblk -t' ? Best Regards,Strahil Nikolov Ovirt newbie here - using v 4.4.4 Have been trying for days to get this installed on my HP DL380p G6. I have 2 disk 170GB Raid 0 for OS and 6 x 330GB disk Raid 5 for Gluster. DNS all set up (that took some working out), but

[ovirt-users] HostedEngine VM Paused after power failure

2021-02-09 Thread Ian Easter
Hello Users, We have an oVirt (4.4) environment that had 2 hosts in the cluster. We suffered from a power failure that caused the servers to be offline for some time. Once restored, one of the hosts from the cluster lost its OS raid and is not accessible. The other server has the HostedEngine

[ovirt-users] Re: Failed to configure management network on the host. - oVirt in a KVM

2021-02-09 Thread Strahil Nikolov via Users
Did you disable NetworkManager.service ? Best Regards,Strahil Nikolov___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Random Crash

2021-02-09 Thread Strahil Nikolov via Users
I would then configure remote logging and wait for another crash. Also, patch to latest OS/oVirt version (if possible). Recently I figured out a similar case - 2 PCI NICs went bad. Best Regards,Strahil Nikolov On Mon, Feb 8, 2021 at 11:42, Francesco via Users wrote:

[ovirt-users] Re: Newer kernel for oVirt Node NG

2021-02-09 Thread Shantur Rathore
Just gave it a try and it breaks boot as its unable to find root On Tue, Feb 9, 2021 at 5:11 PM Shantur Rathore wrote: > Thanks Matthew, > > Are you sure about this? > I thought oVirt Node NG images are immutable > > On Tue, Feb 9, 2021 at 3:42 PM matthew.st...@fujitsu.com < >

[ovirt-users] Re: Newer kernel for oVirt Node NG

2021-02-09 Thread Shantur Rathore
Thanks Matthew, Are you sure about this? I thought oVirt Node NG images are immutable On Tue, Feb 9, 2021 at 3:42 PM matthew.st...@fujitsu.com < matthew.st...@fujitsu.com> wrote: > Elrepo.org > > > > *From:* Shantur Rathore > *Sent:* Tuesday, February 9, 2021 9:28 AM > *To:* users >

[ovirt-users] Newer kernel for oVirt Node NG

2021-02-09 Thread Shantur Rathore
Hi oVirt Users, I am trying to test some vfio related stuff on oVirt Node NG 4.4.4 based host. What would be the easiest way to have a 5.x kernel on this node? I don't mind compiling if it needs to. Cheers, Shantur ___ Users mailing list --

[ovirt-users] Single Node Hyperconverged - Failing Gluster Setup

2021-02-09 Thread jhamiltonactually
Ovirt newbie here - using v 4.4.4 Have been trying for days to get this installed on my HP DL380p G6. I have 2 disk 170GB Raid 0 for OS and 6 x 330GB disk Raid 5 for Gluster. DNS all set up (that took some working out), but I just can't fathom out whats (not) happening here. Block size is

[ovirt-users] after CA cert replacement, httpd is running but getting error, unable to login to the portal

2021-02-09 Thread dhanaraj.ramesh--- via Users
I followed https://www.ovirt.org/documentation/administration_guide/ and replaced hosted engine SSL with CA approved SSL, but getting below error and not able to login to the portal PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid