Re: [ovirt-users] Python API question

2016-01-14 Thread Karli Sjöberg
fre 2016-01-15 klockan 12:23 +0800 skrev Colin Coe: > Hi all > > > I've written a Python script to take nightly snapshots of VMs which > are kept for x days. After x days the snapshot is deleted. > > > I can't work out how to wait for the snapshot deletion to complete. I > know how to do it f

[ovirt-users] AAA/ldap/3.6 Issues - WARNING [ovirt-engine-extension-aaa-ldap.authn::LDAP-authn] Cannot initialize LDAP framework, deferring initialization.

2016-01-14 Thread David LeVene
Hey, I'm running into an issue which I'm not sure where to go from here. I'm trying to use LDAP authentication and am following the setup guide from here https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=HEAD I have tested the ldap credentials manually us

[ovirt-users] Python API question

2016-01-14 Thread Colin Coe
Hi all I've written a Python script to take nightly snapshots of VMs which are kept for x days. After x days the snapshot is deleted. I can't work out how to wait for the snapshot deletion to complete. I know how to do it for creating the snapshot but I've not been able to get it right for the

[ovirt-users] Hosted Engine CPU Type Change

2016-01-14 Thread Donny Davis
How would you go about changing the cpu_type setting in HE after it is installed -- Donny Davis ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] [Gluster-users] Blog on Hyperconverged Infrastructure using oVirt and Gluster

2016-01-14 Thread Niels de Vos
On Tue, Jan 12, 2016 at 05:10:23PM +0530, Ramesh Nachimuthu wrote: > Hi Folks, > > Have you ever wondered about Hyperconverged Ovirt and Gluster Setup. Here > is an answer[1]. I wrote a blog explaining how to setup oVirt in a > hyper-converged mode with Gluster. > > [1] > http://blogs-ramesh.b

Re: [ovirt-users] ISO Domain: How to delete an ISO

2016-01-14 Thread Douglas Schilling Landgraf
On 01/14/2016 10:30 AM, gregor wrote: Thank you, this worked. I though it should be handled with care because there are such a fancy tool like the ovirt-iso-uploader. Why creating a tool to upload images when this can be done by hand like removing the image? You are welcome. Not all users lik

Re: [ovirt-users] storage domain and nfs problem

2016-01-14 Thread Douglas Schilling Landgraf
On 01/14/2016 08:28 AM, alireza sadeh seighalan wrote: hi again Stale file handle related to selinux . i ran setenforce 0 and restart nfs on hv03,04,05,07 and those messages disappeared :) You can use audit2allow -a to identify these selinux denies, and later generate the module us

Re: [ovirt-users] ISO Domain: How to delete an ISO

2016-01-14 Thread gregor
Thank you, this worked. I though it should be handled with care because there are such a fancy tool like the ovirt-iso-uploader. Why creating a tool to upload images when this can be done by hand like removing the image? regards gregor On 14/01/16 16:16, Douglas Schilling Landgraf wrote: > Hi, >

Re: [ovirt-users] ISO Domain: How to delete an ISO

2016-01-14 Thread Douglas Schilling Landgraf
Hi, On 01/14/2016 10:06 AM, gregor wrote: Hi, how can I delete an ISO from the ISO Domain? There are no hints in the documentation. I found only a restricted page for RedHat Customers only, but it isn't sure if there is really a solution. Hopefully somebody can help, this can't be such a secre

[ovirt-users] ISO Domain: How to delete an ISO

2016-01-14 Thread gregor
Hi, how can I delete an ISO from the ISO Domain? There are no hints in the documentation. I found only a restricted page for RedHat Customers only, but it isn't sure if there is really a solution. Hopefully somebody can help, this can't be such a secret. regards gregor __

Re: [ovirt-users] storage domain and nfs problem

2016-01-14 Thread alireza sadeh seighalan
hi again Stale file handle related to selinux . i ran setenforce 0 and restart nfs on hv03,04,05,07 and those messages disappeared :) but on some hosts like hv03 when run df -h it doesnt show nfs path! On Thu, Jan 14, 2016 at 2:46 PM, alireza sadeh seighalan < seighal...@gmail.

Re: [ovirt-users] Cluster policy question

2016-01-14 Thread Martin Sivak
Hi, evenly distributed takes only the CPU load into account (memory was added in 3.6). If most of the VMs are doing nothing there is no key to use for balancing. Also we only start automatic balancing once the overload threshold is reached (80% load by default) on a host. And we move VMs from ove

Re: [ovirt-users] ovirt-host-deploy PKI

2016-01-14 Thread Simone Tiraboschi
On Thu, Jan 14, 2016 at 12:31 PM, Jaicel wrote: > Yes simone i can access the host from the server where my engine is > running. attached is the engine log during the "add host". > Can you please try to run journalctl -f -u sshd on host while you try to deploy it? > > Thanks, > Jaicel > > --

Re: [ovirt-users] [ovirt-shell] update hostnic/nic ???

2016-01-14 Thread Bloemen , Jurriën
On 14-01-16 12:16, Juan Hernández wrote: On 01/14/2016 11:24 AM, Bloemen, Jurriën wrote: Hi, First I created a bonding interface: # add nic --parent-host-name server01 --name bond0 --network-name VLAN602 --bonding-slaves-host_nic host_nic.name=eno1 --bonding-slaves-host_nic host_nic.name=eno2

Re: [ovirt-users] [ovirt-shell] update hostnic/nic ???

2016-01-14 Thread Bloemen , Jurriën
On 14-01-16 12:16, Juan Hernández wrote: On 01/14/2016 11:24 AM, Bloemen, Jurriën wrote: Hi, First I created a bonding interface: # add nic --parent-host-name server01 --name bond0 --network-name VLAN602 --bonding-slaves-host_nic host_nic.name=eno1 --bonding-slaves-host_nic host_nic.name=eno2

Re: [ovirt-users] ovirt-host-deploy PKI

2016-01-14 Thread Jaicel
Yes simone i can access the host from the server where my engine is running. attached is the engine log during the "add host". Thanks, Jaicel From: "Simone Tiraboschi" To: "jaicel" Cc: "users" Sent: Thursday, January 14, 2016 6:42:58 PM Subject: Re: [ovirt-users] ovirt-host-deploy PKI

Re: [ovirt-users] [ovirt-shell] update hostnic/nic ???

2016-01-14 Thread Juan Hernández
On 01/14/2016 11:24 AM, Bloemen, Jurriën wrote: > Hi, > > First I created a bonding interface: > > # add nic --parent-host-name server01 --name bond0 --network-name > VLAN602 --bonding-slaves-host_nic host_nic.name=eno1 > --bonding-slaves-host_nic host_nic.name=eno2 > > This works great but no I

[ovirt-users] [ovirt-shell] update hostnic/nic ???

2016-01-14 Thread Bloemen , Jurriën
Hi, First I created a bonding interface: # add nic --parent-host-name server01 --name bond0 --network-name VLAN602 --bonding-slaves-host_nic host_nic.name=eno1 --bonding-slaves-host_nic host_nic.name=eno2 This works great but no IP is set on VLAN602. Then I'm trying to add an ip address to a

Re: [ovirt-users] ovirt-host-deploy PKI

2016-01-14 Thread Simone Tiraboschi
On Thu, Jan 14, 2016 at 11:24 AM, Jaicel wrote: > Hi, > > anyone here tried this type of host installation? i'm installing > additional hosts > for my cluster but the same procedure through ovirt engine's webgui won't > let me install the additional hosts. i don't know where the problem is but >

[ovirt-users] ovirt-host-deploy PKI

2016-01-14 Thread Jaicel
Hi, anyone here tried this type of host installation? i'm installing additional hosts for my cluster but the same procedure through ovirt engine's webgui won't let me install the additional hosts. i don't know where the problem is but the error is ssh timeout, so i tried this type of installa

Re: [ovirt-users] Ovirt supported thinclient appliance

2016-01-14 Thread Gianluca Cecchi
On Thu, Jan 14, 2016 at 7:09 AM, RK RK wrote: > All, > > Any more suggested appliance for this please? > > > > I wouldn't like to begin a thin client / thin client appliance flame war here, but for Xmas holidays I had to compose a PC for a friend of mine and I had to balance price/performance. At