[ovirt-users] Testing openstack inside ovirt environment

2016-03-05 Thread Gianluca Cecchi
Hello, Up to now I only tested openstack on physical hw. I would like to make some tests in a virtual environment. Not considering at the moment cinder and glance integrations provided by oVirt but full openstack itself. Are nestedvt and macspoof vdsm hooks the only requirement I should care about

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
That may work for me. I'll look into it. This is going to be a production environment (I had previously been running OVirt for over a year with success, but my hypervisors were standard EL7 servers vs. OVirtnode/RHEV-H) so I'm looking for the most "official", clean solution. I will open a

[ovirt-users] Fresh install failing (Hosted Engine)

2016-03-05 Thread Jonathan Sherman
I want to extend my lab and am trying an install using the hosted engine, but the install is failing for me: References used for install: https://glennsnead.wordpress.com/2016/02/28/ovirt-3-6-installation/ http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/ Setup: Minimal

Re: [ovirt-users] set up of fibre channel storage problem

2016-03-05 Thread Campbell McLeay
Hi Nir, I'd removed the partitions earlier with parted, but I guess it had left a signature there, so I did as you suggested and that resolved the issue. Many thanks! -Cam On 5 March 2016 at 22:45, Nir Soffer wrote: > On Sun, Mar 6, 2016 at 12:36 AM, Campbell McLeay >

Re: [ovirt-users] set up of fibre channel storage problem

2016-03-05 Thread Nir Soffer
On Sun, Mar 6, 2016 at 12:36 AM, Campbell McLeay wrote: > Hi, > > I've set up a node in a cluster which I would l like to use the > attached fibre channel disks as storage. The ovirt version is 3.6 and > both hosts (engine and node) are running Scientific 7.2. When

[ovirt-users] set up of fibre channel storage problem

2016-03-05 Thread Campbell McLeay
Hi, I've set up a node in a cluster which I would l like to use the attached fibre channel disks as storage. The ovirt version is 3.6 and both hosts (engine and node) are running Scientific 7.2. When I select the fibre channel option in the ovirt manager GUI from the drop down menu in the storage

Re: [ovirt-users] virt-v2v converting multi-disk

2016-03-05 Thread Richard W.M. Jones
Hi - let's keep all replies on the mailing list so the information benefits everyone. On Sat, Mar 05, 2016 at 12:21:51PM -0600, Clint Boggio wrote: > 2. Ran your tool on the disk image with a destination of "." And > your tool put it directly in without having to use network > bandwidth. The

Re: [ovirt-users] Multi-node cluster with local storage

2016-03-05 Thread Christophe TREFOIS
Hi Pavel, We setup an extra NFS on one of the hosts, and setup as hosted-engine. That way, it works for us. Using Gluster 3-way with CTDB was our initial plan, but we moved away from it as it seems unnecassiry complicated. Kind reagrds, — Christophe Dr Christophe Trefois, Dipl.-Ing.

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
I haven't tried it, but here is a guide on how to add a hook to ovirt-node: http://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/ On 03/05/2016 09:48 PM, Christopher Young wrote: Question: There is no yum functionality on ovirt-node/RHEV-H, so how does one go about this in that

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
Question: There is no yum functionality on ovirt-node/RHEV-H, so how does one go about this in that scenario? On Sat, Mar 5, 2016 at 3:32 PM, combuster wrote: > It's great to know that it's working. > > Best of luck Clint. > > > On 03/05/2016 09:09 PM, cl...@theboggios.com

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
It's great to know that it's working. Best of luck Clint. On 03/05/2016 09:09 PM, cl...@theboggios.com wrote: On 2016-03-05 13:34, combuster wrote: Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread clint
On 2016-03-05 13:34, combuster wrote: Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s "UserDefinedVMProperties=macspoof=^(true|false)$" 3. Edit OpenVPN virtual machine settings and add a custom

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Correct procedure would be: 1. On each of your ovirt nodes run: yum install vdsm-hook-macspoof 2. On the engine run: sudo engine-config -s "UserDefinedVMProperties=macspoof=^(true|false)$" 3. Edit OpenVPN virtual machine settings and add a custom property containing macspoof keyword and set

[ovirt-users] Tracking asynchronous tasks results in Python SDK

2016-03-05 Thread James Michels
Greetings How can I track asynchronous tasks with python sdk? For instance, I want to copy a disk so I use: dcdisk = api.disks.get(id='...') act = params.Action(storage_domain=api.storagedomains.get(name='...')) action = dcdisk.copy(act) I get a params.Action object. Now how can I know

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread clint
On 2016-03-05 13:13, combuster wrote: Ignore the link (minor accident while pasting). Yum will download the appropriate one from the repos. On 03/05/2016 08:09 PM, combuster wrote: Just the hook rpm (vdsm-hook-macspoof [1]). Ivan On 03/05/2016 08:02 PM, Christopher Young wrote: I had a

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Ignore the link (minor accident while pasting). Yum will download the appropriate one from the repos. On 03/05/2016 08:09 PM, combuster wrote: Just the hook rpm (vdsm-hook-macspoof ).

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Just the hook rpm (vdsm-hook-macspoof ). Ivan On 03/05/2016 08:02 PM, Christopher Young wrote: I had a related question on this. When it comes to ovirt-node or rhev-h, is there

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread Christopher Young
I had a related question on this. When it comes to ovirt-node or rhev-h, is there anything required to be installed on the hypervisor hosts themselves? Thanks, Chris On Mar 5, 2016 1:47 PM, "combuster" wrote: > Hi Clint, you might want to check the macspoof hook features

Re: [ovirt-users] Promiscuous Mode

2016-03-05 Thread combuster
Hi Clint, you might want to check the macspoof hook features here: https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof This should override arp/spoofing filtering, that might be the cause of your issues with OpenVPN setup (first guess). On 03/05/2016 07:30 PM, Clint Boggio wrote:

[ovirt-users] Promiscuous Mode

2016-03-05 Thread Clint Boggio
I am deploying an OpenVPN server in my OVirt environment and I've come to a dead stop with the developer support on a topic related to OVirt configuration. The developer wants me to put the VM's underlying NIC into promiscuous mode. I've seen this in a VMware environment and I know what they

Re: [ovirt-users] Command 'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed managing transaction

2016-03-05 Thread Martin Perina
Hi, please submit a bug for it and attach complete engine and vdsm logs. Thanks Martin Perina - Original Message - > From: ov...@timmi.org > To: users@ovirt.org > Sent: Friday, March 4, 2016 9:47:24 PM > Subject: [ovirt-users] Command >

Re: [ovirt-users] Storage migration: Preallocation forced on destination

2016-03-05 Thread Nir Soffer
On Sat, Mar 5, 2016 at 10:52 AM, Pavel Gashev wrote: > On 05/03/16 02:23, "Nir Soffer" wrote: > >>On Sat, Mar 5, 2016 at 12:19 AM, Pavel Gashev wrote: >>> I think it's hard to calculate the additional space for cow format without >>>

Re: [ovirt-users] Storage migration: Preallocation forced on destination

2016-03-05 Thread Pavel Gashev
On 05/03/16 02:23, "Nir Soffer" wrote: >On Sat, Mar 5, 2016 at 12:19 AM, Pavel Gashev wrote: >> I think it's hard to calculate the additional space for cow format without >> analysing raw image. It's better to allocate enough space, and then decrease >>