[ovirt-users] Re: how to add devices to a qemu config.xml of a virtual machine

2019-09-18 Thread Colin Coe
Hi I've had an RFE in for RHV on something similar this since 2015. https://bugzilla.redhat.com/show_bug.cgi?id=1196572 Thanks On Thu, Sep 19, 2019 at 8:16 AM wrote: > Has Anybody been successful sharing folder with the client machine using > ovirt and virt viewer >

[ovirt-users] Re: how to add devices to a qemu config.xml of a virtual machine

2019-09-18 Thread pascal
Has Anybody been successful sharing folder with the client machine using ovirt and virt viewer ___ 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-users] FW: user role

2019-09-18 Thread Staniforth, Paul
Hi Kim, If you add them to a group in AD then add the users and group to oVirt you can add the permissions to the group. Then add the VmCreator and DiskProfileUser to the Datacenter. Add the UserTemplateBasedVM permission to any templates you want them to be able to use Add the

[ovirt-users] Re: Changing ISO domains

2019-09-18 Thread Strahil
Actually ISO domains are deprecated as stated by the devs in https://bugzilla.redhat.com/show_bug.cgi?id=1673059 There is no warning yet, which makes the confusion. Best Regards, Strahil NikolovOn Sep 18, 2019 15:22, Gianluca Cecchi wrote: > > On Wed, Sep 18, 2019 at 12:41 PM Mark Steele

[ovirt-users] Re: Upgrade from 4.3.5 rc5 to 4.3.6 rc5 strange errors

2019-09-18 Thread Strahil
Opened a bug in bugzilla (https://bugzilla.redhat.com/show_bug.cgi?id=1753363) , if it is a duplicate - please send me an e-mail to relate to my bug post. Best Regards, Strahil NikolovOn Sep 18, 2019 20:18, Strahil wrote: > > Hm... It seems that I missed the complain about libibverbs.so.1

[ovirt-users] Re: Upgrade from 4.3.5 rc5 to 4.3.6 rc5 strange errors

2019-09-18 Thread Strahil
Hm... It seems that I missed the complain about libibverbs.so.1 which is part of package libibverbs-22.1-3.el7.x86_64 . Once I have deployed that, no more issues are observed. I guess there is a missing dependency. Best Regards, Strahil NikolovOn Sep 18, 2019 19:57, Strahil wrote: > > Hello

[ovirt-users] Upgrade from 4.3.5 rc5 to 4.3.6 rc5 strange errors

2019-09-18 Thread Strahil
Hello Community, I was waiting for 7.7 to come up before I upgrade my lab. The engine got upgraded without issues, same for OS - but after the system powered up I receive the following: [root@ovirt1 ~]# ssh engine root@engine's password: Last login: Wed Sep 18 19:48:32 2019 from

[ovirt-users] Re: no hosted engine deploy while adding new host (oVirt 4.3.5)

2019-09-18 Thread lars . stolpe
That worked. Thanks a lot. ___ 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:

[ovirt-users] Re: no hosted engine deploy while adding new host (oVirt 4.3.5)

2019-09-18 Thread Edward Berger
You can change that anytime. On the engine GUI, set the host to maintenance, The select the "Installation/Reinstall" menu item. Select the "Hosted Engine" tab, and then pick "DEPLOY" [image: host-deploy.JPG] On Wed, Sep 18, 2019 at 6:14 AM wrote: > I tryed to add a new host to my oVirt

[ovirt-users] Re: Find MAC for VM

2019-09-18 Thread Colin Coe
Ignore, I was missing [0]. Working solution is: --- nics_service = vms_service.vm_service(vm.id).nics_service() nic = nics_service.list(query={"search": "name=nic1"})[0] print('host ',sys.argv[2],' {', sep='') print('hardware ethernet ',nic.mac.address,';', sep='') print('

[ovirt-users] Re: Find MAC for VM

2019-09-18 Thread Colin Coe
Hi Joey Thank you, I'm further along now. I need to get the MAC address of the interface. I've now got: --- nics_service = vms_service.vm_service(vm.id).nics_service() nic = nics_service.list(query={"search": "name=nic1"}) #nic = nics_service.list(search='name=nic1')[0] print('host

[ovirt-users] Re: Changing ISO domains

2019-09-18 Thread Gianluca Cecchi
On Wed, Sep 18, 2019 at 12:41 PM Mark Steele wrote: > Well - not in 3.5 :-) > > *** > *Mark Steele* > CIO / VP Technical Operations | TelVue Corporation > TelVue - We Share Your Vision > 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054 > 800.885.8886 x128 | mste...@telvue.com |

[ovirt-users] Re: ovirt-imagio-proxy upload speed slow

2019-09-18 Thread Karli Sjöberg
fre 2019-09-13 klockan 12:52 + skrev Mikael Öhman: > Perhaps it will help future sysadmins will learn from my mistake. > I also saw very poor upload speeds (~30MB/s) Bits and bytes man :) /K > no matter what I tried. I went through the whole route with unix- > sockets and whatnot. > >

[ovirt-users] Re: Changing ISO domains

2019-09-18 Thread Mark Steele
Well - not in 3.5 :-) *** *Mark Steele* CIO / VP Technical Operations | TelVue Corporation TelVue - We Share Your Vision 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054 800.885.8886 x128 | mste...@telvue.com | http://www.telvue.com twitter: http://twitter.com/telvue | facebook:

[ovirt-users] Re: Changing ISO domains

2019-09-18 Thread Strahil
Yes. But check SELINUX and DAC permissions. Best Regards, Strahil NikolovOn Sep 17, 2019 18:04, Mark Steele wrote: > > OK - so if I put them in the -1... directory with scp that should > work? > > > *** > Mark Steele > CIO / VP Technical Operations | TelVue Corporation > TelVue - We

[ovirt-users] Re: Changing ISO domains

2019-09-18 Thread Strahil
ISO domains are deprecated. I guess you can upload to regular data domains. Best Regards, Strahil NikolovOn Sep 17, 2019 16:50, Mark Steele wrote: > > Hello, > > I recently removed our ISO domain from out cluster (oVirt Engine Version: > 3.5.0.1-1.el6) because it was on a storage location we no

[ovirt-users] Re: Disaster recovery active-active question

2019-09-18 Thread Strahil
We use Active-Active Hp XP replication between 2 DCs for our VmWare Clusters. I guess you can use the same replication for oVirt or even Hyper-V. Best Regards, Strahil NikolovOn Sep 17, 2019 14:30, wodel youchi wrote: > > Hi, > > On the active-active DR, in the documentation it is said : > "You

[ovirt-users] Re: GFS/GFS2

2019-09-18 Thread Luca 'remix_tj' Lorenzetto
Hello, pay attention that GFS2 requires clustering software, and i don't know if this may conflict with VDSM or other oVirt components. If possible prefer standard setup using external iscsi/fc/nfs storage if you don't want glusterfs. Luca On Wed, Sep 18, 2019 at 12:06 PM Fabio Marzocca

[ovirt-users] no hosted engine deploy while adding new host (oVirt 4.3.5)

2019-09-18 Thread lars . stolpe
I tryed to add a new host to my oVirt environment. I remember a checkbox whether the engine HA wil depoyed or not in oVirt 4.1. Now the environmentist oVirt 4.3.5. In the add host dialog windows I cant find that option anymore. In edit window after host installation ther ist also no hosted

[ovirt-users] Re: GFS/GFS2

2019-09-18 Thread Fabio Marzocca
Ciao Luca, That's because we already have a good knowledge of GFS2 on another installation. Thanks F. On Wed, Sep 18, 2019 at 12:02 PM Luca 'remix_tj' Lorenzetto < lorenzetto.l...@gmail.com> wrote: > Hello Fabio, > > as storage domain? Yes, if you use POSIX domain, but i don't see any >

[ovirt-users] Re: GFS/GFS2

2019-09-18 Thread Luca 'remix_tj' Lorenzetto
Hello Fabio, as storage domain? Yes, if you use POSIX domain, but i don't see any advantage on using GFS. GlusterFS is preferred for replica on multiple nodes. https://www.ovirt.org/documentation/admin-guide/chap-Storage.html Luca On Wed, Sep 18, 2019 at 11:58 AM wrote: > > Is GFS/GFS2

[ovirt-users] GFS/GFS2

2019-09-18 Thread marzoccafabio
Is GFS/GFS2 supported by oVirt as shared storage? ___ 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: