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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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.
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
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
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
51 matches
Mail list logo