Re: [ovirt-users] Communicate between the guest vm's hosted on, different hosts on different data centres using OVS

2017-04-21 Thread Charles Tassell
Hmm, so you have 2 10G ports on each host. 1 port is currently in use with oVirt, and the other isn't? Then I think you just add a new network in the Networks tab called OVNLink, then go into the Hosts tab, click on each host and then on the Network Interfaces tab in the bottom of the window

Re: [ovirt-users] Question about Huge Pages

2017-04-21 Thread Michal Skrivanek
> On 20 Apr 2017, at 17:39, Gianluca Cecchi wrote: > > On Thu, Apr 20, 2017 at 10:35 AM, Michal Skrivanek > wrote: > >> On 19 Apr 2017, at 16:28, Gianluca Cecchi >

[ovirt-users] Extending data domain size

2017-04-21 Thread Alexis HAUSER
Hi, Is it possible in ovirt-4.0 to extend the size of a data domain ? In theory it should be possible with LVM to do it, but does ovirt provide this functionality ? Regards ___ Users mailing list Users@ovirt.org

Re: [ovirt-users] Hosted engine Single Sign-On to VM with freeIPA not working

2017-04-21 Thread Paul
Hi Ondra, It is over a year since the last message, so I thought let's give this a new try. Did setup a new test environment with latest versions, all RH-family (Centos 7.3 with ovirt 4.1) Ovirt engine works fine with IPA, in the console I can log in with credentials. But SSO still does not work

Re: [ovirt-users] oVirt 4.1.1 and ovn problems

2017-04-21 Thread Gianluca Cecchi
On Thu, Apr 20, 2017 at 6:54 PM, Gianluca Cecchi wrote: > Hello, > I installed some months ago a test setup in 4.1.0 with ovn. > Now after updating engine and host to 4.1.1 it seems the services are up > but it doesn't work. > If I run a VM with a network device in OVN

Re: [ovirt-users] Ovirt 4.0 to 4.1 CentOS7.3 and libvirtd 2.0.0 segfault issue

2017-04-21 Thread Rafał Wojciechowski
hi, my issue was related to bug in libvirtd. it was found in core dump by libvirt team " I'll send a patch to upstream libvirt to fix this crash. However it can take a while to get it back to CentOS/RHEL. The source of this crash is that you have a "tun0" network interface without IP address

[ovirt-users] Kill a long running task in oVirt 4.0.5

2017-04-21 Thread Anantha Raghava
Hi, We are using oVirt 4.0.5. I tried to import an exported VM into the oVirt infrastructure. The process started and from last 24 hrs, it is still running and I am unable to kill it either. I tried to use "stopTask" command, but host is reporting "stopTask" command is available. How do we

Re: [ovirt-users] Hosted engine install failed; vdsm upset about broker

2017-04-21 Thread Jamie Lawrence
> On Apr 20, 2017, at 10:36 PM, knarra wrote: >> The installer claimed it did, but I believe it didn’t. Below the error from >> my original email, there’s the below (apologies for not including it >> earlier; I missed it). Note: 04ff4cf1-135a-4918-9a1f-8023322f89a3 is the

Re: [ovirt-users] Hosted engine install failed; vdsm upset about broker

2017-04-21 Thread knarra
On 04/21/2017 06:34 PM, Jamie Lawrence wrote: On Apr 20, 2017, at 10:36 PM, knarra wrote: The installer claimed it did, but I believe it didn’t. Below the error from my original email, there’s the below (apologies for not including it earlier; I missed it). Note:

Re: [ovirt-users] Please add me to the users list

2017-04-21 Thread Sandro Bonazzola
Il 22/Apr/2017 06:22, "Precht, Andrew" ha scritto: Hi Ovirt users, I’m hoping to join this user mailing list. My name is Andrew Precht, I work at the San Jose Library in San Jose CA. We are setting up a virtual environment using oVirt for our teenagers to use. With

[ovirt-users] Please add me to the users list

2017-04-21 Thread Precht, Andrew
Hi Ovirt users, I’m hoping to join this user mailing list. My name is Andrew Precht, I work at the San Jose Library in San Jose CA. We are setting up a virtual environment using oVirt for our teenagers to use. With the goal of exposing them to open source software that they might come across

Re: [ovirt-users] LACP Bonding issue

2017-04-21 Thread Derek Atkins
Bryan Sockel writes: > That was my next thought, wanted to see if there was another way before I got > to that point. Just let me know if you want to see my configuration files in /etc/sysconfig/network-scripts/ I'm happy to share them. -derek -- Derek Atkins

[ovirt-users] How to be sure to propagate Cluster's configuration

2017-04-21 Thread Nelson Lameiras
Hello oVirt gurus, Memory ballioning was creating more problems than solving in our cluster so we decided to deactivate it. - Is changing this setting immediatly taken into account ? - Do I need to reactivate hosts? - Do I need to reboot vms? Same questions for settings " KSM control ",

Re: [ovirt-users] Hosted engine install failed; vdsm upset about broker

2017-04-21 Thread Jamie Lawrence
> On Apr 21, 2017, at 6:38 AM, knarra wrote: > > On 04/21/2017 06:34 PM, Jamie Lawrence wrote: >>> On Apr 20, 2017, at 10:36 PM, knarra wrote: The installer claimed it did, but I believe it didn’t. Below the error from my original email, there’s

[ovirt-users] bug with ConsoleWriter ?

2017-04-21 Thread Fabrice Bacchella
I'm trying to dump informations about console with the following code: vm = vms_service.list(search='name=fa41')[0] # Find the service that manages the graphics consoles of the virtual machine: vm_service = vms_service.vm_service(vm.id) consoles_service = vm_service.graphics_consoles_service()

Re: [ovirt-users] Ovirt 4.0 to 4.1 CentOS7.3 and libvirtd 2.0.0 segfault issue

2017-04-21 Thread Yaniv Kaul
On Fri, Apr 21, 2017 at 4:38 PM, Rafał Wojciechowski < i...@rafalwojciechowski.pl> wrote: > hi, > > my issue was related to bug in libvirtd. > it was found in core dump by libvirt team > > " > > I'll send a patch to upstream libvirt to fix this crash. However it can take > a while to get it back

Re: [ovirt-users] Compiling oVirt for Debian.

2017-04-21 Thread Leni Kadali Mutungi
Have run into difficulties building ovirt-host-deploy. I tried to build otopi using the commands given in the INSTALL file and made sure to run `./configure` with the options --enable-java-sdk and --with-maven. Unfortunately, when I restarted the building of ovirt-host-deploy, I failed to make it

Re: [ovirt-users] Ovirt 4.0 to 4.1 CentOS7.3 and libvirtd 2.0.0 segfault issue

2017-04-21 Thread Rafał Wojciechowski
hello, I am not sure. I have simple openvpn client profile with systemd enabled on boot time, but I think I was not included it anywhere for libvirt/ovirt purpose. also strange for me was statement that this interface was without IP - this interface should be up with IP after connection

[ovirt-users] oVirt GUI bug? clicking "ok" on upgrade host confirmation screen

2017-04-21 Thread Nelson Lameiras
Hello, Since "upgrade" functionality is available for hosts in oVirt GUI I have this strange bug : - Click on "Installation>>Upgrade" - Click "ok" on confirmation screen - -> (bug) confirmation screen does not dissapear as expected - Click "ok" again on confirmation screen -> error :

Re: [ovirt-users] Compiling oVirt for Debian.

2017-04-21 Thread Leni Kadali Mutungi
Also I noticed when running `make` and `make install` for otopi after running ./configure with the --enable-java-sdk and --with-maven options that in both instances, code (for lack of a better word) gets downloaded from https://repo.maven.apache.org/. I was wondering if there was a way instead to

[ovirt-users] Disable memory balloon on cluster not adopted by new VMs

2017-04-21 Thread Gianluca Cecchi
Hello, I'm in 4.1.1. I create a cluster that (seems by default) has in the "Optimization" section the parameter: Enable Memory Balloon Optimization checked. I notice that then, when I create a new VM, by default it has in its "Resource Allocation" section the "Memory Balloon Device Enable" part