[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Jayme
Hello, I believe you should be able to fix this issue using the "unlock_entity.sh" tool on the hosted engine VM in "/usr/share/ovirt-engine/setup/dbutils" -- unfortunately there is not much documentation on it but I IIRC I've used it to fix this very issue in the past. Someone else may be able

[ovirt-users] new glance server

2020-02-04 Thread Tommaso - Shellrent
Hi to all. I'm try to create a glance server to store our images, but I have some problem. With the guide i can correcty configure a "train" minimun stack with keyone and glance, but it only support auth api v3. oVirt for glance only support v2. The newest version of keystone that have

[ovirt-users] Re: new glance server

2020-02-04 Thread Staniforth, Paul
The pike packages are at http://vault.centos.org/ Regards, Paul S. From: Tommaso - Shellrent Sent: 04 February 2020 16:25 To: users@ovirt.org Subject: [ovirt-users] new glance server Caution External Mail: Do not click any links or open any

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Strahil Nikolov
Last time I had such issue - I had to poke in the Postgres DB of the engine. I wouldn't recommend that for prod. Try to find any of the previous topics about illegal snapshot and try the steps yourself. I think that there is a script for that purpose

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Crazy Ayansh
Hi, Yes VM is running but i scared if i shutdown the VM and it not came back. I have also upgraded engine from 4.3.6.6 to 4.3.8. but still the issue persists. I am also unable to take snapshot of the the same VM as the new snapshot failing. Please help. Thanks Shashank On Tue, Feb 4, 2020 at

[ovirt-users] Re: IO Storage Error / All findings / Need help.

2020-02-04 Thread Strahil Nikolov
Hi Chriss, did you try to downgrade to gluster v6.6 for example ? Most probably it's the ACL issue I have experienced some time ago.Gluster devs recommended either a fake acl (for example mounting the volume with acl and run a find with 'setfacl -m u:root:rw {} \;' to force gluster to reread

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Benny Zlotnik
back to my question then, can you check what made the snapshot illegal? and attach the vdsm and engine logs from the occurrence so we can assess the damage also run `dump-volume-chains ` where the image resides so we can see what's the status of the image on vdsm On Tue, Feb 4, 2020 at 6:46 PM

[ovirt-users] Re: Unable to complete engine setup

2020-02-04 Thread Strahil Nikolov
Enable firewalld and try again. Best Regards,Strahil Nikolov В вторник, 4 февруари 2020 г., 15:08:48 ч. Гринуич+2, i...@placedusoleil.net написа: I attempted the installation on fully updated Centos 7 with selinux and firewalld disabled. engine-setup produces the following error:

[ovirt-users] Re: Recover VM if engine down

2020-02-04 Thread matteo fedeli
it does automatically when I attach or should I execute particular operations? ___ 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

[ovirt-users] Re: Recover VM if engine down

2020-02-04 Thread Benny Zlotnik
you need to go to the "import vm" tab on the storage domain and import them On Tue, Feb 4, 2020 at 7:30 PM matteo fedeli wrote: > > it does automatically when I attach or should I execute particular operations? > ___ > Users mailing list --

[ovirt-users] Re: [Suspected Spam] Re: Unsynced entries do not self-heal during upgrade from oVirt 4.2 -> 4.3

2020-02-04 Thread Strahil Nikolov
Did you manage to fix the issue with the 0-xlator ? If yes, most probably the issue will be OK. Yet 'probably' doesn't meant that they 'will' be OK.If it was my lab - I would go ahead only if the 0-xlator issue is over.Yet, a lab is a different thing than prod - so it is your sole decision. 

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Benny Zlotnik
Is the VM running? Can you remove it when the VM is down? Can you find the reason for illegal status in the logs? On Tue, Feb 4, 2020 at 5:06 PM Crazy Ayansh wrote: > Hey Guys, > > Any help on it ? > > Thanks > > On Tue, Feb 4, 2020 at 4:04 PM Crazy Ayansh > wrote: > >> >> Hi Team, >> >> I

[ovirt-users] Re: IO Storage Error / All findings / Need help.

2020-02-04 Thread Christian Reiss
Hey, ACL is correctly set: # file: 5aab365f-b1b9-49d0-b011-566bf936a100 # owner: vdsm # group: kvm user::rw- group::rw- other::--- Doing a setfacl failed due to "Operation not supported", remounting with acl, too: [root@node01 ~]# mount -o remount,acl

[ovirt-users] Re: IO Storage Error / All findings / Need help.

2020-02-04 Thread Strahil Nikolov
On February 4, 2020 10:54:54 PM GMT+02:00, Christian Reiss wrote: >Thanks for replying, > >What I just wrote Stahil was: > > >ACL is correctly set: > ># file: 5aab365f-b1b9-49d0-b011-566bf936a100 ># owner: vdsm ># group: kvm >user::rw- >group::rw- >other::--- > >Doing a setfacl failed due to

[ovirt-users] Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

2020-02-04 Thread Vinícius Ferrão
Are you trying to deploy the hosted engine to a Storage Domain which is in a separate network with a VLAN? If this is the issue you must inform VDSM the network so it finds the path. This must be informed during the playbook phase where it asks for the shared storage settings. For example:

[ovirt-users] Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

2020-02-04 Thread clam2718
Hello, I am having this same issue and have inserted the three new lines from https://github.com/ansible/ansible/issues/66858 into "/lib/python2.7/site-packages/ansible/modules/cloud/ovirt/ovirt_network.py" yet the issue still occurs when attempting deployement. I have rebooted the oVirt

[ovirt-users] Re: IO Storage Error / All findings / Need help.

2020-02-04 Thread Christian Reiss
Thanks for replying, What I just wrote Stahil was: ACL is correctly set: # file: 5aab365f-b1b9-49d0-b011-566bf936a100 # owner: vdsm # group: kvm user::rw- group::rw- other::--- Doing a setfacl failed due to "Operation not supported", remounting with acl, too: [root@node01 ~]# mount -o

[ovirt-users] Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

2020-02-04 Thread eevans
I have a question I haven't seen yet: I have a Centos 7 Hypervisor running libvirt. I want to bring it into the ovirt cluster with the vm's still running. Is that possible or do the vm's need imported first? I had 4 Centos 7 Hypervisors and migrated the vm's off of them to a single KVM host

[ovirt-users] Re: Deploy Hosted Engine fails at "Set VLAN ID at datacenter level"

2020-02-04 Thread Charles Lam
Thank you very much Vinícius for the clarification, I will try and report. Sincerely, Charles On Tue, Feb 4, 2020 at 5:32 PM Vinícius Ferrão wrote: > Hi Charles, I never done it on Gluster. But my hosted engine runs on a > VLAN too on separate network on top of a LACP bond with the ovirtmgmt

[ovirt-users] Re: memory overcommit in oVirt

2020-02-04 Thread Martin Sivak
Hi, memory overcommit in oVirt has a different meaning indeed. oVirt tracks the amount of memory allocated to all running VMs and will not let you start an additional VM once the full capacity of the node is reached. The important thing to realize is that this is in no way related to the current

[ovirt-users] Re: oVirt MAC Pool question

2020-02-04 Thread Dominik Holler
On Mon, Feb 3, 2020 at 12:10 PM Vrgotic, Marko wrote: > Hi Dominik, > > > > Thank you – please find the sql query output file attached. > > > > In addition, today, while spawning set of VMs, and we are mostly using > Ansible (98% of the time), we got this message: > > An exception occurred

[ovirt-users] disk snapshot status is Illegal

2020-02-04 Thread Crazy Ayansh
Hi Team, I am trying to delete a old snapshot of a virtual machine and getting below error :- failed to delete snapshot 'snapshot-ind-co-ora-02' for VM índ-co-ora-ee-02' [image: image.png] Thanks ___ Users mailing list -- users@ovirt.org To

[ovirt-users] oVirt API - New vm on specified storage

2020-02-04 Thread Tommaso - Shellrent
Hi to all.     we are tring to create a new VM via API, but we are unable to select the desidered storage where to deploy it. We make a call like this: CALL: POST /ovirt-engine/api/vms?clone=true Data:

[ovirt-users] Re: Unable to complete engine setup

2020-02-04 Thread Yedidyah Bar David
On Tue, Feb 4, 2020 at 3:09 PM wrote: > > I attempted the installation on fully updated Centos 7 with selinux and > firewalld disabled. > > engine-setup produces the following error: > > [root@ovt-00 ~]# engine-setup > ***L:ERROR Internal error: 'module' object has no attribute 'createPlugins' >

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Crazy Ayansh
Hi, Do you think it will resolve the issue. I am scared if i shutdown the VM and it dost't came up ? ovirt engine :- 4.3.8 Any help please ? On Tue, Feb 4, 2020 at 8:46 PM Bernadette Pfau - NOAA Affiliate < bernadette.p...@noaa.gov> wrote: > What version of oVirt are you running? We've had a

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Crazy Ayansh
Unfortunately it is on production. Can't we get any safe fix for it. On Wed, Feb 5, 2020, 12:15 AM Strahil Nikolov wrote: > Last time I had such issue - I had to poke in the Postgres DB of the > engine. I wouldn't recommend that for prod. > > Try to find any of the previous topics about

[ovirt-users] Re: Unable to complete engine setup

2020-02-04 Thread info
> Enable firewalld and try again. I am afraid it has no effect. Still the same error. Thanks for the reply. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: [Suspected Spam] Re: Unsynced entries do not self-heal during upgrade from oVirt 4.2 -> 4.3

2020-02-04 Thread Goorkate, B.J.
Hi Strahil, Thanks for your time so far! The packages seem fine on all of the 3 nodes. Only /var/lib/glusterd/glusterd.info is modified and on the not yet upgraded nodes these files are missing: missing /var/lib/glusterd/hooks/1/set/post/S30samba-set.sh missing

[ovirt-users] Re: disk snapshot status is Illegal

2020-02-04 Thread Crazy Ayansh
Hey Guys, Any help on it ? Thanks On Tue, Feb 4, 2020 at 4:04 PM Crazy Ayansh wrote: > > Hi Team, > > I am trying to delete a old snapshot of a virtual machine and getting > below error :- > > failed to delete snapshot 'snapshot-ind-co-ora-02' for VM índ-co-ora-ee-02' > > > > [image:

[ovirt-users] insufficient web panel user permissions to create disk

2020-02-04 Thread Pavel Nakonechnyi
Dear community, I am trying to achieve the following: - create a regular user in oVirt environment; [DONE] - grant full access to a particular VM; [DONE] - grant privileges to create new VMs; [NOT OK] What I observe currently: - user sees his VM on "VM Portal" page and can edit its settings,

[ovirt-users] Re: oVirt API - New vm on specified storage

2020-02-04 Thread Jan Zmeskal
Hi Tommaso, I don't have much experience with API, but let me ask differently: Have you tried using oVirt Ansible modules to achieve your goal? It's really easy to create a vm with ovirt_vm

[ovirt-users] IO Storage Error / All findings / Need help.

2020-02-04 Thread Christian Reiss
Hello folks, I am running a 3-way, no arbiter Gluster setup using oVirt and contained Gluster 6.7. After a crash we are unable to start any VMs due to Storage IO error. After much, much backtracking and debugging we are closing in on the symptons, albeit not the issue. Conditions: -

[ovirt-users] Error when exporting virtual machine

2020-02-04 Thread Suporte LENEP
Hello everyone, I am getting the following error when I try to export a virtual machine: 2020-02-04 10:43:44,818-02 ERROR [org.ovirt.engine.core.bll.exportimport.GetVmsFromExportDomainQuery] (default task-94) [1dc343fb-7d47-495d-898c-99f52a686307] Exception:

[ovirt-users] Unable to complete engine setup

2020-02-04 Thread info
I attempted the installation on fully updated Centos 7 with selinux and firewalld disabled. engine-setup produces the following error: [root@ovt-00 ~]# engine-setup ***L:ERROR Internal error: 'module' object has no attribute 'createPlugins' Traceback (most recent call last): File