[ovirt-users] Re: [External] : Custom OMVF for VM

2025-07-11 Thread Marcos Sungaila via Users
Hi Domien, Possible it is, but you will need to test this deployment. The firmware json files are stored under /usr/share/qemu/firmware on each KVM host, and the fd files are stored under /usr/share/edk2/ovmf/ on the KVM hosts, too. As far as I understand, and you need to confirm it, the Chipset

[ovirt-users] Re: [External] : Veeam - Move data over other network than ovirtmgmt

2025-06-18 Thread Marcos Sungaila via Users
Hi Domien, As far as I understand (I'm not a Veeam expert), if you are taking backup by connecting Veeam to the Engine API, after receiving the backup request the Engine application will request the KVM host to provide the items to backup. That communication from Engine to KVM and backwards wil

[ovirt-users] Re: [External] : Re: hosted-engine --deploy fails with "The task includes an option with an undefined variable. The error was: 'local_vm_ip' is undefined"

2025-05-16 Thread Marcos Sungaila via Users
Hi Glenn, The playbooks are not compatible with newer ansible versions, try downgrading the ansible/ansible-core package in use. Or you can go deeper and review the playbooks to make it compatible with the ansible version in use. Marcos From: Glenn Paden Sent: Tuesday, April 8, 2025 7:49 PM T

[ovirt-users] Re: [External] : build ovirt in docker container

2025-05-08 Thread Marcos Sungaila via Users
Hi Jorge, This is a great initiative and I believe it is worth enough for the challenge you have ahead. A solid first step in this process is to work with small, dedicated containers, each tailored to a specific application or service. This approach ensures modularity, reduces complexity, and

[ovirt-users] Re: [External] : How to modify the MAC address of a bonding interface after changing the nic card

2025-04-02 Thread Marcos Sungaila via Users
Hi, Connected to host, simply remove the connection. Let’s assume the old and the new interface have the same device name, for example, eno2: nmcli con del eno2 And then add the new interface to the bond: nmcli connection add type ethernet \ slave-type bond \ con-name eno2 \ ifname

[ovirt-users] Re: [External] : Re: Unable to migrate vm with 4 (500g) disks from vmware to ovirt.

2025-01-23 Thread Marcos Sungaila via Users
Hi, To migrate a VM from VMware, there are a few prerequisites: - All virtual disks must be stored on regular Data Stores, no Data Store pool is allowed - All virtual disks must be allocated on the same Data Store - If importing a Windows VM, importing from the command line is mandatory, as well

[ovirt-users] Re: [External] : Re: Unable to migrate vm with 4 (500g) disks from vmware to ovirt.

2025-01-23 Thread Marcos Sungaila via Users
Hi Regards, Marcos -Original Message- From: dushyantk@gmail.com Sent: Thursday, January 23, 2025 7:32 AM To: users@ovirt.org Subject: [ovirt-users] Re: [External] : Re: Unable to migrate vm with 4 (500g) disks from vmware to ovirt. I am using UI method for importing vm in hosted

[ovirt-users] Re: [External] : The KVM Host Status Stucking in Connecting

2025-01-22 Thread Marcos Sungaila via Users
Hi, Having different kernel versions between the Engine server and KVM hosts doesn't matter. All KVM hosts must have the same kernel, libvirt, qemu, and vdsm packages versions. Marcos -Original Message- From: natchaw...@gmail.com Sent: Wednesday, January 22, 2025 12:08 AM To: users@o

[ovirt-users] Re: [External] : The KVM Host Status Stucking in Connecting

2025-01-21 Thread Marcos Sungaila via Users
Hi, Non-responsive mean that the Engine application is not able to connect to the VDSM service running on the KVM host. Did you check the Engine and KVM host logs? Many factors may cause this error: - all kvm hosts have the same kernel version - kernel modules loaded (kvm) - network issue - vds

[ovirt-users] Re: [External] : Really weird ! Image IO / browser upload only working on 1 cluster (out of many) - anyone got any advice ? (network access, certs seem fine.)

2025-01-17 Thread Marcos Sungaila via Users
Did you checked if any log is available regarding that failing test? On the engine server check: - /var/log/ovirt-imageio/daemon.log - /var/log/ovirt-engine/engine.log It may look obvious but does the host selected for the upload, have access to the Storage Domain selected? Also, have you tried

[ovirt-users] Re: [External] : Really weird ! Image IO / browser upload only working on 1 cluster (out of many) - anyone got any advice ? (network access, certs seem fine.)

2025-01-16 Thread Marcos Sungaila via Users
Hi Morgan, Are you using a single Engine deployment to manage all DCs/Clusters? Which browser are you using to upload the image? Since you mention using the upload_disk.py script works, I suspect something may be happening on the communication between your browser and the Engine server or with t

[ovirt-users] Re: [External] : Enroll Certificate

2025-01-03 Thread Marcos Sungaila via Users
Hi, Did you notice you are testing the cockpit certificate, not any oVirt related certificate? Any procedure to renew oVirt certificates will not touch the cockpit self-signed certificates. By default, the cockpit ssl certificate is automatically renewed before expiring and don't need to worr

[ovirt-users] Re: [External] : Changing Disk Alocation Policy

2025-01-03 Thread Marcos Sungaila via Users
Hi José, Yes, it is possible via API. Let me search my notes for the call you need to run. Marcos From: José Ferradeira via Users Sent: Thursday, November 28, 2024 7:42 AM To: users Subject: [External] : [ovirt-users] Changing Disk Alocation Policy Hi, It's possible to change a thin-provis

[ovirt-users] Re: [External] : oVirt slow backups from ISCSI storage domain to nfs target

2024-11-11 Thread Marcos Sungaila via Users
Don, Sorry, I wasn’t clear in my previous e-mail. My comment about small disks actually is about how much disk space you have currently in use, not the virtual disk size. For example, I have a 200GB virtual disk VM with only 4,6 GB in use. It takes about 40 sec to transfer the disk to an NFS sh

[ovirt-users] Re: [External] : open v-switch woes

2024-11-11 Thread Marcos Sungaila via Users
Rephrasing my last e-mail: Working with open vswitch at the ovirt infrastructure level is NOT an easy task. Marcos From: Marcos Sungaila via Users Sent: Monday, November 11, 2024 9:57 AM To: Tim Walsh ; users@ovirt.org Subject: [ovirt-users] Re: [External] : open v-switch woes Tim, Working

[ovirt-users] Re: [External] : open v-switch woes

2024-11-11 Thread Marcos Sungaila via Users
Tim, Working with open vswitch at the ovirt infrastructure level is an easy task. Here you have some steps to start with it. Deploying an OVN enabled system have the following requirements: * Stand-alone Engine installed on a bare metal or a VM outside the ovirt cluster. Running SHE is not p

[ovirt-users] Re: [External] : oVirt slow backups from ISCSI storage domain to nfs target

2024-11-11 Thread Marcos Sungaila via Users
Hi Don, When transferring small files to an NFS share, many times, they can fit the in-memory cache, leading to high transfer rates. For bigger files, the remote NFS storage will need to commit data to the disk once the cache is filled. In general, it is common to see the initial data transfer a

[ovirt-users] Re: [External] : Adding ISO doesn't work

2024-11-08 Thread Marcos Sungaila via Users
I assume you already imported the Engine CA public key into your browser or a system-wide level, is that correct? Marcos -Original Message- From: sol-pl...@nttdata.com Sent: Friday, November 8, 2024 10:09 AM To: users@ovirt.org Subject: [ovirt-users] Re: [External] : Adding ISO doesn't

[ovirt-users] Re: [External] : Images upload - Content Security Policy

2024-11-08 Thread Marcos Sungaila via Users
Hi Jiri, Just answered a similar question in the "Adding ISO doesn't work" thread, you can see the fix there. Marcos -Original Message- From: jiri.miku...@mibcon.cz Sent: Friday, October 25, 2024 10:40 PM To: users@ovirt.org Subject: [External] : [ovirt-users] Images upload - Content

[ovirt-users] Re: [External] : Adding ISO doesn't work

2024-11-08 Thread Marcos Sungaila via Users
Hi This is a regression introduced by the 4.5.5-1.22 version. Meanwhile the new packages with the fix are not available, to fix it, replace the /etc/httpd/conf.d/olvm45-security-fixes.conf file by the one attached in this e-mail. Then run: # systemctl daemon-reload # systemctl restart ovirt-

[ovirt-users] Re: [External] : Need advice before building a new oVirt Environment

2024-11-08 Thread Marcos Sungaila via Users
Hi There is one additional option you didn't realized: - Add new hosts to the same DC/Cluster and add the new NAS appliance as a second Storage Domain. This approach will make it easier to live migrate your running VMs to new hosts allowing you to power off old servers. Also, having the the ne

[ovirt-users] Re: [External] : open v-switch woes

2024-10-25 Thread Marcos Sungaila via Users
Hey Tim, Deploying an OVN-enabled cluster is not that trivial. There are many caveats to make it run. Is there any special use case you need to address to use OVS/OVN? Marcos From: Tim Walsh Sent: Thursday, October 24, 2024 12:28 AM To: users@ovirt.org Subject: [External] : [ovirt-users] open v

[ovirt-users] Re: [External] : Importing Storage Domain's Export from one Data Center to Another

2024-10-24 Thread Marcos Sungaila via Users
Hi, What you mean by "Storage Domain's Export"? It make no sense to me. I faced a crash in my lab, and had to reinstall the engine and KVM hosts. After that, I just imported the Data Storage Domain, when its status changed to Down, entering the SD details by clicking its name, I figured out som

[ovirt-users] Re: [External] : Migration of oVirt Engine and Hosts from CentOS 8 to CentOS 9

2024-10-24 Thread Marcos Sungaila via Users
Hi, For the backup, add the --scope=all argument as follows: engine-backup --scope=all --mode=backup --file=/root/backup It will backup many more things than only the database. Restore the backup on the new host, when it finishes you need to run engine-setup to fill any gaps from the backup an

[ovirt-users] Re: [External] : I did a fresh install but what is username and password?

2024-10-24 Thread Marcos Sungaila via Users
Hi, If you installed Keycloak, the login user changed to admin@ovirt, use the password you defined while installing the engine. Marcos -Original Message- From: himalaje2...@gmail.com Sent: Thursday, October 24, 2024 10:38 AM To: users@ovirt.org Subject: [External] : [ovirt-users] I di

[ovirt-users] Re: [External] : How to create templates better

2024-10-17 Thread Marcos Sungaila via Users
Hi You can have the same template available in all DC you have configured. I have 3 DCs in my deployment and the same templates are available in all of them. Some time ago, I faced a similar issue. In my case, I was importing an existing Storage Domain, and when I tried to import a standard temp

[ovirt-users] Re: [External] : Lost console access to VMs after updating

2024-10-14 Thread Marcos Sungaila via Users
Hi Malcolm, Select the Cluster line at Compute > Cluster and edit it. Then check if in the Console left tab, the Enable VNC Encryption is set. If enabled, you will need to disable it, and using the web UI, put a host into Maintenance mode, then click the Installation button > Reinstall. Marcos

[ovirt-users] Re: [External] : cannot access the Storage Domain(s) attached to the Data Center Default.

2024-10-10 Thread Marcos Sungaila via Users
Hi Bill, Which steps you ran through on the KVM hosts before trying to add them to the Cluster? Marcos From: Bill James Sent: Wednesday, October 9, 2024 7:02 PM To: users Subject: [External] : [ovirt-users] cannot access the Storage Domain(s) attached to the Data Center Default. I'm trying

[ovirt-users] Re: [External] : iSCSI Storage Issue - move Hosts!?

2024-10-09 Thread Marcos Sungaila via Users
Hi Steve, When you put a host into Maintenance mode, all VMs will migrate to the remaining hosts if there enough resources to run them. If migrating a VM fails, the host will not transition into Maintenance mode and you will need to manually fix the problem. Marcos -Original Message- F

[ovirt-users] Re: [External] : Error during hosted-engine deploy for Cluster Compatibility Version

2024-09-30 Thread Marcos Sungaila via Users
Hi devis, You probably have different OS/qemu/libvirt versions between hosts. All additional KVM hosts must have the same OS/qemu/libvirt versions as the first one you deployed. Marcos -Original Message- From: devis--- via Users Sent: Thursday, September 26, 2024 11:35 AM To: users@o

[ovirt-users] Re: [External] : Migrate Ovirt Node from el8 to el9

2024-09-30 Thread Marcos Sungaila via Users
Between OS major versions? I don't think so. Marcos -Original Message- From: devis--- via Users Sent: Thursday, September 26, 2024 4:47 AM To: users@ovirt.org Subject: [External] : [ovirt-users] Migrate Ovirt Node from el8 to el9 Hello, I tried to find a guide or procedure to upgrade

[ovirt-users] Re: [External] : Error during setup

2024-09-13 Thread Marcos Sungaila via Users
Alexey, When deploying the Engine, the lines before the error message are relevant too. You can redirect the hosted-engine command output to a file to make it easier to share. Also, showing the command you ran will help. Marcos -Original Message- From: Alexey Martynov via Users Sent:

[ovirt-users] Re: [External] : Fallback Method to Start a VM if oVirt Engine is Offline

2024-09-09 Thread Marcos Sungaila via Users
Hi Thomas, Many people looking for oVirt/OLVM as a VMware alternative are facing many challenges and architecture differences. To reduce the hosted-engine blast-radius, deploying it in SHE model helps, also choosing a deployment architecture considering a DR scenario maybe the best approach. Th

[ovirt-users] Re: [External] : Re: console certificate is not trusted

2024-09-05 Thread Marcos Sungaila via Users
Hi José, > I'm using self signed certificate. That is not exactly true. When you install the engine server, it creates a local Certificate Authority (CA). This CA is real but available only on your network. The right approach is to import the CA public key to your desktop so your connection wil

[ovirt-users] Re: [External] : cpu pinning validation failed - virtual cpu does not exist in vm

2024-09-05 Thread Marcos Sungaila via Users
Hi, You disabled "Count Threads As Cores" so you need extra steps to identify which cores you can pin. You can check your CPU cores availability using the lscpu command, look: # lscpu | grep -e NUMA -e ^CPU\(s\) CPU(s): 72 NUMA node0 CPU(s): 0-17,36-53 NUMA node1 CPU(s): 18-35,5

[ovirt-users] Re: [External] : Import disk and ISO failed status "Paused by System"

2024-09-02 Thread Marcos Sungaila via Users
Hi, You said: > I'm running ovirt-engine and ovirt-host on the same server. A server cannot run the Engine Administration portal and the KVM hypervisor at same time. You can install the Engine as an embedded VM (self-hosted engine) and configure the host to act as an hypervisor, but cannot conf

[ovirt-users] Re: [External] : Fallback Method to Start a VM if oVirt Engine is Offline

2024-09-02 Thread Marcos Sungaila via Users
Hi Thomas, No, it is not possible. All VM's interactions (start, stop, reboot, etc) are performed by the Engine application (ovirt-engine service). Marcos -Original Message- From: Thomas Leitner Sent: Monday, August 26, 2024 8:29 AM To: users@ovirt.org Subject: [External] : [ovirt-use

[ovirt-users] Re: [External] : New Member Introduction

2024-07-16 Thread Marcos Sungaila via Users
Hi Maria Just send your questions to the list. Preferable send the doubt you have, if it is related to an error, include ovirt version, component involved or command your are running, outputs if any, or log snippets. Some times the OS version also helps. Marcos -Original Message- From:

[ovirt-users] Re: [External] : Network issue - self-hosted engine on a single host

2024-07-16 Thread Marcos Sungaila via Users
Hi Jakov, The oVirt architecture basics: - The self-host engine is a VM running on a KVM host.   To deploy a self-hosted engine, you must have a shared storage like a NFS share or iSCSI LUN. - Running the engine-setup command will deploy the stand-alone engine.   The host running a stand-alone e

[ovirt-users] Re: [External] : oVirt 4.5.5 Fresh Installation

2024-06-14 Thread Marcos Sungaila via Users
Hi Clemilton, I assume you are deploying SHE. If using IPv4 for the management interface, add --4 to your command as follows: hosted-engine --deploy --4 And follow on-screen instructions. Marcos -Original Message- From: Clemilton Sent: Wednesday, May 29, 2024 10:43 AM To: users

[ovirt-users] Re: [External] : Re: Unable Access VM console VNC

2024-05-24 Thread Marcos Sungaila via Users
When enabling or disabling VNC encryption, a host reinstallation will be required to have it properly changed. Marcos -Original Message- From: Ankit Sharma Sent: Thursday, May 23, 2024 3:11 AM To: users@ovirt.org Subject: [External] : [ovirt-users] Re: Unable Access VM console VNC Hi

[ovirt-users] Re: [External] : Importing VMs from CentOS 8 Streams to Oracle 8.9 oVirt (QXL issues)

2024-05-16 Thread Marcos Sungaila via Users
Hi Gilboa, The spice protocol has been deprecated by Red Hat for over 3 years. It may still be available in CentOS or RHEL versions but not in OL. It cannot be enabled. Marcos From: Gilboa Davara Sent: Thursday, May 16, 2024 9:07 AM To: oVirt Users Subject: [External] : [ovirt-users] Importin

[ovirt-users] Re: [External] : Ovirt Host Machine Use Case

2024-05-15 Thread Marcos Sungaila via Users
Hi Muhesh, All open ports will be listed in the /var/log/vdsm/vdsm.log file in the KVM host the VM is running. There you can find what may happened to your instance to change ports. Marcos -Original Message- From: Muhesh Kumar Sent: Monday, May 13, 2024 8:56 PM To: users@ovirt.org Su

[ovirt-users] Re: [External] : Can't create shared disk after upgrade to 4.5.4

2024-04-26 Thread Marcos Sungaila via Users
The option Enable Incremental Backup must not be enabled when creating a Shared Virtual Disk. Marcos -Original Message- From: mahenderjosh...@gmail.com Sent: Thursday, April 18, 2024 11:15 AM To: users@ovirt.org Subject: [ovirt-users] Re: [External] : Can't create shared disk after upg

[ovirt-users] Re: [External] : NFS Share file to mount in ovIrt

2024-04-17 Thread Marcos Sungaila via Users
Hi De Lee, The directory shared by NFS must be owned by the vdsm user (UID 36) and the kvm group (GID 36) with 0755 permission. Also, the share configuration must allow your KVM hosts to connect to it, like: /share-directoryIP-ADDRESS-OR-HOSTNAME(rw) OTHER-IP-ADDRESS-OR-HOSTNAME(rw) You

[ovirt-users] Re: [External] : Deploying the self-hosted engine failed

2024-04-17 Thread Marcos Sungaila via Users
Hi, It is hard to say anything from the output snippet you sent. You should have sent the VM resources (mem, cpu, disk, nics), the distro and version you are using, the command used to start the deployment, all input provided, and the whole output. Please use a service like pastebin.com if you

[ovirt-users] Re: [External] : Re: Keycloak SSO integration

2024-04-15 Thread Marcos Sungaila via Users
Unfortunately, Keycloak is not fully integrated into oVirt, other than the main authentication will not work. Scripts from the ovirt-sdk4, virt-v2v commands, API access, and others still rely on the AAA authentication mechanism. Marcos -Original Message- From: luc.lalo...@polymtl.ca S

[ovirt-users] Re: [External] : Re: Keycloak SSO integration

2024-04-15 Thread Marcos Sungaila via Users
You can try this https://blogs.ovirt.org/wp-content/uploads/2021/09/04-Prerequisites-and-Troubleshooting-an-oVirt-External-Authentication-Provider-%E2%80%93-Marcos-Sungiala.pdf Marcos -Original Message- From: luc.lalo...@polymtl.ca Sent: Saturday, April 6, 2024 8:34 AM To: users@ovirt.

[ovirt-users] Re: [External] : Re: Ovirt Hyperconverged

2024-04-15 Thread Marcos Sungaila via Users
Hi Ricardo, When searching for SHE deployment errors, grep for error and failed: grep -i -e error -e failed /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20240415201836-r0gt54.log If you have the logs available, try again, will be easier to find the cause. Marcos -Origi

[ovirt-users] Re: [External] : Can't create shared disk after upgrade to 4.5.4

2024-04-10 Thread Marcos Sungaila via Users
Hi Igor, When creating a virtual disk, in 4.5 (oVirt & OLVM), the "New Virtual Disk" dialog brings the "Enable Incremental Backup" automatically checked. The "Shareable" and "Enable Incremental Backup" options can not be set simultaneously. To create a shareable virtual disk, click the "Shareabl

[ovirt-users] Re: [External] : Singe host installation

2024-04-10 Thread Marcos Sungaila via Users
If you are not planning to have a second KVM host in the future, I should use a stand-alone KVM host managed by the Cockpit web UI. Marcos -Original Message- From: Jakov Sosic Sent: Friday, April 5, 2024 7:50 AM To: users Subject: [External] : [ovirt-users] Singe host installation Hi