[ovirt-users] Re: Ovirt 4.4.10 - Admin account locked after password change

2024-02-16 Thread nicolas
Perhaps you have some kind of script that periodically logs into oVirt to perform some task and you didn't change that password to the new one? If so, it will block the account after a few attempts. Each time we change the password, we have to update a fair amount of scripts that perform

[ovirt-users] Repo for mirrorlist.ovirt.org not working

2024-02-14 Thread nicolas
Hi, We recently noticed that https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8 is returning a 503 error: $ LANG=C wget https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8 --2024-02-14 12:01:10-- https://mirrorlist.ovirt.org/mirrorlist-ovirt-4.5-el8 Resolving mirrorlist.ovirt.org

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Patch has been submitted at https://github.com/oVirt/ovirt-engine/pull/891. Thanks. El 2023-11-14 10:04, Yedidyah Bar David escribió: Hi, On Tue, Nov 14, 2023 at 11:31 AM wrote: Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running

[ovirt-users] Re: /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi Didi, Thanks for the reply. Finally solved it by exporting LANG=C in the shell before running the command. Seems that the "pki-enroll-request.sh" does this check: LOCK="${PKIDIR}/${CA_FILE}".pem df -l "${LOCK}" 2> /dev/null | grep -q "File" || die "${LOCK} is not on a local

[ovirt-users] /etc/pki/ovirt-engine/ca.pem is not on a local filesystem

2023-11-14 Thread nicolas
Hi, We're running oVirt 4.5.4, recently we got this alert: Engine's certification is about to expire at 2023-11-19. Please renew the engine's certification. So I'm trying to run: engine-setup --offline However, it fails with the following error: [ INFO ] Upgrading CA [ INFO ]

[ovirt-users] [org.ovirt.vdsm.jsonrpc.client.JsonRpcClient] (ResponseWorker) [] Not able to update response for

2023-10-17 Thread nicolas
Hi, We're running oVirt 4.5.4, recently we had a problem due to /var partition being full, and we realized the /var/log/ovirt-engine/engine.log was pretty huge, approximately 16GB in size, despite it's configured to rotate daily. Checking the log, we have a lot (about 53000 at the time of

[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: 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] Cannot remove template because a disk is based on it

2023-09-29 Thread nicolas
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: (b54ee1cb-ed64-4db4-bd3d-eac8b22ea095) . When opening the 'Disks'

[ovirt-users] VDSM command DestroyVDS failed: General Exception: ("Found not_in_hw, expected ('???',)",)

2022-11-16 Thread nicolas
C consoles with versions > 8.x.x. Not sure if this has something to do with it. Could someone shed some light on what's happening and how to solve it? Logs can be downloaded from: https://drive.google.com/file/d/1ltP-kqNu08TvOgthU9_XSZiVDa0nTGxO/view?usp=share_link Tha

[ovirt-users] Re: Engine's certification is about to expire at .... Please renew the engine's certification.

2022-10-14 Thread nicolas
Thanks Patrick. We're not planning to upgrade the engine yet, would this solution still be valid if I re-run the engine-setup process without upgrading to 4.5? Thanks again. El 2022-10-13 19:17, Patrick Hibbs escribió: Hello, That means the engine certificate signed by the internal engine

[ovirt-users] Re: Cannot run VM. The Custom Compatibility Version of VM ... (4.3) is not supported in Data Center compatibility version 4.4.

2022-10-13 Thread nicolas
Nevermind. Fixed it updating the database directly: UPDATE vm_static SET custom_compatibility_version = '4.4' WHERE custom_compatibility_version = '4.3'; Regards. El 2022-10-13 11:55, nico...@devels.es escribió: Hi, I'm running oVirt 4.4 and recently I changed the Data Center

[ovirt-users] Cannot run VM. The Custom Compatibility Version of VM ... (4.3) is not supported in Data Center compatibility version 4.4.

2022-10-13 Thread nicolas
Hi, I'm running oVirt 4.4 and recently I changed the Data Center compatibility version from 4.3 to 4.4. Now turns out that some Pools are unable to restart machines, returning this error: Cannot run VM. The Custom Compatibility Version of VM ... (4.3) is not supported in Data Center

[ovirt-users] Engine's certification is about to expire at .... Please renew the engine's certification.

2022-10-13 Thread nicolas
Hi, I'm running oVirt 4.4 and recently I got a message in the events list like this: Engine's certification is about to expire at 2022-10-30. Please renew the engine's certification. What does that exactly mean? And how can it be renewed? I'm using a custom TLS certificate both for web

[ovirt-users] Re: Snapshot task stuck at oVirt 4.4.8

2022-09-21 Thread nicolas
El 2022-09-20 15:53, Benny Zlotnik escribió: Is it running on the vdsm host? By default live snapshot has a timeout of 30 minutes Yes. The snapshot has been running for more than 2 weeks, that's why we wanted to stop it. However, the unlock_entity.sh tool did the trick. Thanks. On Tue,

[ovirt-users] Snapshot task stuck at oVirt 4.4.8

2022-09-20 Thread nicolas
Hi, We're running oVirt 4.4.8 and one of our users tried to create a snapshot on a VM. The snapshot task got stuck (not sure why) and since then a "locked" icon is being shown on the VM. We need to remove this VM, but since it has a pending task, we're unable. The ovirt-engine log shows

[ovirt-users] Mac addresses pool issues

2022-03-30 Thread Nicolas MAIRE
Hi, We're encountering some issues on one of our production clusters running oVirt 4.2. We've had an incident with the engine's database a few weeks back that we were able to recover from, however since then we've been having a bunch of weird issues, mostly around MACs. It started off with

[ovirt-users] Re: No bootable device

2022-03-29 Thread nicolas
El 2022-03-28 13:12, Nir Soffer escribió: On Mon, Mar 28, 2022 at 11:01 AM wrote: Hi Nir, El 2022-03-27 10:23, Nir Soffer escribió: > On Wed, Mar 23, 2022 at 3:09 PM wrote: >> We're running oVirt 4.4.8.6. We have uploaded a qcow2 image >> (metasploit >> v.3, FWIW) > > Is it

[ovirt-users] Re: No bootable device

2022-03-28 Thread nicolas
Hi Nir, El 2022-03-27 10:23, Nir Soffer escribió: On Wed, Mar 23, 2022 at 3:09 PM wrote: We're running oVirt 4.4.8.6. We have uploaded a qcow2 image (metasploit v.3, FWIW) Is it Metasploitable3-0.1.4.ova from the github releases page? https://github.com/brimstone/metasploitable3/releases

[ovirt-users] Re: Correct way to search VM by mac

2022-03-25 Thread nicolas
Hi, We have a Python-SDK script to find MAC dupes in our infrastructure. I'm attaching the script, you just need to set the URI, USERNAME, PASSWORD, CERTPATH and MACPOOLS variables. Hope this helps. Regards, Nicolás El 2022-03-25 14:35, Gianluca Cecchi escribió: Sorry, incomplete message

[ovirt-users] Re: No bootable device

2022-03-25 Thread nicolas
Hi _isi_, I already tried with all chipset/firmwares available. Still I get the same result, it cannot boot with that disk. Not sure what the problem actually is, as I said, I'm pretty sure the disk is bootable under VirtualBox. Thanks. El 2022-03-23 14:50, uli.i...@elkb.de escribió: Hi,

[ovirt-users] Re: No bootable device

2022-03-25 Thread nicolas
Hi Abe, Yes, it was set as bootable. I tried your approach, however I get the same results; converted the disk with qemu-img from vmdk to qcow2, tried any disk driver (SATA, VirtIO, VirtIO-SCSI) and also tried all chipset/firmwares available. Still I get the same result, it cannot boot with

[ovirt-users] Re: No bootable device

2022-03-24 Thread nicolas
Hi, The checkbox is already checked, when you mark a disk as "OS" it's marked automatically. Still it won't boot. Thanks. El 2022-03-23 15:23, Angus Clarke escribió: Hi Nicolas In oVirt 4.3: Compute -> Virtual Machines -> Select VM On the VM screen: Disks -> Hig

[ovirt-users] No bootable device

2022-03-23 Thread nicolas
Hi, We're running oVirt 4.4.8.6. We have uploaded a qcow2 image (metasploit v.3, FWIW) using the GUI (Storage -> Disks -> Upload -> Start). The image is in qcow2 format. No options on the right side were checked. The upload went smoothly, so we now tried to attach the disk to a VM. To do

[ovirt-users] Cannot add Virtual Disk. Disk configuration (RAW Sparse backup-None) is incompatible with the storage domain type.

2022-02-17 Thread nicolas
Hi, We're using oVirt 4.4.8.6. We make an intensive use of the VM portal because we've hundreds of students creating their own VMs. Recently, one of the professors reported that they are encountering an error when adding a disk to a newly created VM. They are creating ISO based VMs

[ovirt-users] Re: Using third-party certificate: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

2021-10-01 Thread nicolas
Thanks, this put me in the correct track. In my case, I just needed to run step 2, as the rest of the configuration is being handled in a different way and works well. I also tried to restart the host and it still works. Thanks for the help! El 2021-10-01 00:13, Edward Berger escribió: I

[ovirt-users] Using third-party certificate: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

2021-09-29 Thread nicolas
Hi, I'm making a bare metal oVirt installation, version 4.4.8. 'ovirt-engine' command ends well, however, we're using a third-party certificate (from LetsEncrypt) both for the apache server and the ovirt-websocket-proxy. So we changed configuration files regarding httpd and

[ovirt-users] Failed to update OVF disks / Failed to update VMs/Templates OVF data for Storage Domain

2021-09-29 Thread nicolas
Hi, We upgraded from oVirt 4.3.8 to 4.4.8 and sometimes we're finding events like these in the event log (3-4 times/day): Failed to update OVF disks 77818843-f72e-4d40-9354-4e1231da341f, OVF data isn't updated on those OVF stores (Data Center KVMRojo, Storage Domain pv04-003).

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-21 Thread nicolas
ió: Hi Roman and Nir, El 2021-09-16 13:42, Roman Bednar escribió: Hi Nicolas, You can try to recover VG metadata from a backup or archive which lvm automatically creates by default. 1) To list all available backups for given VG: #vgcfgrestore --list Usi3y8-S4eq-EXtl-FA58-MA3K-b4vE-4d9SCp S

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-20 Thread nicolas
2021-09-20 09:21, nico...@devels.es escribió: Hi Roman and Nir, El 2021-09-16 13:42, Roman Bednar escribió: Hi Nicolas, You can try to recover VG metadata from a backup or archive which lvm automatically creates by default. 1) To list all available backups for given VG: #vgcfgrestore --l

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-20 Thread nicolas
Hi Roman and Nir, El 2021-09-16 13:42, Roman Bednar escribió: Hi Nicolas, You can try to recover VG metadata from a backup or archive which lvm automatically creates by default. 1) To list all available backups for given VG: #vgcfgrestore --list Usi3y8-S4eq-EXtl-FA58-MA3K-b4vE-4d9SCp Select

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-16 Thread nicolas
Nicolas, You can try to recover VG metadata from a backup or archive which lvm automatically creates by default. 1) To list all available backups for given VG: #vgcfgrestore --list Usi3y8-S4eq-EXtl-FA58-MA3K-b4vE-4d9SCp Select the latest one which sounds right, something with a description along

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-16 Thread nicolas
I can also see... kvmr03:~# lvs | grep 927f423a-6689-4ddb-8fda-b3375c3bbca3 /dev/mapper/36001405063455cf7cd74c20bc06e9304: Checksum error at offset 2198927383040 Couldn't read volume group metadata from /dev/mapper/36001405063455cf7cd74c20bc06e9304. Metadata location on

[ovirt-users] Re: Cannot activate a Storage Domain after an oVirt crash

2021-09-16 Thread nicolas
The most relevant log snippet I have found is the following. I assume it cannot scan the Storage Domain, but I'm unsure why, as the storage domain backend is up and running. 021-09-16 11:16:58,884+0100 WARN (monitor/219fa16) [storage.LVM] Command ['/usr/sbin/lvm', 'vgs', '--config', 'devices

[ovirt-users] Cannot activate a Storage Domain after an oVirt crash

2021-09-15 Thread nicolas
Hi, We're running oVirt 4.3.8 and we recently had a oVirt crash after moving too much disks between storage domains. Concretely, one of the Storage Domains reports status "Unknown", "Total/Free/Guaranteed free spaces" are "[N/A]". After trying to activate it in the Domain Center we see

[ovirt-users] Introduction & general question about oVirt

2021-04-04 Thread Nicolas Kovacs
Hi, I'm a 53-year old Austrian living in Montpezat, a small village in South France. I'm an IT professional with a focus on Linux and free software, and I've been a Linux user since Slackware 7.1. I'm doing web & mail hosting for myself and several small structures like our local school and a

[ovirt-users] Compatibility version for VmPools

2020-02-11 Thread nicolas
Hi, We recently upgraded to 4.3.8 from 4.1.9. In the update process we set Cluster and DataCenter compatibility versions to 4.3, but now we're facing a problem with VmPools. They cannot be edited and 4.1 as compatibility level is still forcibly set. That means that when new machines are

[ovirt-users] Re: Websocket-proxy not working after upgrade to 4.3

2020-02-07 Thread nicolas
El 2020-02-05 13:57, Gianluca Cecchi escribió: On Wed, Feb 5, 2020 at 2:50 PM wrote: A little bit more info on it. I debugged the requests with Chrome and seems that the webservice call is made with https://engine:6100 [1] (literally), instead of https://:6100. A snapshot is included in

[ovirt-users] Websocket-proxy not working after upgrade to 4.3

2020-02-05 Thread nicolas
Hi, We recently upgraded to 4.3.8 and everything is working fine but the VNC Console (Browser). Once I click on "VNC Console (Browser)" on any machine from the VM Portal, I get a message like this: Disconnected from Console Cannot connect to websocket proxy server. Please check your

[ovirt-users] Assign permissions from within the VM portal?

2020-01-31 Thread nicolas
Hi, We're testing version 4.3.8, we're planning to upgrade to this version in production as currently we're still using 4.1.9. In 4.1.9, users could grant permissions on their created VMs to other users from within the VM portal, however I can't find this option on version 4.3.8.

[ovirt-users] Re: distribute storage domains

2019-08-07 Thread nicolas
Hi Jason, El 2019-08-06 22:43, Jason M. Stallings escribió: Nicolas: Thank you very much for this! Looks like exactly what I was looking for... The first burst was somewhat frightening but it ended well and now no storage domain is overused :) Glad to hear that! One quick question

[ovirt-users] Re: distribute storage domains

2019-08-06 Thread nicolas
Hi Jason, A time ago I wrote a "Storage Balancer" exactly for that, move disks between storage domains to keep them below a maximum threshold of occupation. You can find the project at [1]. It's not perfect but has been working for us for the last 3 years with no issues. That won't avoid

[ovirt-users] iSCSI-based storages won't login to the portals with all IPs on reboot

2019-07-22 Thread nicolas
Hi, We're running oVirt 4.3.2. Currently, we have one storage backend (cabinet) with two controllers, each of them with 2 network interfaces (4 network interfaces in total). When we added the Storage Domain, we discovered the target for each of the 4 IPs and marked the LUN so it would be

[ovirt-users] Re: Proper way to upgrade hosts OS?

2019-07-01 Thread Nicolas Ecarnot
Le 26/06/2019 à 12:34, Nicolas Ecarnot a écrit : Hello, We're not using nodes but CentOS 7.x hosts. Do you know if some documentation has been written about the proper way to upgrade the operating system of the hosts, and especially how to prevent breaking dependencies or cause versions flaws

[ovirt-users] Proper way to upgrade hosts OS?

2019-06-26 Thread Nicolas Ecarnot
Hello, We're not using nodes but CentOS 7.x hosts. Do you know if some documentation has been written about the proper way to upgrade the operating system of the hosts, and especially how to prevent breaking dependencies or cause versions flaws? Thank you. -- Nicolas ECARNOT

[ovirt-users] Re: ETL service sampling has encountered an error. Please consult the service log for more details.

2019-06-07 Thread nicolas
Hi Shirly, Thanks for the answer. El 2019-06-06 16:22, Shirly Radco escribió: Hi Nicolas, Please open a bug in bugzilla and attach the ovirt-engine-dwh.log, engine.log, https://bugzilla.redhat.com/show_bug.cgi?id=1718165 Feel free to change anything that is not correctly set

[ovirt-users] ETL service sampling has encountered an error. Please consult the service log for more details.

2019-06-06 Thread nicolas
Hi, We're running oVirt 4.1.9 (cannot upgrade yet until [1] is released). Since a few days ago our event list if full of lines like this: ETL service sampling has encountered an error. Please consult the service log for more details. Having a look at the log I see events like:

[ovirt-users] Re: Can't run nested virtualization

2019-05-28 Thread nicolas
El 2019-05-24 15:22, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 3:48 PM wrote: El 2019-05-24 14:42, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 3:39 PM wrote: El 2019-05-24 14:30, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:56 PM wrote: El 2019-05-24 13:39,

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-24 14:42, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 3:39 PM wrote: El 2019-05-24 14:30, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:56 PM wrote: El 2019-05-24 13:39, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:32 PM wrote: El 2019-05-24 13:22,

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-24 14:30, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:56 PM wrote: El 2019-05-24 13:39, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:32 PM wrote: El 2019-05-24 13:22, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 1:51 PM wrote: El 2019-05-24 12:41,

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-24 13:39, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 2:32 PM wrote: El 2019-05-24 13:22, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 1:51 PM wrote: El 2019-05-24 12:41, nico...@devels.es escribió: El 2019-05-14 08:19, Yedidyah Bar David escribió: On Tue, May

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-24 13:22, Simone Tiraboschi escribió: On Fri, May 24, 2019 at 1:51 PM wrote: El 2019-05-24 12:41, nico...@devels.es escribió: El 2019-05-14 08:19, Yedidyah Bar David escribió: On Tue, May 14, 2019 at 10:02 AM wrote: Please, any ideas about this? Thanks. El 2019-05-10 09:18,

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-24 12:41, nico...@devels.es escribió: El 2019-05-14 08:19, Yedidyah Bar David escribió: On Tue, May 14, 2019 at 10:02 AM wrote: Please, any ideas about this? Thanks. El 2019-05-10 09:18, nico...@devels.es escribió: > Hi, > > We're running oVirt version 4.3.3, and trying to

[ovirt-users] Re: Can't run nested virtualization

2019-05-24 Thread nicolas
El 2019-05-14 08:19, Yedidyah Bar David escribió: On Tue, May 14, 2019 at 10:02 AM wrote: Please, any ideas about this? Thanks. El 2019-05-10 09:18, nico...@devels.es escribió: > Hi, > > We're running oVirt version 4.3.3, and trying to configure one of the > hosts to support Nested

[ovirt-users] Re: Old mailing list SPAM

2019-05-15 Thread Nicolas Ecarnot
ode of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/XI3LV4GPACT7ILZ3BNJLHHQBEWI3HWLI/ -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.

[ovirt-users] Re: VM has paused due to no storage space error

2019-05-15 Thread Nicolas Ecarnot
ibe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/5MAYP4SZZQC5BB2VVPQBXYWH4OOJ7

[ovirt-users] Re: DISCARD support?

2019-05-14 Thread Nicolas Ecarnot
orage side about the deletion, in case of thin provisioned LUNs. https://bugzilla.redhat.com/show_bug.cgi?id=1342919 https://bugzilla.redhat.com/show_bug.cgi?id=981626 -- Nicolas ECARNOT On Mon, Oct 3, 2016 at 2:24 PM, Nicolas Ecarnot <mailto:nico...@ecarnot.net>> wrote: Yaniv, A

[ovirt-users] Re: Can't run nested virtualization

2019-05-14 Thread nicolas
Please, any ideas about this? Thanks. El 2019-05-10 09:18, nico...@devels.es escribió: Hi, We're running oVirt version 4.3.3, and trying to configure one of the hosts to support Nested Virtualization, but when installing the nested host it claims it doesn't support hardware virtualization.

[ovirt-users] Can't run nested virtualization

2019-05-10 Thread nicolas
Hi, We're running oVirt version 4.3.3, and trying to configure one of the hosts to support Nested Virtualization, but when installing the nested host it claims it doesn't support hardware virtualization. On the physical host, we've enabled nested virtualization: # cat

[ovirt-users] Re: Buy Movie Jackets

2019-05-03 Thread nicolas
Guys, this is starting to be annoying. Can anything be done to unsubscribe users with these security issues? El 2019-05-03 07:50, deannawillia...@gmail.com escribió: We are famous in the leather industry with our best quality of leather and its stuff we are providing service from all over the

[ovirt-users] Re: Cannot allocate and run VM from VM-Pool. There are no available VMs in the VM-Pool

2019-04-12 Thread nicolas
Are the VMs from the pool 'up'? If so, no assignation can be done unless they are powered off. El 2019-04-12 14:31, Florian Rädler escribió: I am getting the following Error after a Pool was generated and migrated to another host. START_POOL fehlgeschlagen [Cannot allocate and run VM from

[ovirt-users] Re: NPE for GetValidHostsForVmsQuery

2019-04-05 Thread nicolas
Hi Andrej, I missed to point a fact that is probably determining. Prior to noticing the error, we upgraded the Cluster & Data Center compatibility version from 4.1 to 4.3, which caused ovirt-engine to automatically edit all VMs and modify their compatibility versions as well (with changes

[ovirt-users] NPE for GetValidHostsForVmsQuery

2019-04-03 Thread nicolas
Hi, We're running oVirt 4.3.2. When we click on the "Migrate" button over a VM, an error popup shows up and in the ovirt-engine log we see: 2019-04-03 12:37:40,897+01 ERROR [org.ovirt.engine.core.bll.GetValidHostsForVmsQuery] (default task-6) [478381f0-18e3-4c96-bcb5-aafd116d7b7a] Query

[ovirt-users] Re: vdsClient in oVirt 4.3

2019-04-03 Thread nicolas
Thanks Liran, it worked perfectly. Regards. El 2019-04-03 11:33, Liran Rotenberg escribió: I think the similar way to do it as you used to is: $ vdsm-client Volume setLegality storagedomainID=sdUUID storagepoolID=spUUID imageID=imgUUID legality=LEGAL volumeID=volUUID Where the values you set

[ovirt-users] Re: vdsClient in oVirt 4.3

2019-04-03 Thread nicolas
Hi Benny, Thanks for the help. Could you please tell me what job_uuid and vol_gen should be replaced by? Should I just put any UUID for the job? Thanks. El 2019-04-03 09:52, Benny Zlotnik escribió: it should be something like this: $ cat update.json { "job_id":"",

[ovirt-users] vdsClient in oVirt 4.3

2019-04-03 Thread nicolas
Hi, In oVirt 4.1 we used this command to set a volume as LEGAL: vdsClient -s setVolumeLegality sdUUID spUUID imgUUID leafUUID LEGAL What would be the equivalent to this command using vdsm-client in oVirt 4.3? Thanks. ___ Users mailing list

[ovirt-users] Logical Volume extend failed

2019-03-11 Thread Nicolas Ecarnot
ly relaxed with this situation.) I read some similar experience here (https://www.canarytek.com/2017/07/21/Harmfull_bug_in_oVirt_block_storage.html) but I'm not sure it is related. I can psql-query and check things if needed, but I mostly need advices. Thank you. -- Nicol

[ovirt-users] Re: Fencing : SSL or not?

2019-02-22 Thread Nicolas Ecarnot
by default since years in all our hosts. But recent firmware upgrades on some of our Dell hosts, and especially on iDRAC firmwares led to the disabling of IPMI. I'm sorry for having bothered you and the audience. Sorry for this waste of time. Thank you Dell :-\ -- Nicolas ECARNOT

[ovirt-users] Re: Host choice when migrating VMs

2019-02-22 Thread Nicolas Ecarnot
/policyunits/NetworkPolicyUnit.java#L132 *THIS* is precisely the answer I was expecting. Thank you Dominik. -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https

[ovirt-users] Re: Host choice when migrating VMs

2019-02-22 Thread Nicolas Ecarnot
Le 22/02/2019 à 15:02, Karli Sjöberg a écrit : Den 22 feb. 2019 09:24 skrev Nicolas Ecarnot : Hello, I'm almost sure the following is useless as I think I know how it's working, but as I'm preparing a major change in our infrastructure, I'd rather be sure and not mess up

[ovirt-users] Re: Fencing : SSL or not?

2019-02-22 Thread Nicolas Ecarnot
ayload netfn : 0x06 command : 0x38 data: 0x0e 0x04 Get Auth Capabilities error Error issuing Get Channel Authentication Capabilities request Error: Unable to establish IPMI v2 / RMCP+ session root@hv04:/etc# -- Nicolas ECARNOT ___ Users m

[ovirt-users] Re: Fencing : SSL or not?

2019-02-22 Thread Nicolas Ecarnot
Hi Martin, Le 21/02/2019 à 13:04, Martin Perina a écrit : Hi Nicolas, see my reply inline See mine below. On Mon, Feb 18, 2019 at 9:51 AM Nicolas Ecarnot <mailto:nico...@ecarnot.net>> wrote: Hello, As fence_idrac has never worked for us, and as fence_ipmilan h

[ovirt-users] Host choice when migrating VMs

2019-02-22 Thread Nicolas Ecarnot
? -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines

[ovirt-users] Fencing : SSL or not?

2019-02-18 Thread Nicolas Ecarnot
? Thank you. -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about

[ovirt-users] Re: Forum available

2019-02-08 Thread Nicolas Ecarnot
/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUU357HINGWFA23T3SMKDVTM7EKLX6VS/ -- Nicolas ECARNOT ___ Users mailing list

[ovirt-users] Re: Bug in the web interface?

2019-02-06 Thread Nicolas Ecarnot
Le 06/02/2019 à 15:42, Greg Sheremeta a écrit : On Wed, Feb 6, 2019 at 6:33 AM Nicolas Ecarnot <mailto:nico...@ecarnot.net>> wrote: Le 06/02/2019 à 10:53, Lucie Leistnerova a écrit : > > On 2/6/19 10:22 AM, Nicolas Ecarnot wrote: >> Hi Lucie, >>

[ovirt-users] Re: Bug in the web interface?

2019-02-06 Thread Nicolas Ecarnot
Le 06/02/2019 à 10:53, Lucie Leistnerova a écrit : On 2/6/19 10:22 AM, Nicolas Ecarnot wrote: Hi Lucie, Le 06/02/2019 à 10:02, Lucie Leistnerova a écrit : I'm sorry, my mistake I did not mention to remove the package without dependencies. rpm -e --nodeps ... I'll write that down. When

[ovirt-users] Re: Bug in the web interface?

2019-02-06 Thread Nicolas Ecarnot
ngine* rpms list. And also result of 'ls /usr/share/ovirt-engine/dbscripts' # LANG=C ls -la /usr/share/ovirt-engine/dbscripts ls: cannot access /usr/share/ovirt-engine/dbscripts: No such file or directory You seem to hit the point. -- Nicolas ECARNOT ___ Us

[ovirt-users] Re: Bug in the web interface?

2019-02-06 Thread Nicolas Ecarnot
C with no issue, and apart the removed ovirt-engine-dashboard package and obviously many upgraded packages, I see no obvious missing parts. I'm at loss and don't know how to save this DC, so any help is welcome. -- Nicolas ECARNOT ___ Users mailing list

[ovirt-users] Re: [4.3.0] VNC Virt-viewer console not opening

2019-02-05 Thread Nicolas Ecarnot
like https://bugzilla.redhat.com/show_bug.cgi?id=1659155 Can you try disabling vnc security on the cluster and then reboot the host? VNC security is already disabled. What could I give to help you help me? -- Nicolas ECARNOT ___ Users mailing list -- users

[ovirt-users] [4.3.0] VNC Virt-viewer console not opening

2019-02-04 Thread Nicolas Ecarnot
[1fb01d42] EVENT_ID: VM_SET_TICKET(164), User admin@internal-authz initiated console session for VM ad02.ct at.sdis38.fr What could I give to help you help me? -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email t

[ovirt-users] Re: Clearing asynchronous task Unknown

2019-01-29 Thread nicolas
ate %s" % self.state) TaskStateError: Operation is not allowed in this task state: ("can't clean in state running",) I migrated all VMs to a different host, forcibly rebooted the SPM host and now the event stopped showing. Thanks. Regards. El 2019-01-25 16:19, Nicholas Vaugha

[ovirt-users] Clearing asynchronous task Unknown

2019-01-25 Thread nicolas
Hi, We're running oVirt 4.1.9 (I know there's a new version, we can't upgrade until [1] is implemented). The thing is that since some days we're having an event that floods our event list: Clearing asynchronous task Unknown that started at Tue Jan 22 14:33:17 WET 2019 The event shows up

[ovirt-users] Re: The admin portal ui should be more simplified

2019-01-10 Thread Nicolas Ecarnot
. Regards, -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community

[ovirt-users] Re: Trouble connecting to IDRAC7

2018-08-01 Thread Nicolas Ecarnot
e successfully power-managed this way : type : ipmilan options : lanplus=1 In the Drac, we use a dedicated user with the appropriate rights. HTH -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le.

[ovirt-users] [No question] NFS disabled, hosts wandering tearful

2018-08-01 Thread Nicolas Ecarnot
from something on the oVirt side? I'm sure the RH people will advice me not to run NFS on the engine, but apart this event, I had no trouble doing this in years. Regards, -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send

[ovirt-users] Re: Is enabling Epel repo will break the installation?

2018-07-23 Thread Nicolas Ecarnot
, With a recent 4.2.4.5-1.el7 it was still the case... I just excluded collectd from epel.repo and it was OK. -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org

[ovirt-users] Re: Python-SDK4: Check snapshot deletion result?

2018-07-18 Thread nicolas
Hi Benny, El 2018-07-12 08:50, Benny Zlotnik escribió: Perhaps you can query the status of job using the correlation id (taking the examples from ovirt-system-tests):   dead_snap1_params = types.Snapshot(         description=SNAPSHOT_DESC_1,         persist_memorystate=False,        

[ovirt-users] Host reboot failed

2018-07-13 Thread Nicolas Ecarnot
again to the host. Before posting additional logs and comments, does anybody know if this is a know bug or behavior, or do I have to open a BZ? Regards, -- Nicolas ECARNOT ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users

[ovirt-users] Re: Python-SDK4: Check snapshot deletion result?

2018-07-12 Thread nicolas
Hi Ondra, El 2018-07-12 08:02, Ondra Machacek escribió: On 07/11/2018 10:10 AM, nico...@devels.es wrote: Hi, We're using ovirt-engine-sdk-python 4.1.6 on oVirt 4.1.9, currently we're trying to delete some snapshots via a script like this:     sys_serv = conn.system_service()    

[ovirt-users] Re: Unable to start VM - Image is not a legal chain

2018-07-11 Thread nicolas
Hi Alex, We had a bigger problem recently which involved the error you mention. I sent it to the mail list and you can find the final solution we chose at [1]. Not the cleanest solution of course, but we managed to recover all VMs... I think in your case the relevant part is the one that

[ovirt-users] Python-SDK4: Check snapshot deletion result?

2018-07-11 Thread nicolas
Hi, We're using ovirt-engine-sdk-python 4.1.6 on oVirt 4.1.9, currently we're trying to delete some snapshots via a script like this: sys_serv = conn.system_service() vms_service = sys_serv.vms_service() vm_service = vms_service.vm_service(vmid) snaps_service =

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-26 Thread nicolas
I tried cloning the VM and deleting the original so maybe it would also delete the related tasks... but it didn't, instead of: Failed to delete snapshot '' for VM 'vmname'. It now shows: Failed to delete snapshot '' for VM ''. Any tip on how to solve this, please? Thanks El

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
Yes, it returned 0 rows: engine=# select command_parameters from command_entities where command_params_class = 'org.ovirt.engine.core.common.action.RemoveSnapshotParameters' and status = 'ACTIVE'; command_parameters (0 rows) El 2018-06-25 11:55, Ala Hino escribió:

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
There's no such field in the output. There's a similar one called commandId (maybe because this is 4.1.9?). An output has this format: { + "@class" :

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
Hi Ala, All vmSnapshotId fields are null. Could it be that this could be solved by running what there's on comment 19 in [1]? [1]: https://bugzilla.redhat.com/show_bug.cgi?id=145#c19 El 2018-06-25 10:20, Ala Hino escribió: I understand. Back to command entities.  For each active

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
Currently there are no merge related commands running, if you mean that we're aware of some merge should be happening (it shouldn't). I restarted the engine but the event is still showing up every 10 seconds. El 2018-06-25 09:39, Ala Hino escribió: Do you have any running merge related

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
So if I have this entry, for example, what should I do next? cc7764c5-dbc3-4886-bdd6-dabcc756cf6a | 235 | cc7764c5-dbc3-4886-bdd6-dabcc756cf6a | { +| org.ovir

[ovirt-users] Re: Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
engine=# SELECT status FROM command_entities; status FAILED ENDED_SUCCESSFULLY FAILED FAILED UNKNOWN UNKNOWN ENDED_WITH_FAILURE ENDED_WITH_FAILURE ENDED_WITH_FAILURE ENDED_WITH_FAILURE ACTIVE ACTIVE SUCCEEDED SUCCEEDED ACTIVE ACTIVE ACTIVE SUCCEEDED

[ovirt-users] Failed to delete snapshot '' for VM 'vmname'.

2018-06-25 Thread nicolas
Hi, We're running oVirt 4.1.9, recently we had an issue with snapshots so we had to fix them manually. The issue is mostly solved but now we're seeing a lot of events like this one: 2018-06-25 07:58:06,637+01 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]

  1   2   3   4   5   6   >