[ovirt-users] Restore from backup, consistent view between ovirt DB and Libvirt/QEMU

2022-02-16 Thread Volenbovskyi, Konstantin
Hi, Let’s say that backup of ovirt engine is done once every day, for example 6 AM using engine-backup tool. Then during the day the changes are made that not only influence the database, but actually influence Libvirt/KVM/QEMU (create/delete VMs,snapshots, disks, ). Now let’s say at 18:00 an eng

[ovirt-users] Backup/restore of Hosted Engine VM

2022-09-26 Thread Volenbovskyi, Konstantin
Hi, I am aware that there is a procedure of backup/restore documented in https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.2/html/self-hosted_engine_guide/backing_up_and_restoring_a_self-hosted_engine , but I would like to have also else as well when it comes to backup (and

[ovirt-users] Re: Please, Please Help - New oVirt Install/Deployment Failing - "Host is not up..."

2022-10-21 Thread Volenbovskyi, Konstantin
Hi, It seems that you are here: https://github.com/oVirt/ovirt-ansible-collection/blob/33d273e2e823bf0c2440a9009a0d38d1b383c27c/roles/hosted_engine_setup/tasks/bootstrap_local_vm/05_add_host.yml I would say that in this case following is likely: 1) virsh list (with authentication) shows that host

[ovirt-users] Re: Help moving hosted_storage data/domain

2022-11-28 Thread Volenbovskyi, Konstantin
Hi, Procedure to change storage domain for Hosted Engine is here: https://access.redhat.com/solutions/6529691 (you can apply for free-of-charge RedHat developer license in order to get access to RedHat KB). You might consider trying it first on test cluster before doing that in production. But

[ovirt-users] Re: Max network performance on w2019 guest

2022-11-30 Thread Volenbovskyi, Konstantin
Hi, Not a direct answer – but I think something to consider: -I am not sure what virtio is there ‘out of box’, but I imagine that you need to check what is latest virtio-win package containing NetKVM driver. (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/ ?) -I

[ovirt-users] Re: Forced restart when losing communication with the Storages

2022-11-30 Thread Volenbovskyi, Konstantin
Hi, I would say that you observed ‘fencing’ and not SSH soft fencing, but actual reboot via IPMI. https://www.ovirt.org/develop/developer-guide/engine/automatic-fencing.html You can disable Power management for hosts. Before doing that you need to understand following: -what is im

[ovirt-users] Re: Forced restart when losing communication with the Storages

2022-11-30 Thread Volenbovskyi, Konstantin
hosts. No IPMI configured (at least I didn't configure anything about iLO/IPMI in oVirt). There was a loss of communication with the Storage for approximately 3 minutes and this caused all Hosts to reboot. Em qua., 30 de nov. de 2022 às 08:50, Volenbovskyi, Konstantin mailto:konstantin.volenb

[ovirt-users] Re: Enrolling a new certificate on a single host hosted engine deployed

2022-12-08 Thread Volenbovskyi, Konstantin
Hi, Check out https://access.redhat.com/articles/216903 (needs subscription, possibly free RedHat developer one) And there is also https://myhomelab.gr/linux/2020/01/20/replacing_ovirt_ssl.html BR, Konstantin From: Ayansh Rocks Date: Thursday, 8 December 2022 at 11:10 To: users Subject: [ovirt

[ovirt-users] Re: New install of 4.5.4 fails on "activate storage domain"

2022-12-15 Thread Volenbovskyi, Konstantin
Hi, I would advise: 1) Check that NFS directory has correct user/group ownership (see below) and 755 permissions. 2) Check NFS exports that it covers ovengine And ovirt host as well and try to mount from there. 3) check that NFS directory is empty 4) pause the insta

[ovirt-users] Re: Unable to start VM with SRIOV IB interface

2022-12-15 Thread Volenbovskyi, Konstantin
Hi, It looks that ovirt doesn't consider that your host has any PFs/VFs. You should navigate to ovengine 4.3 and 4.4 and see those differences in 'Host Devices' in some host. The basic check is then to check if iommu is 'on' on those hosts. This might rely on ovengine's control on that (check 'h

[ovirt-users] Re: 4.5.4 Hosted-Engine: change hosted-engine storage

2023-01-17 Thread Volenbovskyi, Konstantin
Hi, Check out https://access.redhat.com/solutions/6529691. I would say that you have done a few hacks that are in 'vicinity' of correct approach, but the correct approach is a bit simpler than you what you tried to come up with. The idea of procedure is that you should 'forget' about the original

[ovirt-users] Re: 4.5.4 Hosted-Engine: change hosted-engine storage

2023-01-18 Thread Volenbovskyi, Konstantin
Hi, The problem/problems don't seem to be related to HE storage in any way. As you don't use OVN I would make sure to remove any parameters in answer files that mention 'ovn' or something about external providers (and let ovengine setup prompt for any values interactively) and make sure that none

[ovirt-users] Re: Q: VNC Certificate Issue with Windows Server 2022 VM

2023-03-07 Thread Volenbovskyi, Konstantin
Hi, You need to check whether you use VNC or Spice and check certificates on ovirt host(s) /etc/pki/vdsm/libvirt-vnc/server-cert.pem /etc/pki/vdsm/libvirt-spice/server-cert.pem And the idea is that certificate is signed by CA that is trusted by your client and is not expired. Maybe following sol

[ovirt-users] Re: oVirt Installation script

2023-04-13 Thread Volenbovskyi, Konstantin
Hi, hosted-engine (with --deploy parameter) is the installation script that triggers Ansible. So it is like Ansible playbook or something that triggers several playbooks. But to begin with you can ignore the fact that under the hood there is Ansible: you don't need to write Ansible (eg. playbo

[ovirt-users] Re: Unable to upload or download iso via admin portal

2023-04-13 Thread Volenbovskyi, Konstantin
Hi, I think that you might simply need to restart ovirt-imageio-proxy service because it potentially uses the old certificate/different from the one used by ovirt-engine service. And in general I would suggest to troubleshoot that using https://myhomelab.gr/linux/2020/01/20/replacing_ovirt_ssl.h

[ovirt-users] Re: oVirt Installation script

2023-04-14 Thread Volenbovskyi, Konstantin
Hi, check out https://www.ovirt.org/download/install_on_rhel.html I am pretty sure that it is part of centos-release-ovirt45 (/or whatever dependencies are installed with that) BR, Konstantin Am 13.04.23, 20:49 schrieb "destfinal--- via Users" mailto:users@ovirt.org>>: Thanks for taking time

[ovirt-users] Re: ovirt 4.5.4 install failure

2023-05-02 Thread Volenbovskyi, Konstantin
Hi, I would say that creation of local VM fails (check out virsh list --all, I think you don’t need authentication info at this moment of installation) and error is driven by combination of: OS having some version of Libvirt +that uses cgroups v2 (so RHEL 9 or RHEL 8 with cgroups v2…). Please pr

[ovirt-users] Re: hosted setup failed with error on 'Initialize lockspace volume'

2023-05-05 Thread Volenbovskyi, Konstantin
Hi, Did you follow https://www.ovirt.org/develop/troubleshooting-nfs-storage-issues.html ? In general those are several aspects that would prevent ovengine from writing to the directory and in addition to checking it manually you can use nfs-check.py described over there. I think the fact that y

[ovirt-users] Re: engine setup fails: error creating bridge interface virbr0: File exists - ?

2023-05-11 Thread Volenbovskyi, Konstantin
Hi, Is it actually first attempt to install HE? Or maybe you ran into some (different) problem and this is like second (third, fourth…) attempt. While installation script takes care of some cleanup, I would say that you should consider doing ovirt-hosted-engine-cleanup ,checking that virbr0 is ab

[ovirt-users] Re: Failed to read or parse '/etc/pki/ovirt-engine/keys/engine.p12'

2023-05-12 Thread Volenbovskyi, Konstantin
Hi, what are 'source' and 'target' ovirt engine versions? Indeed, update key&certificate on old engine seems as good way forward It seems that https://myhomelab.gr/linux/2020/01/20/replacing_ovirt_ssl.html and/or https://rhv.bradmin.org/ovirt-engine/docs/Upgrade_Guide/Replacing_SHA-1_Certificates_w

[ovirt-users] Re: engine setup fails: error creating bridge interface virbr0: File exists - ?

2023-05-12 Thread Volenbovskyi, Konstantin
P.S. Sorry, I will top-post… Von: lejeczek via Users Antworten an: lejeczek Datum: Donnerstag, 11. Mai 2023 um 21:29 An: "users@ovirt.org" Betreff: [ovirt-users] Re: engine setup fails: error creating bridge interface virbr0: File exists - ? On 11/05/2023 18:18, Volenbovskyi, Konsta

[ovirt-users] Re: Basic authentication to Rest api not working 4.5.4

2023-05-22 Thread Volenbovskyi, Konstantin
Hi, I think that this is because of move to Keycloak https://ovirt.org/release/4.5.1/#keycloak-sso-setup-for-ovirt-engine (and documents referred in that section will help you) But yes, I think it is not very explicit in the way that moving to Keycloak doesn't necessarily mean removal of basic

[ovirt-users] Re: Patching issue on RHEL 8.7-8.8

2023-05-22 Thread Volenbovskyi, Konstantin
Hi, not sure what was the idea of ovirt developers, but current text in https://ovirt.org/download/install_on_rhel.html suggests 'RHEL 8.6 exactly' rather than 'RHEL 8.6 or above' and I think there is probably no eg. CI that tested RHEL 8.7/RHEL 8.8 Anyway, assuming that you have a test system i

[ovirt-users] Re: ovirt node

2023-05-22 Thread Volenbovskyi, Konstantin
Hi, It is something like 'IPv4/IPv6 addresses that are result DNS resolution of hostname should be identical to interface configuration (ip a)' My guess would be that DNS server that resolves ovirt.bee.moitel.local doesn't have records. I think that ovirt 4.5 resolves it by forcing you to u

[ovirt-users] Re: NIC Ordering

2023-05-24 Thread Volenbovskyi, Konstantin
Hi, Do I understand it correctly that: -your OS uses PCI addresses to order NICSs? -PCI addresses of NICs are in fact non-consistent between VMs? So you boot VM1 (with NICs vNIC1 and vNIC2) and VM2 (vNIC3 and vNIC4) with same order in eg. API (->GUI) and you sometim

[ovirt-users] Re: NIC Ordering

2023-05-25 Thread Volenbovskyi, Konstantin
link state=down and then use ATTR{operstate} BR, Konstantin Von: Alan G Datum: Mittwoch, 24. Mai 2023 um 15:46 An: "Volenbovskyi, Konstantin" Cc: Guillaume Pavese , users Betreff: [ovirt-users] Re: NIC Ordering Perhaps it's more of a Foreman/API limitation. In Foreman

[ovirt-users] Re: Unable to enable HPET component of an specific VM in oVirt 4.7

2023-06-02 Thread Volenbovskyi, Konstantin
Hi, there is no ovirt 4.7, the latest (and it could be the last ☹) version of ovirt is 4.5. Probably you mean 4.4.7? Probably enabling HPET is not needed so often, so I guess it is just a missing feature of ovirt. Anyway, replying on your question - it is wrong to modify Libvirt XML, the source

[ovirt-users] Re: Unable to enable HPET component of an specific VM in oVirt 4.7

2023-06-02 Thread Volenbovskyi, Konstantin
Hi, I don't think that anyone should modify database of ovengine and especially in cases like that. As I said, try to do something with VDSM hooks (but I personally won't be able to reply on questions related to that functionality) BR, Konstantin Am 02.06.23, 14:43 schrieb "ricard...@gmail.com

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Volenbovskyi, Konstantin
Hi, could you check sudo vdsm-client Host getCapabilities virsh nodeinfo virsh capabilities and possibly see the issue? By the way most likely I think you will see CPU socket(s): 1 in virsh nodeinfo, but with NUMA cell(s):2 (that will be OK) BR, Konstantin Von: Jorge Visentini Da

[ovirt-users] Re: Processors compatibility matrix oVirt

2023-06-28 Thread Volenbovskyi, Konstantin
aNode 0 (compare it with NUMA node0 CPU(s) of lscpu) "cpuSockets": "1", Fault: "cpuSockets": "1" and not "cpuSockets": "2" However "cpuThreads": "112" and list in "onlineCpus": is correct. BR, Konsta

[ovirt-users] Re: ovirt 4.5.4 deploy self-hosted engine

2023-07-05 Thread Volenbovskyi, Konstantin via Users
Hi, I gave certain pointers in https://www.mail-archive.com/users@ovirt.org/msg72371.html , but the person who wrote initial question haven’t provided any updates Several thoughts around that: 1. you had several attempts (log file you attached contains attempts from 4th of July and below ev

[ovirt-users] Re: What is the status of the whole Ovirt Project?

2023-07-13 Thread Volenbovskyi, Konstantin via Users
Hi, We switched from Gluster to NFS provided by SAN array: maybe it was matter of combination of factors (configuration/version/whatever), but it was unstable for us. SPICE/QXL in RHEL 9: yeah, I understand that for some people it is important (I saw that someone is doing some forks whatever) I