[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-27 Thread Tomáš Golembiovský
Guys, please do not panic. virt-v2v output is full of messages and combindes unprocessed output of various tools virt-v2v uses to do the operation. You might even see errors there which are pretty normal and expected. You can tell virt-v2v properly discovered your guest OS for example by this

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-27 Thread Tomáš Golembiovský
Hi, On Thu, Oct 26, 2023 at 09:23:50PM -, Michaal R via Users wrote: > Okay, it seems it got a bit further, but still errored out. I watched it get > past the disk import (or what looked like the disk import), but I couldn't > see in the vdsm.log file where it failed the remaining import. I

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread netracerx via Users
Funny you ask that, as I was about to make the point the same VMs (as I've tried with others of mine) will import and boot on Proxmox and XCP-NG just fine. > > On Oct 26, 2023 at 5:51 PM, Simon Coterwrote: > > Did you try with one smaller VM ?

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Simon Coter
Did you try with one smaller VM ? At the same time, are you able to check if the OVF works on other hypervisors (like VirtualBox on your laptop) ? Simon On Oct 27, 2023, at 12:50 AM, Michaal Rutledge wrote: Yes, I see that it identifies the boot record (though, why it's MBR and not GPT is

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal Rutledge via Users
Yes, I see that it identifies the boot record (though, why it's MBR and not GPT is beyond me). Yes, the VM was shut down properly prior to OVF export. And it's not an OVA. Also, this happens to EVERY VM I've tried to import from ESXi, so there seems to be something more to this to me.

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Simon Coter
virt-v2v identifies the MBR but it’s not able to mount :) was the VM properly shutdown on VMware when you did the export ? An alternative plan could be to: * extract the OVA content (by “tar” command) * convert the vdisk to qcow2 format (by qemu-img) * import the vdisk * create

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Simon Coter
It’s failing due to this error: import-75636d68-d067-4570-84b3-3829c5cf1963-20231026T153906.log: content: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 "Invalid partition table" at offset 0x17b "Error loading operating system" at offset 0x19a "Missing operating system";

[ovirt-users] Re: [External] : Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal Rutledge via Users
But previously, Tomas said that he could see where virt-v2v DID properly identify the OS, so why is virt-v2v unable to determine how to mount the disk to load the OS? Even during the import stage, it properly identifies the partitions, so why is it failing is what I'm not seeing. It boots in

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
Okay, it seems it got a bit further, but still errored out. I watched it get past the disk import (or what looked like the disk import), but I couldn't see in the vdsm.log file where it failed the remaining import. I tried as both Other OS and as Linux (just in case the latter had a chance),

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
On Thu, Oct 26, 2023 at 06:15:35PM +0200, Tomáš Golembiovský wrote: > I have opended a pull request [1] on GitHub with the fix. Since the patch is > simple and the test for that passes there is low risk. I have attached the > relevant portion (without the test) to the email. What you need to do is

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
I have opended a pull request [1] on GitHub with the fix. Since the patch is simple and the test for that passes there is low risk. I have attached the relevant portion (without the test) to the email. What you need to do is take the attached patch, apply it on your host and restart vdsm: $

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
Also, I would like to help with the error trying to import Windows VMs when you set the OS appropriately (ie... matching the OS type at import to the OS of the VM, then getting the time zone error). If there's anything I can do or provide, please let me know.

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
What would it take to help you test this? I'm using a VM in ESXi to test setup and configuration of oVirt before going live with a bare metal install, so I'm setup to help if I can. It would be an easy step to make a snapshot before applying the patch, and then roll back if it doesn't work.

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
Hi, On Wed, Oct 25, 2023 at 04:44:18PM -, Michaal R via Users wrote: > I checked for the Fast Startup feature, which I figured wouldn't be enabled, > and it's not even configurable. it really seems the VM imports below got a step further. > > I tried, again, to import from vCenter and got

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-25 Thread Devin A. Bougie
Thanks again, Gianluca. I'm currently ssh'd into the new local engine VM, and Postgres is running. However, an engine DB doesn't exist? Should it at this point, and do you have any other suggestions of where I should look? Devin -- [root@lnxvirt-engine ~]# su - postgres Last login: Wed

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-25 Thread Michaal R via Users
I checked for the Fast Startup feature, which I figured wouldn't be enabled, and it's not even configurable. I tried, again, to import from vCenter and got error "All chosen VMs couldn't be retrieved by the external system and therefore have been filtered. Please see log for details." When I

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-25 Thread Gianluca Cecchi
On Wed, Oct 25, 2023 at 5:50 PM Devin A. Bougie wrote: > I've had a chance to try this restore again, and this time login to the > local (new) hosted-engine VM to verify that > /root/DisableFenceAtStartupInSec.txt just contains: > to > > And if I try the "engine-config -g

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-25 Thread Devin A. Bougie
I've had a chance to try this restore again, and this time login to the local (new) hosted-engine VM to verify that /root/DisableFenceAtStartupInSec.txt just contains: to And if I try the "engine-config -g DisableFenceAtStartupInSec" from the new hosted-engine VM, my connection closes.

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-25 Thread Tomáš Golembiovský
On Tue, Oct 24, 2023 at 01:16:27PM -, Michaal R via Users wrote: > Well, that's interesting... I wonder if the other imports I've tried give the > same error. That VM SHOULD have been shut down properly, but I'll check > again. I've three VMs that won't import, I'll check them again. Do you

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-24 Thread Michaal R via Users
Well, that's interesting... I wonder if the other imports I've tried give the same error. That VM SHOULD have been shut down properly, but I'll check again. I've three VMs that won't import, I'll check them again. Do you have any insight into why the import from vCenter doesn't work?

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

2023-10-24 Thread ricardoot
Hello again. I insist again on this topic since I have not yet managed to activate the HPET on the VM. I have searched the VDSM Hook documentation https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/administration_guide/vdsm_hooks_examples but I don't see anything

[ovirt-users] Re: Can I get a way to commit ovirt Project?

2023-10-24 Thread Jean-Louis Dupond via Users
Maybe the best way to find out how it builds, is by checking the CI pipeline which builds the packages. This way you can also see how you could build it locally for example. On 24/10/2023 08:13, Sandro Bonazzola wrote: This is a bit outdated as it mentions bugzilla which is no longer used but

[ovirt-users] Re: Can I get a way to commit ovirt Project?

2023-10-24 Thread Sandro Bonazzola
This is a bit outdated as it mentions bugzilla which is no longer used but it gives you the info you need for starting to develop oVirt project: https://ovirt.org/develop/ Il giorno mar 24 ott 2023 alle ore 03:51 rak kim ha scritto: > Hello, > I have been used to OLV/RHEV product about 3 years

[ovirt-users] Re: [External] : fencing state/sequence diagrams

2023-10-23 Thread John Priest
I don’t have a diagram, but the answer to your question is yes. There is some good information in the admin guide about the role that the engine takes to fence the compute host: https://www.ovirt.org/documentation/administration_guide/#sect-Host_Resilience John Priest Director OLVM/OVM Product

[ovirt-users] Re: VMs randomly pause due to unknown storage error, unable to resume

2023-10-23 Thread Jon Sattelberger
Hi Jean-Louis, Sorry for the delay. I was waiting for it to occur again. While waiting for it to occur again I've updated it to the latest oVirt 4.5.5 snapshot sometime late last week. > Do you have discard enabled on the disks? No. Discard is not enabled. This is a thin provisioned disk,

[ovirt-users] Re: HE deploy fails at "Initialize lockspace volume" step

2023-10-23 Thread Giuliano David
Just a note about QNAP iSCSI: I hope to have the chance to throw it in the wastebin the that device as soon as possible :) , but for complete information I have to say that I was able to add a new storage domain using QNAP iSCSI LUNs after the HE was setup on different target. So the problem

[ovirt-users] Re: HE deploy fails at "Initialize lockspace volume" step

2023-10-23 Thread Giuliano David
Thanks for your suggestion. I checked the /etc/iscsi/initiatorname.iscsi content of all my nodes, and they are uniques. The iSCSI target was a QNAP system with 10Gb/s NIC. I set up a new target on a Debian server and the deploy ended successfully (many other errors on iSCSI deploying the HE,

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-23 Thread Tomáš Golembiovský
On Sun, Oct 22, 2023 at 02:47:58PM -0500, netracerx via Users wrote: > Did that too, before I posted here. Importing as Linux gives the same error > as importing as Other OS. Attempting to import directly from VMware fails > with a > nondescript error message that I can't find a more descriptive

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread Michaal R via Users
Also, the link you posted is malformatted, so I'm unable to follow it to the discussion. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread netracerx via Users
Did that too, before I posted here. Importing as Linux gives the same error as importing as Other OS. Attempting to import directly from VMware fails with a nondescript error message that I can't find a more descriptive log entry for. The Linux import attempt says at least it can't

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread Strahil Nikolov via Users
Have you googled the problem ? I find a thread with the same error:  https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GGOYZKNLBKE4QTCGJ3YFB7HYNNJID5KV/   Try to import it as linux and change the type after that ? I know that Ovirt can directly connecto to VmWare and ‘pull’ the VM, so

[ovirt-users] Re: No default gateway defined

2023-10-22 Thread Strahil Nikolov via Users
Well,Obviously you need to configure a default gateway and dns in the VMs. PTR record for the engine is a must. Best Regards,Strahil Nikolov  On Saturday, October 21, 2023, 10:04 PM, gbv.kris--- via Users wrote: When deploying isolated nested virtualization, we received the error "default

[ovirt-users] Re: moving engine VM outside one ovirt environment

2023-10-21 Thread Gianluca Cecchi
On Sat, Oct 21, 2023 at 9:20 PM wrote: > What is the best way and steps to move engine VM outside the Ovirt > environment. As of now the engine VM is controlling the host but running > also on the same Ovirt host. VM must run on a different Ovirt environment. > Want to move/migrate engine from

[ovirt-users] Re: VDSM host_devops command HSMGetAllTasksStatusesVDS failed: Not SPM: ()

2023-10-21 Thread Tapesh Malvi
Hi, I tired finding the errors, it says master storage is down. I tried few things to check but I didn't find anything useful. All our VMs are currently running but storage domain is inactive. I'm afraid if I take a restart of ovirt host, even the running vms will go down. If you could help me

[ovirt-users] Re: HE deploy fails at "Initialize lockspace volume" step

2023-10-21 Thread Strahil Nikolov via Users
Simplest thing to check is if your host can discover and write to the LUN. Is it possible that more than 1 node has the same client IQN ? Best Regards,Strahil Nikolov  On Friday, October 20, 2023, 12:38 PM, Giuliano David wrote: Hi everyone. I need help understanding a failure deploying

[ovirt-users] Re: Strange events during upgrade process to 4.5.4

2023-10-21 Thread Strahil Nikolov via Users
Hi James, Have you checked the host logs ?Also connect to the Engine system and check the logs there.It could be caused by many reasons , but usually it’s network (dns, gateway, lost packets, MTU, etc). Best Regards,Strahil Nikolov  On Saturday, October 21, 2023, 9:58 PM,

[ovirt-users] Re: VDSM host_devops command HSMGetAllTasksStatusesVDS failed: Not SPM: ()

2023-10-21 Thread Strahil Nikolov via Users
You need to find why the master storage domain fails. The best way is to connect to the engine VM/server and check the logs for the exact reason. Without it, the whole DC will be down.Once you power it up, the DC will power up. Best Rega,Strahil Nikolov  On Saturday, October 21, 2023, 9:52

[ovirt-users] Re: Request to get get an account

2023-10-17 Thread Sharon Gratch
Hi, For details: https://www.ovirt.org/develop/localization.html In order to create an account on Zanata for you, please provide the following details: 1. What is your preferable username and email to be used for that account? 2. Is there a specific language that you

[ovirt-users] Re: Ansible - export_ova

2023-10-16 Thread Laurent Duparchy
Hi, Good point, How did I missed that.. (Maybe should be rephrased to : "The name of the destination host who will execute the export".) * Laurent Duparchy ESRF - The European Synchrotron MIS Unit 04 76 88 22 56* Arik Hadas wrote on 15/10/2023 09:47: On Fri, Oct 13, 2023 at 3:11 PM wrote:

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

2023-10-15 Thread Christopher Law
Oracle. I also considered OKD, but totally agree with the sentiment we have no idea what Red Hat are gunna pull out of next but it doesn't look good ☹ -Original Message- From: Alex Crow via Users Sent: Saturday, September 2, 2023 4:09 PM To: users@ovirt.org Subject: [ovirt-users] Re

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-15 Thread Devin A. Bougie
Hi Gianluca, Thanks for taking another look. I'm not sure what to make of /var/log/ovirt-hosted-engine-setup/engine-logs-2023-10-14T14:30:39Z/log/ovirt-engine/setup/restore-backup-20231014150412.log, but here it is. Does that explain anything to you, or give an idea of where to look next?

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-15 Thread Gianluca Cecchi
On Sat, Oct 14, 2023 at 7:05 PM Devin A. Bougie wrote: [snip] > Any additional questions or suggestions would be greatly appreciated. > > Thanks again, > Devin > > There is another FATAL line regarding restore itself, before the message I pointed out in my previous message. Can you analyze

[ovirt-users] Re: Ansible - export_ova

2023-10-15 Thread Arik Hadas
On Fri, Oct 13, 2023 at 3:11 PM wrote: > We're using a script to export some VMs. > This involves export_ova task > > - Is there a way to parallelize OVA exports (running on different hosts) ? > > When exporting to OVA from the GUI, we have to select a host, but ansible > export_ova has no

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-14 Thread Devin A. Bougie
Thank you so much, Gianluca! Yes, the source and target environments are the same version. I'm not able to find /root/DisableFenceAtStartupInSec.txt anywhere, but maybe that's because at this point I've reverted to the original hosted_engine? Here is the output of the commands you sent:

[ovirt-users] Re: Hosted-engine restore failing when migrating to new storage domain

2023-10-14 Thread Gianluca Cecchi
On Sat, Oct 14, 2023 at 5:53 PM Devin A. Bougie wrote: > Hello, > > We have a functioning oVirt 4.5.4 cluster running on fully-updated EL9.2 > hosts. We are trying to migrate the self-hosted engine to a new iSCSI > storage domain using the existing hosts, following the documented procedure: > -

[ovirt-users] Re: Hosted-engine restore failing

2023-10-14 Thread Devin A. Bougie
I was able to work around this by editing /usr/share/ovirt-hosted-engine-setup/he_ansible/callback_plugins/2_ovirt_logger.py and changing: from collections import Callable to: from collections.abc import Callable Thanks again for taking a look, Devin > On Oct 11, 2023, at 12:17 PM, Devin A.

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

2023-10-12 Thread Alex Crow via Users
Thanks Neal, your insight is very much appreciated. A lot of people forget about SuSE, but it's got the same ethos that RH had a few years ago, and it's worth looking into. I can imagine Fedora being a choice in CI/CD deployments but I'd be surprised is more old-fashioned companies would

[ovirt-users] Re: VMs randomly pause due to unknown storage error, unable to resume

2023-10-12 Thread Jean-Louis Dupond via Users
On 11/10/2023 21:05, Jon Sattelberger wrote: Hi, VM xxx has been paused due to unknown storage error. Migration failed due to a failed validation: [Migrating a VM in paused status due to I/O error is not supported.] (VM: xxx, Source: yyy). Up until recently oVirt 4.5.4 has been running fine

[ovirt-users] Re: Hosted-engine restore failing

2023-10-11 Thread Devin A. Bougie
Hi Jorge, Please see below for a full package listing. We are running on fully updated RHEL9.2 hosts, and are simply trying to migrate to a new hosted engine storage domain (not trying to replace or upgrade any of the underlying hosts). If there's a way to accomplish this without the full

[ovirt-users] Re: Hosted-engine restore failing

2023-10-11 Thread Jorge Visentini
Hi. It looks like you have different versions of Python or another package. *rpm -qa | grep python* *rpm -qa | grep ovirt* On both hosts (old and new) Em qua., 11 de out. de 2023 às 12:08, Devin A. Bougie < devin.bou...@cornell.edu> escreveu: > Hi, All. We are attempting to migrate to a new

[ovirt-users] Re: Configure OVN for oVirt failing - vdsm.tool.ovn_config.NetworkNotFoundError: hostname

2023-10-06 Thread huw.m--- via Users
Turns out providing a cluster and data centre name during the install caused `host_deploy_ovn_central` to not be looked up properly

[ovirt-users] Re: host deploy problem

2023-10-05 Thread David Slaine
installed python3.11-netaddr the following error appeared: FAILED! => {\"msg\": \"The conditional check 'elasticsearch_host == None or elasticsearch_host is undefined' failed. The error was: error while evaluating conditional (elasticsearch_host == None or elasticsearch_host is undefined):

[ovirt-users] Re: How to obtain vm snapshots status

2023-10-04 Thread Arik Hadas
On Wed, Oct 4, 2023 at 12:09 AM Nir Soffer wrote: > On Tue, Sep 26, 2023 at 9:07 PM anton.alymov--- via Users > wrote: > >> Hi! I use ovirt rest api to start vm, backup vm and then remove vm. >> I start vm, wait for vmstatus up, then start backup, wait for starting, >> finalize, wait for

[ovirt-users] Re: Cannot remove template because a disk is based on it

2023-10-04 Thread nicolas
El 2023-10-03 16:35, Arik Hadas escribió: On Mon, Oct 2, 2023 at 11:26 AM wrote: Hi Arik, El 2023-10-01 07:41, Arik Hadas escribió: On Fri, Sep 29, 2023 at 1:36 PM wrote: Hi, We're running oVirt 4.5. We have a template which we'd like to get rid of, there are no VMs based on it.

[ovirt-users] Re: How to obtain vm snapshots status

2023-10-03 Thread Nir Soffer
On Tue, Sep 26, 2023 at 9:07 PM anton.alymov--- via Users wrote: > Hi! I use ovirt rest api to start vm, backup vm and then remove vm. > I start vm, wait for vmstatus up, then start backup, wait for starting, > finalize, wait for succeeded, wait for disk unlock. Looks like backup is > finished

[ovirt-users] Re: Cannot remove template because a disk is based on it

2023-10-03 Thread Arik Hadas
On Mon, Oct 2, 2023 at 11:26 AM wrote: > Hi Arik, > > El 2023-10-01 07:41, Arik Hadas escribió: > > On Fri, Sep 29, 2023 at 1:36 PM wrote: > > > >> Hi, > >> > >> We're running oVirt 4.5. We have a template which we'd like to get > >> rid > >> of, there are no VMs based on it. However, trying to

[ovirt-users] Re: Cannot remove template because a disk is based on it

2023-10-02 Thread nicolas
Hi Arik, El 2023-10-01 07:41, Arik Hadas escribió: On Fri, Sep 29, 2023 at 1:36 PM wrote: Hi, We're running oVirt 4.5. We have a template which we'd like to get rid of, there are no VMs based on it. However, trying to remove it oVirt states that: Cannot remove Template. The following

[ovirt-users] Re: Cannot remove template because a disk is based on it

2023-10-01 Thread Arik Hadas
On Fri, Sep 29, 2023 at 1:36 PM wrote: > Hi, > > We're running oVirt 4.5. We have a template which we'd like to get rid > of, there are no VMs based on it. However, trying to remove it oVirt > states that: > >Cannot remove Template. The following Disk(s) are based on it: >

[ovirt-users] Re: How to obtain vm snapshots status

2023-09-26 Thread Strahil Nikolov via Users
Hi, I don’t think you can delete VMs if they have snapshots. Best Regards,Strahil Nikolov  On Tuesday, September 26, 2023, 9:07 PM, anton.alymov--- via Users wrote: Hi! I use ovirt rest api to start vm, backup vm and then remove vm. I start vm, wait for vmstatus up, then  start backup, wait

[ovirt-users] Re: host deploy problem

2023-09-26 Thread Strahil Nikolov via Users
Install python3-netaddr or python38-netaddr  package. Best Regards,Strahil Nikolov  On Tuesday, September 26, 2023, 9:04 PM, David Slaine wrote: Ovirt-engine 4.5.4-1 Rocky 8.8 Hello! problem with adding a host to the cluster, it fails with the following message in

[ovirt-users] Re: Unable to add KVM (ubuntu flavour)hypervisors on Ovirt engine.

2023-09-26 Thread Strahil Nikolov via Users
Hi, Ovirt works only with distributions from the Red Hat’s Enterprise Linux. Ubuntu is part of the Debian family and it won’t work. The simplest way to statt with oVirt is to check the documentation for the Red Hat’s Virtualization. Best Regards,Strahil Nikolov  On Tuesday, September 26, 2023,

[ovirt-users] Re: Impossibile to install a new system

2023-09-22 Thread Sandro Bonazzola
Il giorno mar 19 set 2023 alle ore 17:03 Andrea Chierici < andrea.chier...@cnaf.infn.it> ha scritto: > Dear Sandro, > this gives me a clear idea of the status of the project unfortunately. > But please let me explain my use case and maybe you can suggest me the > correct solution. > In my

[ovirt-users] Re: Impossibile to install a new system

2023-09-19 Thread Konstantin Shalygin
Hi, > On 19 Sep 2023, at 18:03, Andrea Chierici > wrote: > > this gives me a clear idea of the status of the project unfortunately. > But please let me explain my use case and maybe you can suggest me the > correct solution. > In my organization we have several ovirt installations, some with

[ovirt-users] Re: Impossibile to install a new system

2023-09-19 Thread Andrea Chierici
Dear Sandro, this gives me a clear idea of the status of the project unfortunately. But please let me explain my use case and maybe you can suggest me the correct solution. In my organization we have several ovirt installations, some with hosted engine, some with a separate VM running on

[ovirt-users] Re: Impossibile to install a new system

2023-09-19 Thread Sandro Bonazzola
If this is a new install from scratch, I would recommend a CentOS Stream 9 based deployment and dedicate a host to the oVirt Engine or on a VM but not using a Hosted Engine. Il giorno mar 19 set 2023 alle ore 16:30 Andrea Chierici < andrea.chier...@cnaf.infn.it> ha scritto: > Dear all, > I've

[ovirt-users] Re: oVirt 4.5.4-1: engine-setup does not renew certificates

2023-09-15 Thread Lars Stolpe
Hi, these instructions i found some time before in a documentation. I don't know the exact place. what's the point in configuring the engine setup to use SSO_ALTERNATE_ENGINE_FQDNS if it is for using external certificates only? I do use engine-setup generated certificates. I want to add the

[ovirt-users] Re: oVirt 4.5.4-1: engine-setup does not renew certificates

2023-09-14 Thread Yedidyah Bar David
On Thu, Sep 14, 2023 at 10:26 AM Lars Stolpe wrote: > > Hi, > I wanted to add short names to the webgui apache certificate. I followed > these instructions: > „Engine can be accessed using alternate host names (or IP addresses) that can > configured by adding a new configuration file (for

[ovirt-users] Re: engine python sdk ImportError: cannot import name 'Client'

2023-09-11 Thread parallax
solved пн, 11 сент. 2023 г. в 13:43, parallax : > > I try to use the Python sdk to download vm disk but get the error: > > # python3.9 download_disk.py f556403f-2a32-4e35-9f17-dc67864e0ae1 > /home/librenms.raw --format raw --config engine2 > Traceback (most recent call last): > File

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

2023-09-07 Thread Neal Gompa
On Thu, Sep 7, 2023 at 8:35 AM Alex Crow via Users wrote: > > All, > > I'd rather base against either Rocky or Alma in the shorter term, or > Ubuntu/Debian for a longer view. oVirt IMHO is a superior product to > anything else if you know your way around it. Fantastic and informative > GUI, a

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

2023-09-07 Thread Alex Crow via Users
All, I'd rather base against either Rocky or Alma in the shorter term, or Ubuntu/Debian for a longer view. oVirt IMHO is a superior product to anything else if you know your way around it. Fantastic and informative GUI, a great set of APIs, and pretty solid in terms of storage support. I'm

[ovirt-users] Re: error

2023-09-07 Thread antonio
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/DMCC5QCHL6ECXN674JOLABH36U2LVJLJ/#DJAY3SSRAYWWCH6BESNSWLWPCYPJ3S2D Might fix your issue. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy

[ovirt-users] Re: oVirt 4.5.4-1 OVA export generates incomplete XML tag in vm.ovf

2023-09-07 Thread lars . stolpe
Further investigations revealed actually two independent causes. 1. German umlauts (ä/ö/ü) in the description field lead reproducible to missing letters at the end of the exported vm.ovf file (sometimes one last character, sometimes the last two) A short test (only one) revealed, that the

[ovirt-users] Re: oVirt 4.5.4-1 OVA export generates incomplete XML tag in vm.ovf

2023-09-04 Thread Arik Hadas
On Mon, Sep 4, 2023 at 10:54 AM Arik Hadas wrote: > > > On Mon, Sep 4, 2023 at 9:49 AM wrote: > >> Hi, >> >> we can't import some OVA VMs into oVirt, that was previously exported in >> oVirt. >> Further investigations and testing showed, that in some vm.ovf files the >> last closing tag is

[ovirt-users] Re: oVirt 4.5.4-1 OVA export generates incomplete XML tag in vm.ovf

2023-09-04 Thread Arik Hadas
On Mon, Sep 4, 2023 at 9:49 AM wrote: > Hi, > > we can't import some OVA VMs into oVirt, that was previously exported in > oVirt. > Further investigations and testing showed, that in some vm.ovf files the > last closing tag is missing ( ). > > Intense testing showed the following occurrence: >

[ovirt-users] Re: Install Ovirt

2023-09-04 Thread lars . stolpe
What is the problem? Can you specify what happens, or what goes wrong? regards, Lars ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code

[ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage

2023-08-30 Thread Mikhail Po
> On Tue, Aug 29, 2023 at 7:22 AM Mikhail Po > > oVirt 4.3 is quite old. > Anyway since 4.2 you could put iso files on your ordinary data domains, > where performance access should be acceptable for any host. > In 4.2.x there were some problems when swapping CDs in a running VM with > iso being

[ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage

2023-08-29 Thread matthew.st...@fujitsu.com
Upload the iso to one of the data domains you use for your VMs. -Original Message- From: Mikhail Po Sent: Tuesday, August 29, 2023 12:22 AM To: users@ovirt.org Subject: [ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage For the initial installation of the operating

[ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage

2023-08-29 Thread Gianluca Cecchi
On Tue, Aug 29, 2023 at 7:22 AM Mikhail Po wrote: > For the initial installation of the operating system in a virtual machine, > you need to mount an ISO image that is located in the storage domain of the > NFS type (ISO function). If the NFS server is located within a high-speed > LAN (one data

[ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage

2023-08-28 Thread Mikhail Po
For the initial installation of the operating system in a virtual machine, you need to mount an ISO image that is located in the storage domain of the NFS type (ISO function). If the NFS server is located within a high-speed LAN (one data center), then there are no problems, if you need to

[ovirt-users] Re: Separate NFS Domain Storage for each Domain Storage

2023-08-28 Thread matthew.st...@fujitsu.com
I'm not sure what you mean by your "example", nor why you would need a dedicated ISO Storage Domain, when that practice was ended a while ago. I have several "datacenters", all using iSCSI and FC SAN storage, but I keep an NFS storage domain available to copy ISO's and templates, and to move

[ovirt-users] Re: engine-config -s UserSessionTimeOutInterval=X problem

2023-08-28 Thread Levi Wilbert
Gotcha, thanks for the clarification! May have to live with the 30 minute default for now. On Mon, Aug 28, 2023 at 2:19 AM Gilboa Davara wrote: > Hello, > > I somehow missed this email. > Nightly fixed this issue. > That said, using nightly for production is a bit... umm... dangerous. > > -

[ovirt-users] Re: engine-config -s UserSessionTimeOutInterval=X problem

2023-08-28 Thread Gilboa Davara
Hello, I somehow missed this email. Nightly fixed this issue. That said, using nightly for production is a bit... umm... dangerous. - Gilboa On Wed, Aug 16, 2023 at 5:54 PM Levi Wilbert wrote: > Was a fix for this ever completed? I'm having the same issue on oVirt Node > 4.5.4. >

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

2023-08-26 Thread sarpi17
Hi, i have the exactly same issue, do u solve the problem? Thx ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: oVirt 4.5.5 VDSM error

2023-08-22 Thread Jorge Visentini
Hi. Can you send the logs for us? /var/log/vdsm/vdsm.log Cheers. Em ter., 22 de ago. de 2023 às 09:59, escreveu: > HI guys, > > I've installed a new ovirt stack 4.5 and everything works fine. > After the upgrade to 4.5.5 VDSM doesn't work correctly > >

[ovirt-users] Re: ovirt.hosted_engine_setup : Obtain SSO token using username/password credentials

2023-08-22 Thread cmicarelli
Thanks a lot. Sorry for the delay ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Active Active Stretched Node cluster not working as expected.

2023-08-22 Thread Gianluca Cecchi
On Tue, Aug 22, 2023 at 8:52 AM Gaurang Patel wrote: > Suggest any other solution if any. > > > Your subject says "not working as expected" and you refer to the RHV DR guides. My comment is that in my opinion HCI architecture is not expected to work / be supported for active active DR scenarios

[ovirt-users] Re: Issue - Bonding 802.3ad

2023-08-21 Thread Anthony Bustillos
Hi, The warning is resolved, I configured a ethernet Channel LACP in the ports in my switch. Best Regards. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-21 Thread ziyi Liu
import ovirtsdk4 as sdk import paramiko import subprocess # create connection connection = sdk.Connection( url='https://xxx/ovirt-engine/api', username='xxx', password='xxx', ca_file= 'cacert.pem', ) This above is using the api format # Get all hosts hosts_service =

[ovirt-users] Re: Active Active Stretched Node cluster not working as expected.

2023-08-20 Thread Gianluca Cecchi
On Sat, Aug 19, 2023 at 7:03 PM wrote: > Hi, > > i have a Six node Stretched HCI cluster with 2 x 3 =6 distributed > Replicated bricks, want to achieve Active - Active Disaster Recovery , if > my three hosts in DC power Down or Failed my DR Site Three node should take > care of running virtual

[ovirt-users] Re: Issue - Bonding 802.3ad

2023-08-19 Thread Strahil Nikolov via Users
Hi, Contact your network admin to check the switch configuration. Best Regards,Strahil Nikolov  On Sat, Aug 19, 2023 at 20:04, Anthony Bustillos wrote: Hello team, I have this warning when I tried, to configure two ports with boonding 802.3ad. Warning:  Bond is in link aggregation mode

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-18 Thread Jorge Visentini
Hi, Liu. Can you share with us your solution? Cheers. Em sex., 18 de ago. de 2023 às 00:33, Wesley Stewart escreveu: > Not sure what you did. But this seems more like normal server > management. Not sure what you are trying to do, but it seems like ansible > might fit the bill here. > > On

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-17 Thread Wesley Stewart
Not sure what you did. But this seems more like normal server management. Not sure what you are trying to do, but it seems like ansible might fit the bill here. On Thu, Aug 17, 2023, 11:14 PM ziyi Liu wrote: > I have found a solution to log in to each host without password >

[ovirt-users] Re: How to use Python to manage each node in batches, because I want to send some scripts to nodes in batches

2023-08-17 Thread ziyi Liu
I have found a solution to log in to each host without password ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: engine-config -s UserSessionTimeOutInterval=X problem

2023-08-16 Thread Levi Wilbert
Was a fix for this ever completed? I'm having the same issue on oVirt Node 4.5.4. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of

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

2023-08-13 Thread Arik Hadas
On Fri, Aug 11, 2023 at 12:44 AM Jorge Visentini wrote: > Any tips about this error? > > 2023-08-10 18:24:57,544-03 INFO > [org.ovirt.engine.core.bll.MigrateVmToServerCommand] (default task-4) > [633be3a0-3afd-490c-b412-805d2b14e1c2] Lock Acquired to object >

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

2023-08-12 Thread Jorge Visentini
Hi, Aran. I know, but it is not a problem. I have 2x25Gbps QSFP. I am testing with another iso now. I'll be able to give feedback in a little while if it worked or not. Cheers! Em sex., 11 de ago. de 2023 às 19:44, Aram Agajanian < aram.j.agajan...@gmail.com> escreveu: > Hi Jorge, > > To get

[ovirt-users] Re: Certificates expired...

2023-08-11 Thread Jason P. Thomas
Is a change in /etc/pki/vdsm/cert/cacert.pem on the nodes going to disrupt the communications between nodes and the engine? The procedure I followed blew away all of /etc/pki/vdsm on each node.  I saved the old one. Jason On 8/4/23 14:38, Jason P. Thomas wrote: I restarted vdsmd and

[ovirt-users] Re: How restore nodes ovirt UP from NonResponsive and VMs executing

2023-08-11 Thread carlos . mendes
Hello, The node (ovirt2) however is having consistent problems. The follow sequence of events is reproducible and is causing the host to enter a "NonOperational" state on the cluster: * Host ovirt2 installed * VDSM ovirt2 command ConnectStorageServerVDS failed: Message timeout which can be

[ovirt-users] Re: Certificates expired...

2023-08-11 Thread Jason P. Thomas
cen, apache.p12 was the first snowflake in this avalanche.  I did find something showing how to generate a new one and install it.  That actually allowed me to access the engine web interface again.  Kinda useless since the engine can't talk to any of the nodes though. Haha.  Thanks for the

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

2023-08-11 Thread Aram Agajanian
Hi Jorge, To get reliable migration, I had to have a 2 Gbps link. Before that, I would migrate one VM at a time to avoid migration failures. On Thu, Aug 10, 2023 at 5:45 PM Jorge Visentini wrote: > Any tips about this error? > > 2023-08-10 18:24:57,544-03 INFO >

<    1   2   3   4   5   6   7   8   9   10   >