[ovirt-users] Re: Ansible ovirt.ovirt_vm nics

2021-04-22 Thread Martin Perina
Hi Matthew, Could you please share with us your playbook? Which ansible version are you using? Are you using ovirt_vm module from oVirt Ansible Collection which contains newer versions than the ovirt_vm module included in Ansible 2.9?

[ovirt-users] Re: How to update ovirt-sdk

2021-04-22 Thread Martin Perina
On Wed, Apr 21, 2021 at 6:51 PM Miguel Garcia wrote: > The command you describe above seems to be for CentOS8 while the system we > use is CentOS7. > On CentOS 7 you need to use 'yum' instead of 'dnf', but the rest is the same. > > Is python3-ovirt-engie-sdk4 is supported for centos7? >

[ovirt-users] Ansible ovirt.ovirt_vm nics

2021-04-22 Thread matthew.st...@fujitsu.com
The 'nics' section of ovirt_vm is vague and with nearly no examples. My playbook is based upon https://blogs.oracle.com/scoter/ansible-with-oracle-linux-virtualization-manager-olvm I've made several modifications, (more default) and added a few lines, which I believe is supposed to assign vnic

[ovirt-users] Import VM with Xen Based in Ovirt

2021-04-22 Thread hemaa--- via Users
Hi All, I am trying to migrate a VM from a Xen Based virtualization to Ovirt with the import option in GUI But I am not able to list any stopped VMs on the Xen host. So what I did is I started the VM and got it listed. Then selected the VM and moved to right hand section. Clicked on next

[ovirt-users] Re: How to Upgrade Node with Local Storage ?

2021-04-22 Thread Gianluca Cecchi
On Thu, Apr 22, 2021 at 7:58 AM Vojtech Juranek wrote: > On Wednesday, 21 April 2021 16:40:29 CEST Nur Imam Febrianto wrote: > > Set global maintenance and then turn off all vm, do yum update but it > > completed with failed. Am I missing something ? > > can you share the details? What failed,

[ovirt-users] Re: Cannot delete snapshot

2021-04-22 Thread Giulio Casella
On 22/04/2021 13:20, Shani Leviim wrote: > Hi, > You can use the DeleteImage tool [1], but it's first recommended to > backup your engine. > > To be on the safe side, here are some checks it's better to execute > before deleting: > - In order to locate the illegal image, you can run this

[ovirt-users] Re: oVirt 4.3 DWH with Grafana

2021-04-22 Thread Shirly Radco
Hi Nardus, We opened the following [RFE] Add Data Source variable to all dashboards , where we plan to add a "Datasource" variable to each dashboard. This will allow choosing a data source in each dashboard from your data sources list. Best

[ovirt-users] Re: Cannot delete snapshot

2021-04-22 Thread Shani Leviim
Since 6180c2e8-141a-4126-bcb1-5af5caa98175 doesn't exist on the VDSM, it should be removed from the DB, and since it's the parent id for image e77e2773-eecb-46a6-87c7-14df14f7d95b, it also should be changed. Something like this: UPDATE images set parentid = '19fa612d-2f93-46a5-93e7-c74afc2937fa'

[ovirt-users] Re: Cannot delete snapshot

2021-04-22 Thread Shani Leviim
Hi, You can use the DeleteImage tool [1], but it's first recommended to backup your engine. To be on the safe side, here are some checks it's better to execute before deleting: - In order to locate the illegal image, you can run this command on the host: vdsm-tool dump-volume-chains - It's also

[ovirt-users] Re: host certification is about to expire

2021-04-22 Thread Bill James
restarting vdsmd did the trick, thank you! On Tue, Apr 20, 2021 at 11:58 PM Yedidyah Bar David wrote: > On Tue, Apr 20, 2021 at 9:07 PM Bill James wrote: > > > > Thank you for reply. > > Notice Enroll cert was done 4/15, but still getting notices. > > > > > > engine.log: > > > > 2021-04-19

[ovirt-users] Re: [External] : Import VM with Xen Based in Ovirt

2021-04-22 Thread Simon Coter
Hi, I do not know if the Xen based you’re mentioning is Oracle VM. In that case you could check this article: https://blogs.oracle.com/scoter/migrate-oracle-vm-to-oracle-linux-kvm Simon On Apr 22, 2021, at 11:07 AM, hemaa--- via Users mailto:users@ovirt.org>> wrote: Hi All, I am trying to

[ovirt-users] Re: How to update ovirt-sdk

2021-04-22 Thread Miguel Garcia
Already tried with yum but such package is not listed in ovirt43 repo but it does in ovirt44 andfor that repo only works for el arch. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: How to update ovirt-sdk

2021-04-22 Thread Klaas Demter
it's called differently in 7, I am guessing https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7Server/x86_64/python-ovirt-engine-sdk4-4.3.4-2.el7.x86_64.rpm is what you're looking for On 4/22/21 4:25 PM, Miguel Garcia wrote: Already tried with yum but such package is not listed in ovirt43 repo

[ovirt-users] [ANN] oVirt 4.4.6 Fifth Release Candidate is now available for testing

2021-04-22 Thread Lev Veyde
oVirt 4.4.6 Fifth Release Candidate is now available for testing The oVirt Project is pleased to announce the availability of oVirt 4.4.6 Fifth Release Candidate for testing, as of April 22nd, 2021. This update is the sixth in a series of stabilization updates to the 4.4 series. How to prevent

[ovirt-users] Re: n00b Requesting Some Advice

2021-04-22 Thread Philip Brown
FYI: I recently found that ceph performs quite well in vmware, when using the VM as a "direct" ceph client. (Our tests involved directly mounting an RBD device from the VM) So as long as you can treat the OS level as throwaway, and use ceph-to-the-vm for your actually important data, this might

[ovirt-users] new engine restore from backup

2021-04-22 Thread ozmen62
Hi, I've built e new engine and tried to restore from backup after run engine-setup it returns; [ ERROR ] Failed to execute stage 'Misc configuration': function getdwhhistorytimekeepingbyvarname(unknown) does not exist LINE 2: select * from

[ovirt-users] Re: Ansible ovirt.ovirt_vm nics

2021-04-22 Thread matthew.st...@fujitsu.com
It’s basically the one listed in the URL. The changes I’ve made is to add some addition ‘defaults’, and the code I mentioned below, to select different nic profiles for vms that are on different networks. I’m running an Oracle Linux 7u9 system, and the version of Ansible is 2.9.18 In my

[ovirt-users] Re: How do I share a disk across multiple VMs?

2021-04-22 Thread Strahil Nikolov via Users
>How much of a discussion will we have, when I say that I want a Gluster volume >to expand/grow/shrink and transform from 1 to N bricks and transition between >replicas, dispersed volumes, sharded or non sharded with oVirt seamlessly >running on top? It's dead simple -> replica 3 (and

[ovirt-users] Removing Direct Mapped LUNs

2021-04-22 Thread Ryan Chewning
Hi List, We need to add and remove directly mapped LUNs to multiple VMs in our Non-Production environment. The environment is backed by an iSCSI SAN. In testing when removing a directly mapped LUN it doesn't remove the underlying multipath and devices. Several questions. 1) Is this the expected