[ovirt-users] Re: Using third-party certificate: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

2021-09-30 Thread Edward Berger
I have an engine with a similar issue. You might want to revert to the old self signed cert created by installation, and then follow the instructions at https://ovirt.org/documentation/administration_guide/index.html to try re-installing the third party cert after you're sure the original cert

[ovirt-users] Re: host upgrade problems galore

2021-09-15 Thread Edward Berger
In case you decide to try again or for other oVirt users, who see similar issues When 'required' networks for the cluster aren't there, or shared storage is unreachable, the host is put into non-operational state. oVirt engine wants to handle the network configs for the hypervisors. The

[ovirt-users] Re: cannot add host to cluster - libvirt.libvirtError: internal error: unknown feature amd-sev-es

2021-08-30 Thread Edward Berger
Somewhere along the way in oVirt old CPU support was dropped for windows compatibility reasons. Nehalems were dropped, and westmeres would report as nehalems and then fail if AES wasn't turned on in the bios. So this is a case of ERROR_CPU_TOO_OLD. (They're also power hungry compared to modern

[ovirt-users] Re: Is there a way to support Mellanox OFED with oVirt/RHV?

2021-08-05 Thread Edward Berger
; the script? I couldn't find the difference between enabling it or not. > > Thank you. > > On 5 Aug 2021, at 15:20, Vinícius Ferrão > wrote: > > Hmmm. Running the mlnx_ofed_install.sh script is a pain. But I got your > idea. I'll do this test right now and report back. Ideally

[ovirt-users] Re: Is there a way to support Mellanox OFED with oVirt/RHV?

2021-08-05 Thread Edward Berger
I don't know if you can just remove the gluster-rdma rpm. I'm using mlnx ofed on some 4.4 ovirt node hosts by installing it via the mellanox tar/iso and running the mellanox install script after adding the required dependencies with --enable-repo, which isn't the same as adding a repository and

[ovirt-users] Re: Why cannot connect to KVM Libvirtd using oVirt ??

2021-06-21 Thread Edward Berger
oVirt runs as user vdsm@ovirt so security settings prevent other users including root from seeing it by default. root should be able to see it as in readonly virsh -r list You can either run the command on hypervisor like this alias alias virsh='virsh -c

[ovirt-users] Re: hosted-engine --vm-start not working

2021-06-21 Thread Edward Berger
I would see this if the engine VM storage was not accessible. In my case a targetd iscsi server for the hosted storage wouldn't serve it after rebooting from a power outage. More specifically, the iscsi host had let LVM startup scan the device, which prevented targetd from serving it. On Mon,

[ovirt-users] Re: How to handle broken NFS storage?

2021-06-05 Thread Edward Berger
I could be mistaken, but I think the issue is that ovirt engine believes the NFS domain is mandatory for all hypervisor hosts unless you put the storage domain into 'maintenance' mode. It will notice its down and start trying to fence the offending hypervisors which in turn tries to migrate VMs to

[ovirt-users] Re: Cluster stuck in maintenance - Hosts not upgrading as expected

2021-05-22 Thread Edward Berger
I'm saw something similar on a test cluster on CentOS 8.3. You can take it out of global maintenance mode by navigating the engine UI to edit cluster -> scheduling policy and turn off global maintenance there. Not sure what else is going on. It wants me to put all three hosts into maintenance

[ovirt-users] Re: How to create new users other than admin

2021-05-19 Thread Edward Berger
For specific users local to the ovirt engine https://ovirt.org/documentation/administration_guide/index.html#sect-Administering_User_Tasks_From_the_commandline OK for an emergency admin user or perhaps external system user, but this doesn't scale very well. But generally you might want to setup

[ovirt-users] Re: Unable start self hosted engine after accidental shut down

2021-05-18 Thread Edward Berger
With all the other VMs paused, I would guess all the VM disk image storage is offline or unreachable from the hypervisor. login to this hypervisor host. df -kh to see whats mounted check the fileserving from hosts there. On Tue, May 18, 2021 at 4:33 PM Eugène Ngontang wrote: > Hi, > > Our

[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-18 Thread Edward Berger
unix_chkpwd[14187]: check pass; user unknown May 18 13:03:02 br014 unix_chkpwd[14187]: password check failed for user (root) for local user account >1000 UID May 18 13:03:28 br014 unix_chkpwd[14309]: could not obtain user info (e##) On Tue, May 18, 2021 at 12:02 PM Edward Berger wr

[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-18 Thread Edward Berger
/etc/pam.d/cockpit under node 4.4.6 is the same as you posted. Something else changed. #%PAM-1.0 # this MUST be first in the "auth" stack as it sets PAM_USER # user_unknown is definitive, so die instead of ignore to avoid subsequent modules mess up the error code -auth [success=done

[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-18 Thread Edward Berger
I see the same thing on a test cluster. I presumed it was due to using sssd and kerberos for local user logins. Here's an example of what gets written to /var/log/secure when root login to cockpit fails. May 18 11:29:07 br014 unix_chkpwd[26429]: check pass; user unknown May 18 11:29:07 br014

[ovirt-users] Re: Error while deploying Hyperconverged oVirt 4.3.3(el7) + GlusterFS

2021-05-13 Thread Edward Berger
4.3.10 is the latest version of oVirt 4.3, not sure why you'd want to try installing an older version. These types of installer errors are usually caused by either the device 'sdb' is smaller than you're trying to allocate or has some previous partition formatting on it (installer presumes a

[ovirt-users] Re: How to update ovirt-sdk

2021-04-20 Thread Edward Berger
You are looking at very old repos. One normally does something like.. yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm yum install python-ovirt-engine-sdk4 On Tue, Apr 20, 2021 at 11:46 AM Miguel Garcia wrote: > BTW... > Already followed instruction as described in >

[ovirt-users] Re: What do some of the terms mean in the documentation?

2021-03-21 Thread Edward Berger
oVirt node is a dedicated hypervisor imgbased installer distro for oVirt that handles upgrades all at once with a rollback feature, whereas an Enterprise Linux Host would do the same thing but you would partition your disks however you saw fit and manually install RPMs to get the same

[ovirt-users] Re: Which Operating System to choose

2021-03-07 Thread Edward Berger
If you're content with the current RHEL licensing terms, its a great choice for now. Noone can tell you the future with certainty. If you're just creating a virtualization cluster with external storage, why not use the node-ng installer iso. It will be updated as necessary for each new released

[ovirt-users] Re: ERROR: Installing oVirt Node & Hosted-Engine on one physical server

2021-03-07 Thread Edward Berger
> Question 1: In General, can i install oVirt Node and hosted-engine on one physical server? Yes and single node hyperconverged is suggested for single node deployments. > Question 2: What domain names should I specify in the DNS server and which ones IP should I reserve? You can use any domain

[ovirt-users] Re: oVirt 4.2 cluster upgrade

2021-02-26 Thread Edward Berger
The upgrade selection would only upgrade you to the last version of 4.2 if that is even out there for it to download. 4.2 has been end of life for a long time now. You need to upgrade the engine itself to at least 4.3.10 to upgrade to 4.4,. So much has changed internally with 4.2 to 4.3 to 4.4,

[ovirt-users] 4.3 to 4.4 engine upgrade missing log analyzer tool

2021-02-26 Thread Edward Berger
I have an oVirt 4.3 to 4.4 engine upgrade upcoming, so I decided to start reading up on the procedure at https://www.ovirt.org/documentation/upgrade_guide/#SHE_Upgrading_from_4-3 I'm stuck at "4.2 Analyzing the environment" which says to install some RPM that isn't found and the closest sounding

[ovirt-users] Re: Building new cluster today - OS recommendations

2021-02-16 Thread Edward Berger
The ovirt-node-ng-installer iso imbased installs will have the dependency issues worked out when they move it to CentOS8 Stream. Its the simplest way to go. Its going to be tested as a whole before you touch it. It version locks a lot of things, but some packages can be added afterwards with

[ovirt-users] Re: [ANN] oVirt 4.4.5 Fifth Release Candidate is now available for testing

2021-02-15 Thread Edward Berger
I'm seeing a bug with disk type showing up as preallocated in VM portal for a template disk, when it should be thin-provisioned. All storage domains are NFS. I setup a 4.4.5 RC engine with hosts both 4.4.5 RC and 4.4.4 on the admin portal as 'admin@internal' I created a small CentOS 7.9 VM on NFS

[ovirt-users] Re: strange behavior of fresh ovirt setup..

2021-02-13 Thread Edward Berger
I recall some earlier ovirt users list postings with similar issues with the NAS. One thought they solved it by changing the ovirt storage domain config NFS version to a lower version instead of whatever it was defaulting to. The other was blaming the NAS software ZFS underlying the NFS causing

[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: Problems Installing host on brand new 4.4 cluster

2021-01-19 Thread Edward Berger
It seems to be failing on adding the ovirtmgmt bridge to the interface defined on the host as part of the host addition installation process. I had this issue during a hosted-engine install when ovirtmgmt was on a tagged port which was already configured with a chosen name not supported by the

[ovirt-users] Re: The he_fqdn proposed for the engine VM resolves on this host - error?

2020-12-28 Thread Edward Berger
The hosted engine fqdn and IP address should be separate from the hypervisor host's IP address but on the same network so it can communicate to the host through a bridged interface that the installer creates on the hypervisor host for the hosted engine VM. On Mon, Dec 28, 2020 at 3:14 PM lejeczek

[ovirt-users] Re: error for gluster-ansible-roles is not installed on Host. To continue deployment, please install gluster-ansible-roles on Host and try again.

2020-11-23 Thread Edward Berger
the hyperconverged gluster RPMs aren't installed by default on Enterprise Linux with the cockpit RPM but are installed on the oVirt node-ng install. The quick install neglects this, so look at

[ovirt-users] Re: [ANN] oVirt 4.4.3 Fifth Release Candidate is now available for testing

2020-10-20 Thread Edward Berger
roughly matching what will be shipped in upcoming RHEL On Tue, Oct 20, 2020 at 4:54 AM Sandro Bonazzola wrote: > > > Il giorno lun 19 ott 2020 alle ore 19:03 Edward Berger < > edwber...@gmail.com> ha scritto: > >> with those packages installed I was able to run the si

[ovirt-users] Re: [ANN] oVirt 4.4.3 Fifth Release Candidate is now available for testing

2020-10-19 Thread Edward Berger
es >= 1.0-19 needed by ovirt-engine-metrics-1.4.2-1.el8.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) On Mon, Oct 19, 2020 at 12:25 PM Edward Berger wrote: > I'm installing 4.4.3-pre on CentOS8.2 and it seems

[ovirt-users] Re: [ANN] oVirt 4.4.3 Fifth Release Candidate is now available for testing

2020-10-19 Thread Edward Berger
I'm installing 4.4.3-pre on CentOS8.2 and it seems the glusterfs-server and gluster-ansible-roles RPMs aren't installed, with the ovirt-cockpit which pulls other dependencies. This caused the cockpit hyperconverged installer to fail. It mentions the roles rpm but not the glusterfs with the role

[ovirt-users] Re: 20+ Fresh Installs Failing in 20+ days [newbie & frustrated]

2020-10-12 Thread Edward Berger
for installation time failures of a hosted engine system, look in /var/log/ovirt-hosted-engine-setup On Mon, Oct 12, 2020 at 7:50 AM wrote: > What logs are required? > > > > Yours Sincerely, > > > > *Henni * > > > > *From:* Edward Berger > *Sent

[ovirt-users] Re: 20+ Fresh Installs Failing in 20+ days [newbie & frustrated]

2020-10-12 Thread Edward Berger
As an ovirt user my first reaction reading your message was "that is a ridiculously small system to be trying ovirt self hosted engine on." My minimum recommendation is 48GB of RAM dual xeon, since the hosted ovirt-engine installation by default wants 16GB/4vCPU. I would use a basic

[ovirt-users] Re: Upgrade oVirt Host from 4.4.0 to 4.4.2 fails

2020-10-02 Thread Edward Berger
For oVirt nodes upgrading from 4.4.0 to 4.4.2 you must remove the LVM filter before the node upgrade produces a proper booting host. Its in the upgrade release notes as a known issue. https://www.ovirt.org/release/4.4.2/ On Fri, Oct 2, 2020 at 1:39 PM Erez Zarum wrote: > Hey, > Bunch of

[ovirt-users] Re: Populating ISO storage domain

2020-09-26 Thread Edward Berger
If its in an NFS folder, make sure the ownership is vdsm:kvm (36:36) On Sat, Sep 26, 2020 at 2:57 PM matthew.st...@fujitsu.com < matthew.st...@fujitsu.com> wrote: > I’ve created and ISO storage domain, and placed ISO’s in the export path > do not show up under Storage > Storage Domains > iso >

[ovirt-users] Re: VM stuck in "reboot in progress" ("virtual machine XXX should be running in a host but it isn't.").

2020-09-19 Thread Edward Berger
I've had situations where the engine UI wouldn't update for shutdown/startups of VMs which were resolved after ssh-ing into the engine VM and running systemctl restart ovirt-engine.service. running engine-setup was also used on occasion and cleared out old tasks. On Fri, Sep 18, 2020 at 1:26 AM

[ovirt-users] Re: New oVirt Install - Host Engine Deployment Fails

2020-09-14 Thread Edward Berger
What is the CPU? I'm asking because you said it was old servers, and at some point oVirt started filtering out old CPU types which were no longer supported under windows. There was also the case where if a certain bios option wasn't enabled (AES?) a westmere(supported) reported as an older

[ovirt-users] Re: Newbie question on network

2020-09-14 Thread Edward Berger
For others having issues with VM network routing... virbr0 is usually installed by default on centos, etc. to facilitate containers networking via NAT. If I'm not planning on running any containers I usually yum remove the associated packages, and a reboot to make sure networking is OK.

[ovirt-users] Re: "Add NFS storage domain", "status": "FAILED",

2020-09-10 Thread Edward Berger
It would seem your host can't resolve the ip address for the server FQDN listed for the NFS server. You should fix the DNS problem or try mounting via ip address once you're sure that it is reachable from the server. On Thu, Sep 10, 2020 at 12:33 PM wrote: >

[ovirt-users] Re: Newbie question on network

2020-09-10 Thread Edward Berger
lated, I did this after failing to solve the > first issue. > > On 9/10/20 8:00 AM, Edward Berger wrote: > > It sounds like you don't have a proper default route on the VM or the > netmask is set incorrectly, > which can cause a bad route. > > Look at differences be

[ovirt-users] Re: Newbie question on network

2020-09-10 Thread Edward Berger
It sounds like you don't have a proper default route on the VM or the netmask is set incorrectly, which can cause a bad route. Look at differences between the engine's network config (presuming it can reach outside the hypervisor host) and the VM's config. The VM should have the same subnet,

[ovirt-users] Re: General Design question for oVirt set up between locations

2020-08-04 Thread Edward Berger
If I'm not mistaken manageiq is the suggested solution to manage multiple ovirt clusters with their own engines. On Tue, Aug 4, 2020 at 2:45 PM Holger Petrick wrote: > Hello, > > I'm looking to deploy oVirt for a company which has locations in different > countries. > As I know and also set up

[ovirt-users] Re: oVirt Hyperconverged question

2020-08-04 Thread Edward Berger
Yes. You can add compute only nodes to a hyperconverged cluster to use the same storage. On Tue, Aug 4, 2020 at 7:02 AM Benedetto Vassallo < benedetto.vassa...@unipa.it> wrote: > Hi all, > I am planning to build a 3 nodes hyperconverged system with oVirt, but I > have a question. > After

[ovirt-users] Re: 4.4rc issue with attaching logical network to ib0

2020-08-04 Thread Edward Berger
4 to fail. > > I will try to think about a possible workaround. > Can you please create a bug > <https://bugzilla.redhat.com/enter_bug.cgi?product=vdsm>? > > Thank you. > Best regards, > Ales > > On Mon, Aug 3, 2020 at 10:58 AM Ales Musil wrote: > >&g

[ovirt-users] Re: oVirt 4.4.1 HCI single server deployment failed nested-kvm

2020-07-30 Thread Edward Berger
the 4.4.1 72310 node-ng iso has a broken installer. It failed to find my regular ethernet interfaces and gave the no networks error. The 4.4.2-rc seems to be working fine hosted-engine installer wise, to an nfs mount for the engine VM storage. I didn't try the gluster wizard. On Thu, Jul 30,

[ovirt-users] Re: ovirt 4.4.1.1 hci and problems with ansible 2.9.10 and/or missing python2

2020-07-17 Thread Edward Berger
cockpit hosted-engine deploy fails after defining VM name with static address with similar python2 error. [image: engine-deploy-fail.JPG] On Fri, Jul 17, 2020 at 6:44 AM Gobinda Das wrote: > Hi Gianluca, > Thanks for opening the bug. > Adding @Prajith Kesava Prasad to look into it. > > > On

[ovirt-users] Re: oVirt Node 4.4.1.1 Cockpit Hyperconverged Gluster deploy fails insufficient free space no matter how small the volume is set

2020-07-16 Thread Edward Berger
Same issue with ovirt-node-ng-installer 4.4.1-2020071311.el8 iso [image: gluster-fail.PNG] On Thu, Jul 16, 2020 at 9:33 AM wrote: > I also have this message with the deployment of Gluster. I tried the > modifications and it doesn't seem to work. Did you succeed ? > > here error : > > TASK

[ovirt-users] Re: iSCSI array "Storage domain does not exist" error after array reboot

2020-07-07 Thread Edward Berger
I had an issue like this where I was using a centos7 (targetcli iscsi) server which accidentally had LVM enabled upon reboot which grabbed the RAID device and stopped targetcli from exporting the RAID disk as iscsi. It only showed up after a power outage and it took me a while to figure out what

[ovirt-users] Re: oVirt install questions

2020-06-21 Thread Edward Berger
While ovirt can do what you would like it to do concerning a single user interface, but with what you listed, you're probably better off with just plain KVM/qemu and using virt-manager for the interface. Those memory/cpu requirements you listed are really tiny and I wouldn't recommend even

[ovirt-users] Re: OVA import fails always

2020-02-28 Thread Edward Berger
I haven't tried many but for one I just untarred the thing to get the disk image file and created a new VM with that. Sometimes the ova file is compressed/assembled in some way that might not be compatible. On Fri, Feb 28, 2020 at 1:12 AM Jayme wrote: > If the problem is with the upload process

[ovirt-users] Re: oVirt 4.3.7 and Gluster 6.6 multiple issues

2020-02-11 Thread Edward Berger
For number 2, I'd look at the actual gluster file directories, in which I'd expect to see host3 is missing the files. I'd rsync the files from one of the other hosts to the same location on host3 and then run the "gluster heal volume engine". Since its the engine volume, I wouldn't be surprised

[ovirt-users] Re: VM not getting up

2020-02-07 Thread Edward Berger
Check the actual disk image storage for ownership/permissions issues. A while back there was a bug that caused VM disk images to be changed from vdsm:kvm ownership to root. On Fri, Feb 7, 2020 at 3:26 PM Crazy Ayansh wrote: > There are 6 VM on the server and all were working fine before I

[ovirt-users] Re: DHCP Client in Guest VM does not work on ovirtmgmt

2019-11-03 Thread Edward Berger
I thought that was it. I remembered some experience I had with a test install that recommended turning the network filter off. You probably already did this, but when you turn off filtering or make other changes to the logical network like MTU size you must completely shutdown the attached VMs

[ovirt-users] Re: DHCP Client in Guest VM does not work on ovirtmgmt

2019-11-01 Thread Edward Berger
Does your network vnic profile have filtering disabled? There are options to do that in the drop-down menu "Network Filter". [image: ovirt-network-filter.png] On Fri, Nov 1, 2019 at 7:35 AM wrote: > Hi @hotomoc, > > Nothing, it seems there are some filter or like this. > Maybe some expert

[ovirt-users] Re: Upgrading from oVirt-Node 4.2.8 to latest

2019-10-09 Thread Edward Berger
log into the ovirt node, and "yum update ovirt-node-ng-image-update" and reboot. On Wed, Oct 9, 2019 at 4:51 AM Sven Achtelik wrote: > Hi All, > > > > is there a way to go from 4.2.8 on ovirt node to go directly to the latest > version, without reinstalling the node from the iso file ? I wasn’t

[ovirt-users] Re: oVirt + Gluster

2019-09-23 Thread Edward Berger
Current oVirt node-ng uses 6 ]# yum list installed |grep gluster gluster-ansible-cluster.noarch1.0.0-1.el7 installed gluster-ansible-features.noarch 1.0.5-3.el7 installed gluster-ansible-infra.noarch 1.0.4-3.el7 installed

[ovirt-users] Re: ifcfg-bond0 getting overwritten.

2019-09-22 Thread Edward Berger
vdsm creates persistant network configs that overwrite manual changes at reboot in /var/lib/vdsm/persistence/netconf You can check your other hosts for any differences there. It is recommended that networks are set up and managed through ovirt engine. On Sun, Sep 22, 2019 at 6:01 AM TomK

[ovirt-users] Re: no hosted engine deploy while adding new host (oVirt 4.3.5)

2019-09-18 Thread Edward Berger
You can change that anytime. On the engine GUI, set the host to maintenance, The select the "Installation/Reinstall" menu item. Select the "Hosted Engine" tab, and then pick "DEPLOY" [image: host-deploy.JPG] On Wed, Sep 18, 2019 at 6:14 AM wrote: > I tryed to add a new host to my oVirt

[ovirt-users] Re: ovirt-engine-extension-aaa-ldap-setup

2019-09-03 Thread Edward Berger
I had a similar issue, my LDAP guy said oVirt engine was asking for uidObject which our ldap didn't provide and gave me this config addition to make to the /etc/ovirt-engine/aaa/MY.DOMAIN.properties file so it would use inetOrgPerson instead # override default ldap filter. defaults found at #

[ovirt-users] Re: Looking to install additional packages on Ovirt Node

2019-08-14 Thread Edward Berger
on oVirt node ng, repos are usually disabled, so you need to enable the repo to install other RPMs. yum --enablerepo=base install dump xfsdump yum --enablerepo=base install pam_krb5 On Wed, Aug 14, 2019 at 8:53 PM wrote: > Hello all, > > Hope everyone is doing well! I would simply like to

[ovirt-users] Re: upgrading ovirt 4.2.8 to 4.3.5

2019-08-11 Thread Edward Berger
If you installed your hypervisor hosts from the Node installer iso, updates are done by yum update ovirt-node-ng-image-update, and then reboot the host. On the hosted-engine VM you run the yum update the "release" and *setup* as you were trying on the node. On Sun, Aug 11, 2019 at 8:41 PM

[ovirt-users] Re: Ovirt Hyperconverged Cluster

2019-06-28 Thread Edward Berger
Maybe there is something already on the disk from before? gluster setup wants it completely blank, no detectable filesystem, no raid, etc. see what is there with fdisk.-l see what PVs exist with pvs. Manually wipe, reboot and try again? On Fri, Jun 28, 2019 at 5:37 AM wrote: > I have added the

[ovirt-users] Re: Ovirt Hyperconverged Cluster

2019-06-27 Thread Edward Berger
You might be hitting a multipath config issue. On a 4.3.4. node-ng cluster I had a similar problem. spare disk was on /dev/sda (boot disk was /dev/sdb) I found this link https://stackoverflow.com/questions/45889799/pvcreate-failing-to-create-pv-device-not-found-dev-sdxy-or-ignored-by-filteri

[ovirt-users] Re: Replace bad Host from a 9 Node hyperconverged setup 4.3.3

2019-06-06 Thread Edward Berger
I'll presume you didn't fully backup your hosts root file systems on the host which was fried. It may be easier to replace with a new hostname/IP. I would focus on the gluster config first, since it was hyperconverged. I don't know which way engine UI is using to detect gluster mount on missing

[ovirt-users] Re: Hosted Engine Abruptly Stopped Responding - Unexpected Shutdown

2019-06-06 Thread Edward Berger
When I read your intro, and I hit the memory figure, I was saying to myself, what I'd definitely increase the memory if possible. As high as you can affordably fit into the servers. Engine asks 16GB at installation time, add some for gluster services and you're at your limits before you add

[ovirt-users] Re: ovirt metrics ansible error

2019-05-28 Thread Edward Berger
> TASK [openshift_control_plane : Wait for control plane pods to appear] * > Monday 27 May 2019 13:31:54 + (0:00:00.180) 0:14:33.857 > FAILED - RETRYING: Wait for control plane pods to appear (60 retries left). > FAILED - RETRYING: Wait for control plane pods to

[ovirt-users] Re: 4.3.3 single node hyperconverged wizard failing because var/log is too small?

2019-05-10 Thread Edward Berger
step before deployment and adding > gluster_features_force_varlogsizecheck: > false under the vars section of the file. > > Regards > Parth Dhanjal > > On Fri, May 10, 2019 at 5:58 AM Edward Berger wrote: > >> I'm trying to bring up a single node hyperconverged with the current >&g

[ovirt-users] 4.3.3 single node hyperconverged wizard failing because var/log is too small?

2019-05-09 Thread Edward Berger
I'm trying to bring up a single node hyperconverged with the current node-ng ISO installation, but it ends with this failure message. TASK [gluster.features/roles/gluster_hci : Check if /var/log has enough disk space] *** fatal: [br014.bridges.psc.edu]: FAILED! => {"changed": true, "cmd": "df -m

[ovirt-users] Re: unable to upload disk images after upgrade to 4.3.3 -- ticket failures

2019-04-25 Thread Edward Berger
NFO 2019-04-25 16:36:24,874 server:45:server:(start) Starting (pid=56989, version=1.5.1) (MainThread) INFO 2019-04-25 16:36:24,879 image_proxy:34:root:(main) Server started, successfully notified systemd On Tue, Apr 23, 2019 at 4:51 PM Edward Berger wrote: > Previously I had issues with the up

[ovirt-users] unable to upload disk images after upgrade to 4.3.3 -- ticket failures

2019-04-23 Thread Edward Berger
Previously I had issues with the upgrades to 4.3.3 failing because of "stale" image transfer data, so I removed it from the database using the info given here on the mailing list and was able to complete the oVirt node and engine upgrades. Now I have a new problem. I can't upload a disk image

[ovirt-users] Re: engine-setup failing on 4.3.2 -> 4.3.3 fails during Engine schema refresh fail

2019-04-17 Thread Edward Berger
Thanks! That fixed the problem. engine-setup was able to complete. On Wed, Apr 17, 2019 at 3:48 AM Yedidyah Bar David wrote: > On Wed, Apr 17, 2019 at 10:30 AM Lucie Leistnerova > wrote: > > > > Hi Edward, > > > > On 4/16/19 9:23 PM, Edward Berger wrote: &

[ovirt-users] unable to put node 4.3.0 host into maintenance for upgrade, Image transfer in progress

2019-03-21 Thread Edward Berger
When trying to put a node 4.3.0 into maintenance, I get the following error: -- Error while executing action: Cannot switch Host winterfell.psc.edu to Maintenance mode. Image transfer is in progress for the following (2) disks: 8d130846-bd84-46b0-9a45-b6a2ecf66865,

[ovirt-users] Re: oVirt 4.3 - create windows2012 failed due to ovirt-imageio-proxy

2019-03-18 Thread Edward Berger
That is completely normal if you didn't download and install the CA certificate from your ovirt engine GUI. There's a download link for it on the page before you login? On Mon, Mar 18, 2019 at 5:01 PM wrote: > Hi, > > I tried to create windows2012 vm on nfs data domain, but the disk was >

[ovirt-users] Re: oVirt Node install failed

2019-02-26 Thread Edward Berger
OK, if the icon is there that is a good thing. There would be no icon if you didn't select deploy. Its not terribly obvious when first installing a second host that it needs the deploy part set. There's something else causing the engine migration to fail. You can dig through the logs on the

[ovirt-users] Re: oVirt Node install failed

2019-02-25 Thread Edward Berger
If you haven't "installed" or "reinstalled" the second host without purposely selecting "DEPLOY" under hosted-engine actions, it will not be able to run the hosted-engine VM. A quick way to tell if you did is to look at the hosts view and look for the "crowns" on the left like this attached pic

[ovirt-users] please help with console issues on vGPU enabled VMs.

2019-02-14 Thread Edward Berger
We are attempting to get vGPU-enabled guests working with our oVirt 4.3.0 configuration, but have run into problems. We are running: NVidia License Server version 2018.09 NVidia License Client Manager 2018.10.0.25098346 and that license info is correctly retrieved by the clients. With a

[ovirt-users] Re: update to 4.2.8 fails

2019-02-13 Thread Edward Berger
If its a node-ng install, you should just update the whole image with yum update ovirt-node-ng-image-update On Wed, Feb 13, 2019 at 8:12 PM Vincent Royer wrote: > Sorry, this is a node install w/ he. > > On Wed, Feb 13, 2019, 4:44 PM Vincent Royer >> trying to update from 4.2.6 to 4.2.8 >> >>

[ovirt-users] Re: Problem installing hyperconverged setup

2019-02-13 Thread Edward Berger
I don't believe the wizard followed your wishes if it comes up with 1005gb for the thinpool. 500gb data + 500gb vmstore +5gb metadata = 1005gb The wizard tries to do the same setup on all three gluster hosts. So if you change anything, you have to "check and edit" the config file it generates in

[ovirt-users] Re: Error starting hosted engine

2019-02-12 Thread Edward Berger
ls -l /rhev/data-center/mnt/glusterSD/*/*/images/* # any under "engine volume" that are owned by root chown and chmod as vdsm:kvm 660 # then engine should be able to start. On Tue, Feb 12, 2019 at 4:43 PM Endre Karlson wrote: > I Also tried to run > service vdsmd stop > vdsm-tool configure

[ovirt-users] vGPU remote console problems

2019-02-12 Thread Edward Berger
A coworker and I are trying to bring up some nvidia vGPU VMs on ovirt 4.3, but are experiencing issues with the remote consoles for both Windows and Linux. A windows10 VM for example works OK with a windows remote desktop client after enabling the service inside the VM, but using the oVirt VM

[ovirt-users] Re: unable to migrate hosted-engine to oVirt 4.3 updated nodes

2019-02-10 Thread Edward Berger
: > On Thu, Feb 7, 2019 at 8:57 AM Edward Berger wrote: > > > > I'm seeing migration failures for the hosted-engine VM from a 4.28 node > to a 4.30 node so I can complete the node upgrades. > > You may be running into > https://bugzilla.redhat.com/show_bug.cg

[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Edward Berger
at you mentioned). > > > > On Fri, Feb 8, 2019 at 9:26 PM Edward Berger wrote: > >> I'm wondering what cluster cpu compatibility version the Ryzen 2700 would >> go under? >> It used to default to Opteron G3 when I tried it before, which is now >> "unsuppo

[ovirt-users] Re: HE doesn't install under nested virtualization

2019-02-08 Thread Edward Berger
I'm wondering what cluster cpu compatibility version the Ryzen 2700 would go under? It used to default to Opteron G3 when I tried it before, which is now "unsupported" as of ovirt 4.3. CentOS 7 complains about "untested" CPU with Ryzen 2700 in my experience. Maybe Fedora is better there. Here are

[ovirt-users] Re: unable to migrate hosted-engine to oVirt 4.3 updated nodes

2019-02-07 Thread Edward Berger
Ok, I'll check. 4.2.8 nodes libvirt.x86_644.5.0-10.el7_6.3 installed 4.3.0 upgraded nodes libvirt.x86_644.5.0-10.el7_6.4 installed On Thu, Feb 7, 2019 at 12:03 AM Sahina Bose wrote: > On Thu, Feb 7, 2019 at 8:57 AM Edward Berger wrote: > >

[ovirt-users] unable to migrate hosted-engine to oVirt 4.3 updated nodes

2019-02-06 Thread Edward Berger
I'm seeing migration failures for the hosted-engine VM from a 4.28 node to a 4.30 node so I can complete the node upgrades. In one case I tried to force an update on the last node and now have a cluster where the hosted-engine VM fails to start properly. Sometimes something thinks the VM is

[ovirt-users] glusterevents daemon fails after upgrade from 4.2.8 to 4.3

2019-02-06 Thread Edward Berger
I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below. 14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd

[ovirt-users] oVirt 4.3 node-ng host kernel options for nvidia vGPU

2019-02-05 Thread Edward Berger
Hi, One of our projects wants to try offering VMs with nvidia vGPU. My co-worker had some problems before, so I thought I'd try the latest 4.3 ovirt-node-ng. In the "Edit Host" -> kernel dialog I see two promising checkbox options Hostdev Passthrough & SR-IOV (which adds to kernel line

[ovirt-users] Re: ovirt-node 4.2 iso - hyperconverged wizard doesn't write gdeployConfig settings

2019-02-04 Thread Edward Berger
ven't been able to get any response from devs on any of (the myriad) of >> issues with the 4.2.8 image. >> Also having a ton of strange issues with the hosted-engine vm deployment. >> >> On Mon, Feb 4, 2019 at 11:59 AM Edward Berger >> wrote: >> >>>

[ovirt-users] Re: ovirt-node 4.2 iso - hyperconverged wizard doesn't write gdeployConfig settings

2019-02-04 Thread Edward Berger
Yes, I had that issue with an 4.2.8 installation. I had to manually edit the "web-UI-generated" config to be anywhere close to what I wanted. I'll attach an edited config as an example. On Mon, Feb 4, 2019 at 2:51 PM feral wrote: > New install of ovirt-node 4.2 (from iso). Setup each node with

[ovirt-users] Re: host NonResponsive after trying to update network MTUs

2019-01-31 Thread Edward Berger
Jan 29, 2019 at 10:05 PM Edward Berger > wrote: > > > > Done. It still won't let me remove the host. > > clicked maintenance, checked ignore gluster... box. > > clicked remove. got popup " track00.yard.psc.edu: > > > > Cannot remove Host. Server havin

[ovirt-users] Re: host NonResponsive after trying to update network MTUs

2019-01-29 Thread Edward Berger
19 at 7:31 AM Edward Berger wrote: > > > > I have a problem host which also is the one I deployed a hyperconverged > oVirt node-ng cluster from with the cockpit's hyperconverged installation > wizard. > > > > When I realized after deploying that I hadn't set the MTUs corre

[ovirt-users] Re: host NonResponsive after trying to update network MTUs

2019-01-28 Thread Edward Berger
, and now it looks it seems to freeze when I try to reinstall with engine deploy... It eventually times out with a failure. On Sun, Jan 27, 2019 at 8:59 PM Edward Berger wrote: > I have a problem host which also is the one I deployed a hyperconverged > oVirt node-ng cluster from with the

[ovirt-users] aquantia 107 (10Gbase-T NIC) driver for oVirt node-ng?

2018-10-18 Thread Edward Berger
I'm not sure where to send a request for including the current Aquantia 107 (10GbaseT nic) driver to be included in the ovirt-node-ng image. I don't see a centos RPM for kmod-redhat-atlantic, apparently there's a scientific linux rpm available for download.

[ovirt-users] Re: Windows vm and cpu type

2018-08-31 Thread Edward Berger
. On Fri, Aug 31, 2018 at 10:52 AM carl langlois wrote: > most of my cpu are > Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz > > so yes it is newer..Not sure how to resolve this. > > On Tue, Aug 28, 2018 at 2:29 PM Edward Berger wrote: > >> Is your CPU really nehalem or is

[ovirt-users] Re: Windows vm and cpu type

2018-08-28 Thread Edward Berger
Is your CPU really nehalem or is it something newer? cat /proc/cpuinfo and google the model if you're not sure. For my E5650 servers I found I had to go into the BIOS and enable some AES instruction before the oVirt node (actually libvirt) detected the CPU type as newer than Nehalem. On Tue,

[ovirt-users] Re: [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to resolve address\n"}

2018-08-10 Thread Edward Berger
I saw something like this also. The new ansible based installation tries to verify hostnames using the getent command with something like... getent ahostsv4 hostname.domain | grep hostname.domain In my case that failed to pickup a cname I wanted to use, even though nslookup hostname.domain