[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)

[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

[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:

[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

[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

[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

[ovirt-users] Re: [External] : How to Add Centos9 KVM Host to oVirt engine?

2024-03-27 Thread Marcos Sungaila
Hi, You cannot run the ovirt-engine service on a KVM host. The server must act as a hypervisor (KVM host) or the Engine server, not both at the same time. I understand you are running a lab using VMs. Create two VMs, one for the KVM host and another for the Engine application. Regards, Marcos

[ovirt-users] Re: [External] : Understanding Preallocation (Actual) Size of a thin DIsk

2024-03-27 Thread Marcos Sungaila
Hi Shafi, Creating a thin provisioned disk using a block Storage Domain will allocate 512MB of disk space. I don’t have the values for a file-based Storage Domain. In a regular VM operation, the disk is increased when it reaches 80% (dev team, correct me if I’m wrong) of the allocated space

[ovirt-users] Re: [External] : Create Vm without Storage Domain

2024-03-20 Thread Marcos Sungaila
Hi Shafi, A Storage Domain in oVirt is like a Storage Pool in a stand-alone KVM host. To create a virtual disk on a stand-alone KVM host, a storage pool must exist where you create the virtual disk. The same for oVirt, to upload or to create a virtual disk, a Storage Domain must exist. After

[ovirt-users] Re: [External] : The table in the database is too large

2024-03-14 Thread Marcos Sungaila
Just run the DB vacuum scripts: /usr/share/ovirt-engine/bin/engine-vacuum.sh -a -f -v /usr/share/ovirt-engine-dwh/bin/dwh-vacuum.sh -a -f -v You may want to change options, check its help descriptions. Marcos -Original Message- From: ziyi Liu Sent: Wednesday, March 13, 2024

[ovirt-users] Re: [External] : Unable to upload image to disk - due to a network error

2024-02-19 Thread Marcos Sungaila
Hi Alan, Some comments before the solution. > This message is related to network not to certificate because it is installed > otherwise it cannot even started to upload. Even if the certificate is not installed, the upload will start, and the initial phase will go through but will fall into a

[ovirt-users] Re: [External] : Re: can hosted engine deploy use local repository mirrors instead of internet ones?

2024-01-24 Thread Marcos Sungaila
Hi Cam, The dnsmasq service running on the KVM host manages the IP assignment during the first deployment phase. How did you deploy your KVM host? Which configurations have you done on it before running the hosted-engine --deploy? Also, what is your full hosted-engine deployment command?

[ovirt-users] Re: [External] : Re: can hosted engine deploy use local repository mirrors instead of internet ones?

2024-01-23 Thread Marcos Sungaila
The he_offline_deployment on oVirt does not check for package updates. If you install all the packages in advance, you can use this option. Marcos -Original Message- From: iuco...@gmail.com Sent: Monday, January 22, 2024 4:19 PM To: users@ovirt.org Subject: [External] : [ovirt-users]

[ovirt-users] Re: [External] : gluster on iSCSI devices in ovirt environment

2024-01-18 Thread Marcos Sungaila
I’m not sure if I correctly understood your intention, you want to use 2 nodes for a 3 node deployment, is that what you want to do? The replica 3 arbiter 1 means you need 3 nodes, 2 nodes will have data, and 1 node will have the checksum only (the arbiter). On oVirt, 3 nodes is mandatory as

[ovirt-users] Re: [External] : Migrating from a self hosted engine to standalone

2024-01-17 Thread Marcos Sungaila
Hi, If you want to upgrade from 4.3 to 4.4, keeping the SHE deployment, you can use the steps outlined in the https://www.oracle.com/a/ocom/docs/olvm44/olvm-4.4-admin-guide.pdf, chapter 5. It describes the process for OLVM but is the same for oVirt. Marcos -Original Message- From:

[ovirt-users] Re: [External] : Re: Error: Host is not up, please check logs, perhaps also on the engine machine

2023-03-17 Thread Marcos Sungaila
Hi Let me try something. You sent some messages, but all of them needed more information. You can send as many e-mails as you need, but it will help if you provide enough information to help us help you. You didn’t say which OS version you use to deploy the hosted engine. Which oVirt version

[ovirt-users] Re: [External] : Configure HA.

2023-02-24 Thread Marcos Sungaila
Please take a look at my previous reply. > It’s possible have VM’s in HA. Because when I does this test, I see this > issue. > > “Highly Available VM failed. It will be restarted automatically.” The issue is trying to manage the hardware using the power management interface. If you need to

[ovirt-users] Re: [External] : Configure HA.

2023-02-23 Thread Marcos Sungaila
Hi Anthony, It is not an issue. This is the expected behavior. Using any Power Management interface to shut down or reboot the hardware will crash any running VM and be identified as a hardware outage. The VMs instances recovery process in such a scenario is to boot the instance since all of

[ovirt-users] Re: [External] : Migration failed due to an Error: Fatal error during migration

2023-02-13 Thread Marcos Sungaila
HI Anthony, You need previous lines from the logs to identify the failure cause. Sending only the final error message will not help to help you. Inspect your logs and check the lines before this error. Marcos -Original Message- From: Anthony Bustillos Gonzalez Sent: Thursday, February

[ovirt-users] Re: [External] : Turn on my host

2023-02-13 Thread Marcos Sungaila
Hi Anthony, I suppose you tried to turn the KVM host off using the Engine portal. If using a direct ssh connection to the KVM host and issuing the "systemctl poweroff" or "reboot" commands, the Engine application will detect the reboot as a hardware failure. In this scenario, the Engine cannot

[ovirt-users] Re: [External] : oVirt Installation in ESXi 7

2023-02-03 Thread Marcos Sungaila
Hi Mike, I assume you are building a lab since using VMs to install a Virtualization Solution will not offer the minimum performance desired for the solution. As a lab, I recommend you to use two VMs, one for the Engine installing it as a stand-alone Engine and the second to act as an

[ovirt-users] Re: CPU Shares

2023-02-03 Thread Marcos Sungaila
Hi Nick, Setting CPU Shares only changes how the instance works. It does not affect the current workload unless the instance is under pressure. For example, if you are running an RDBMS, you may see a performance improvement when normalizing the database or generating a monthly report. Even

[ovirt-users] Re: [External] : oVirt Engine Web Console

2023-02-03 Thread Marcos Sungaila
Hi Mike, The Engine dashboard is available on port 80/TCP redirecting to 443/TCP. VMs console access will be using port 6100/TCP. From your description, you have the oVirt installed on a different LAN segment using VLANs. Can you check for any restrictions like firewall rules between your

[ovirt-users] Re: [External] : Re: Self-hosted-engine timeout and recovering time

2022-09-21 Thread Marcos Sungaila
application. As you said, all VMs running on other hosts keep running without impacting them. I will try to collect more information from the logs and understand the reference codes and constants you mentioned. Thanks again for your help. Marcos Sungaila -Original Message- From: Yedidyah

[ovirt-users] Self-hosted-engine timeout and recovering time

2022-09-20 Thread Marcos Sungaila
host as expected. Also, there took a relatively long time to take over the HA VMs from the failing server. Is there a configuration where I can reduce the SHE timeout to make this recover process faster? Regards, Marcos Sungaila ___ Users mailing list

[ovirt-users] Re: [External] : Importing KVMs and QCOW

2022-03-07 Thread Marcos Sungaila
Hi Abe, You can upload the disk to the desired store domain and attach it to the guest you create. I do it regularly. I upload the qcow2 image to the storage domain and attach it to the VM using the web interface. Also, you upload the KVM guest disk as a template. Regards, Marcos

[ovirt-users] Re: [External] : Does memory ballooning works if memory overcommit is disabled in the cluster

2022-03-03 Thread Marcos Sungaila
Hi Sohail, Memory ballooning is enabled by checking the "Enable Memory Balloon Optimization" checkbox, which can keep VMs' performance. If left unchecked, any pressure on host memory may trigger swap usage inside VMs. You can leave it unchecked if you have more memory than assigned to all VMs.

[ovirt-users] Re: [External] : Unrecoverable NMI error on HP Gen8 hosts.

2022-01-03 Thread Marcos Sungaila
Hi Diggy, I'm not sure if it's an oVirt issue, but it can be a network or firewall issue. Did you test the connection between oVirt hosts and the iLO interfaces? Simple tests like ping to ensure one host can reach others iLO interfaces and ipmitool to ensure you can connect to the management

[ovirt-users] Re: Virt-sysprep --update --network

2021-11-16 Thread Marcos Sungaila
Hi Nathanaël, With virt-sysprep, it is possible to install a package, update your template, activate a network connection, have SELinux relabel your system, and change other options. Also is highly recommended to boot your template to ensure every last-minute change is working fine. Before

[ovirt-users] Re: [External] : about the password of the engine host and worker KVM hosts

2021-09-17 Thread Marcos Sungaila
Hi Tommy, Yes, you can change root password on all hosts with no problem. Your cluster will keep working fine. Regards Marcos From: Tommy Sway Sent: sexta-feira, 17 de setembro de 2021 06:12 To: users@ovirt.org Subject: [External] : [ovirt-users] about the password of the engine host and

[ovirt-users] Re: Time Drift Issues

2021-09-08 Thread Marcos Sungaila
Hi Nur, Yes, oVirt Node comes with an NTP client installed and started. You need to configure the servers it will use as external sources. Yes, it will be preserved in a host upgrade. Regards, Marcos From: Nur Imam Febrianto Sent: quarta-feira, 8 de setembro de 2021 08:09 To: Marcos Sungaila

[ovirt-users] Re: [External] : Re: Poor gluster performances over 10Gbps network

2021-09-08 Thread Marcos Sungaila
Hi Mathieu, Using dd for disk performance tests is not recommended. Besides needing oflag and iflag options, dd will perform a sequential write what is not a real scenario, To evaluate your servers, use fio or bonnie++ for performance tests. These applications will play a more realistic

[ovirt-users] Re: Time Drift Issues

2021-09-07 Thread Marcos Sungaila
Hi Nur, ntpd has a 300sec limit for synchronization. If you want a more flexible NTP client, use chronyd. If you prefer to use ntpd, you should have ntpdate as a boot client and ntpd as a runtime client. When the server boots, the ntpdate client will sync time no matter the difference. As a

[ovirt-users] Re: [External] : Fencing ilo4

2021-08-27 Thread Marcos Sungaila
Hi, You can only use the test feature through the Administration Portal after having one KVM host up and running. So, for the fence feature to work properly, your oVirt environment needs to have, at least, two hosts. The correct procedure is: - add kvm host1; - add kvm host2 and configure its

[ovirt-users] Re: [External] : Re: about the hugepage setting of the KVM server

2021-08-26 Thread Marcos Sungaila
Hi Tommy, I have no simple answer to your question since I did not need this before, but some questions may help us understand how it is currently working. 1st- Are you using an ovirt-node or an OS+vdsm as a hypervisor? 2nd- Did you enabled huge pages on the VM OS? 3rd- Did you check on the

[ovirt-users] Re: [External] : Injecting VirtIO drivers : Query

2021-08-25 Thread Marcos Sungaila
Hi Kris, The VirtIO drivers' injection is necessary to use high-performance devices like virtIO disks (virtio or virtio-SCSI) and virtio network interfaces. If planning to use emulated devices, these drivers are not necessary. In general, I do not import VMs to OpenStack. I prepare my specific

[ovirt-users] Re: [External] : Re: what difference between the Cloud-Init Network Protocol options ?

2021-08-24 Thread Marcos Sungaila
Once the KVM host is part of an oVirt cluster, many interactions come from the VDSM service. It would help if you used a different KVM host for this kind of procedure. Marcos -Original Message- From: Tommy Sway Sent: terça-feira, 24 de agosto de 2021 14:10 To: Marcos Sungaila ; 'Liran

[ovirt-users] Re: [External] : about the network name rules on CentOS/Redhat 8 and the cloud-init network interface name

2021-08-24 Thread Marcos Sungaila
-Original Message- From: Tommy Sway Sent: terça-feira, 24 de agosto de 2021 11:34 To: Marcos Sungaila ; users@ovirt.org Subject: [ovirt-users] Re: [External] : about the network name rules on CentOS/Redhat 8 and the cloud-init network interface name Thank you! But where to set

[ovirt-users] Re: [External] : Re: what difference between the Cloud-Init Network Protocol options ?

2021-08-24 Thread Marcos Sungaila
One important thing, you run the virt-sysprep command on the KVM host indicating the VM name to seal, you do not run it inside a VM. It is not like the sysprep command on a Windows machine. Marcos -Original Message- From: Liran Rotenberg Sent: terça-feira, 24 de agosto de 2021 12:56

[ovirt-users] Re: [External] : Re: Backup to tape

2021-08-24 Thread Marcos Sungaila
Also Veeam announced oVirt support last May. I did see anyone using or testing Veeam on OLVM or oVirt. Marcos -Original Message- From: Tony Brian Albers Sent: terça-feira, 24 de agosto de 2021 05:50 To: dupar...@esrf.fr; users@ovirt.org Subject: [External] : [ovirt-users] Re: Backup to

[ovirt-users] Re: [External] : about the network name rules on CentOS/Redhat 8 and the cloud-init network interface name

2021-08-24 Thread Marcos Sungaila
The naming convention is called BiosDevName and was introduced in kernel 2.6.27. It is defined by the OS kernel you are using in the guest. It is not related to oVirt itself or the KVM host. In my case, I install my VMs passing "biosdevname=0 net.ifnames=0" during the OS installation process,

[ovirt-users] Re: [External] : Re: Template for Ubuntu 18.04 Server Issues

2021-08-24 Thread Marcos Sungaila
Hi Miguel, The virt-sysprep command seals a VM when building it on a standalone KVM host. Creating a template using the Make Template option in the VMs page automatically seals the VM during this process. Anyway, in a standalone KVM host, gracefully shut down the VM and run the command as

[ovirt-users] Re: [External] : Re: Is it possible to configure the wireless network card on the Linux host as the bridge to provide oVirt for use?

2021-08-23 Thread Marcos Sungaila
instance) despite it woked fine with bridge connections. I will look if I have a copy in my old backups. It was a long time ago. Marcos From: Tommy Sway Sent: segunda-feira, 23 de agosto de 2021 12:05 To: Marcos Sungaila ; 'wodel youchi' Cc: 'users' Subject: [ovirt-users] Re: [External] : Re

[ovirt-users] Re: [External] : Re: Is it possible to configure the wireless network card on the Linux host as the bridge to provide oVirt for use?

2021-08-23 Thread Marcos Sungaila
Hi Tommy, Two comments for your appreciation: 1st: Technically, it is possible. You can configure your wireless network as a bridge and use it as you wish. I did it in my laptop a long time ago to test KVM instances. 2nd: Taking security in focus, it is not a recommendation to use wireless

[ovirt-users] Re: [External] : Power management on Dell PowerEdge R320 and R520

2021-05-17 Thread Marcos Sungaila
Hi Pavel, You can only test a fence device after having one active node at that cluster. In other words, install/activate host1 and have it up and running. Go to install host2 and configure Power Management for this host. Having host1 already active it will be used to test host2 power