Re: [ovirt-users] Ovirt 4 failing to setup CentOS 7.2 host (everything default)

2017-01-30 Thread Eidmantas Ivanauskas
I could SSH into it, because (as per supervdsm log) the original network config was restored. Engine and host are in completely different continents (America, Europe) I cleared both engine.log and host logs. Went into Ovirt GUI and ‘Setup Host Networks and dragged ovirtmgmt in my GUI to

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Matt .
Hi, I found out that a browser times out when you select an "Pending Approval" host, the browser becomes unresponsive for a while. This could be because of the installed cockpit module maybe, I'm not sure but I see more bad response on selecting hosts where the cockpit package is not installed

Re: [ovirt-users] Ovirt 4 failing to setup CentOS 7.2 host (everything default)

2017-01-30 Thread Sandro Bonazzola
On Mon, Jan 30, 2017 at 6:05 PM, Eidmantas Ivanauskas < eidmantasivanaus...@gmail.com> wrote: > Hey guys, > > Trying to setup a new Ovirt Engine + a separate CentOS 7.2 based Host. > After adding the host, SSH freezes (possibly due to the log below), then > the GUI just displays ‘Non

Re: [ovirt-users] Ovirt 4 failing to setup CentOS 7.2 host (everything default)

2017-01-30 Thread Yedidyah Bar David
On Mon, Jan 30, 2017 at 7:05 PM, Eidmantas Ivanauskas wrote: > Hey guys, > > Trying to setup a new Ovirt Engine + a separate CentOS 7.2 based Host. After > adding the host, SSH freezes (possibly due to the log below), then the GUI > just displays ‘Non Operational’.

Re: [ovirt-users] oVirt Node TUI

2017-01-30 Thread Douglas Schilling Landgraf
Oi Fernando, On 01/30/2017 12:32 PM, Fernando Frediani wrote: Hi Douglas, thanks. No, just said if I have no network connectivity to the box for some reason only tool to use is shell to try to get it back online correct ? Yes, you might use manual settings or TUI tools like nmtui as any

Re: [ovirt-users] VDAgent

2017-01-30 Thread Fernando Fuentes
Sandro, I did the update from the hosts tab on ovirt: The ovirt version is: oVirt Engine Version: 4.0.2.6-1.el7.centos All of my hosts are Cent7 x86_64 [root@ogias ~]# uname -a Linux ogias.aasteel.net 3.10.0-327.22.2.el7.x86_64 #1 SMP Thu Jun 23 17:05:11 UTC 2016 x86_64 x86_64 x86_64

[ovirt-users] AAA Auth FreeIPA does not show users

2017-01-30 Thread Matt .
Hi, When I do a ovirt-engine-extension-aaa-ldap-setup and chose IPA the groups are shown but the users are not. When I chose 389ds, the users are shown but not the groups. Is something wrong with the FreeIPA implementation ? I'm on latest IPA 4.4 version from Fedora Cheers, Matt

Re: [ovirt-users] Change update command to Yum update (all packages)

2017-01-30 Thread Matt .
OK, let's wait then :) No prob! 2017-01-30 17:20 GMT+01:00 Martin Perina : > > > On Mon, Jan 30, 2017 at 5:02 PM, Matt . wrote: >> >> Hi Martin, >> >> Thanks a lot! >> >> I know about the RFE, but I thought maybe it's uncompiled code which >> we can

[ovirt-users] Create VM from template on a different storage

2017-01-30 Thread Claudio Yacarini
Hi, this is my first question, so: I’m playing with python sdk and i can manage the CRUD and some other options, but im stuck in this one, when I create a VM from template this new machine is created in the same storage than template is. If i want to move the machine I create it, wait to reach

Re: [ovirt-users] oVirt Node TUI

2017-01-30 Thread Fernando Frediani
Hi Douglas, thanks. No, just said if I have no network connectivity to the box for some reason only tool to use is shell to try to get it back online correct ? It TUI thought to be back sometime or Cockpit will be the ongoing tool for that ? (I find it nice the TUI interface too). Fernando

[ovirt-users] Ovirt 4 failing to setup CentOS 7.2 host (everything default)

2017-01-30 Thread Eidmantas Ivanauskas
Hey guys, Trying to setup a new Ovirt Engine + a separate CentOS 7.2 based Host. After adding the host, SSH freezes (possibly due to the log below), then the GUI just displays ‘Non Operational’. The engine is running in Hetzner DC which allows for only MAC based routing, but I don’t think

Re: [ovirt-users] Change update command to Yum update (all packages)

2017-01-30 Thread Martin Perina
On Mon, Jan 30, 2017 at 5:02 PM, Matt . wrote: > Hi Martin, > > Thanks a lot! > > I know about the RFE, but I thought maybe it's uncompiled code which > we can change for now. > ​Not an easy task to change that behaviour, you would need to change ovirt-host-deploy part

Re: [ovirt-users] Change update command to Yum update (all packages)

2017-01-30 Thread Matt .
Hi Martin, Thanks a lot! I know about the RFE, but I thought maybe it's uncompiled code which we can change for now. Cheers, Matt 2017-01-30 16:49 GMT+01:00 Martin Perina : > Hi, > > we are able to upgrade only list of specific packages. Of course you can add > your own

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Matt .
Hi Douglas, I think we discussed this in 2013 as well, thanks for catching up... you were mentioned on irc already by rgolan :) I needed the --check-fqdn false which fixed it. Very nice and thanks for the example :) Will check further what the possibilities are! Cheers, Matt 2017-01-30

Re: [ovirt-users] oVirt Node TUI

2017-01-30 Thread Douglas Schilling Landgraf
Ola Fernando! On 01/30/2017 09:23 AM, Fernando Frediani wrote: What happened with the TUI ? Have just installed a 4.1 oVirt Node and it seems it is CLI only and I only see a shell login. Is it correct ? I read some pages on ovirt.org saying the old TUI was problematic and it was being redesign

[ovirt-users] Change update command to Yum update (all packages)

2017-01-30 Thread Matt .
Hi All, Is it possible to change something in the code of ovirt/vdsm to change the update of the hosts to just run "yum update" instead of all packages ? This would save some time upfront of 4.1 Would be awesome :) Thanks! Matt ___ Users mailing

Re: [ovirt-users] Change update command to Yum update (all packages)

2017-01-30 Thread Martin Perina
Hi, we are able to upgrade only list of specific packages. Of course you can add your own packages to the list using: engine-config -s UserPackageNamesForCheckUpdate=pkg1,pkg2 But you cannot set '*' to upgrade everything. There is an RFE filed for that [1] Regards Martin Perina [1]

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Douglas Schilling Landgraf
Hello Matt, On 01/30/2017 08:52 AM, Matt . wrote: In a puppetized environment it's just too easy to include a manifest/class that will use the ssh key for that manifest, I want to avoid that and control the acceptance from the GUI when a possible host is added to to engine but not capable to

[ovirt-users] NIC Teaming x Bonding

2017-01-30 Thread Fernando Frediani
Has anyone used NIC Teaming in production with oVirt Node ? How are you finding it compared to Bonding ? Has it helped in some way with the new features it brings. For example: one feature VMware does it when you create a given portgroup for a group of VMs you may set that portgroup to use

[ovirt-users] oVirt Node TUI

2017-01-30 Thread Fernando Frediani
What happened with the TUI ? Have just installed a 4.1 oVirt Node and it seems it is CLI only and I only see a shell login. Is it correct ? I read some pages on ovirt.org saying the old TUI was problematic and it was being redesign but that seems old. Or do I understand correctly and

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Matt .
In a puppetized environment it's just too easy to include a manifest/class that will use the ssh key for that manifest, I want to avoid that and control the acceptance from the GUI when a possible host is added to to engine but not capable to join the cluster yet. The idea how I used it was very

Re: [ovirt-users] [ANN] oVirt 4.1.0 Second Beta Release is now available for testing

2017-01-30 Thread Yaniv Dary
Adding one more person to look. Yaniv Dary Technical Product Manager Red Hat Israel Ltd. 34 Jerusalem Road Building A, 4th floor Ra'anana, Israel 4350109 Tel : +972 (9) 7692306 8272306 Email: yd...@redhat.com IRC : ydary On Mon, Jan 30, 2017 at 1:35 PM, Sandro Bonazzola

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Yaniv Kaul
On Mon, Jan 30, 2017 at 12:03 PM, Matt . wrote: > Could do but then there is still some password like thingy around in > my provisioning system, a key is just a fingerprint which is matched. > It's not JUST a fingerprint. It's the fingerprint of a SSH key we use for the

[ovirt-users] unsubscribe

2017-01-30 Thread Talk Jesus
___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] [ANN] oVirt 4.1.0 Second Beta Release is now available for testing

2017-01-30 Thread Sandro Bonazzola
On Mon, Jan 30, 2017 at 12:24 PM, Nathanaël Blanchet wrote: > > > Le 28/12/2016 à 15:25, Nathanaël Blanchet a écrit : > > > > Le 28/12/2016 à 15:09, Yaniv Bronheim a écrit : > > > > On Wed, Dec 28, 2016 at 3:43 PM, Nathanaël Blanchet > wrote: > >> Hello, >>

Re: [ovirt-users] [ANN] oVirt 4.1.0 Second Beta Release is now available for testing

2017-01-30 Thread Nathanaël Blanchet
Le 28/12/2016 à 15:25, Nathanaël Blanchet a écrit : Le 28/12/2016 à 15:09, Yaniv Bronheim a écrit : On Wed, Dec 28, 2016 at 3:43 PM, Nathanaël Blanchet wrote: Hello, On my 4.1 Second Beta test platform, I meet this issue on the three hosts : VDSM gaua3

Re: [ovirt-users] New Install Issues

2017-01-30 Thread Yura Poltoratskiy
Two days ago the same question was asked there with subj "Ovirt FQDN". I took a method from the neighbor thread and it works for me. The method is quite simple - just to create a file with a single line: [root@ovirt ~]# cat /etc/ovirt-engine/engine.conf.d/99-alternate-fqdn.conf

[ovirt-users] Invitation: Deep Dive: New cold merge flow @ Thu Feb 9, 2017 4pm - 5pm (IST) (users@ovirt.org)

2017-01-30 Thread ahino
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170209T14Z DTEND:20170209T15Z DTSTAMP:20170130T110911Z ORGANIZER;CN=ah...@redhat.com:mailto:ah...@redhat.com UID:hi5127keop56ibrvumidpr1...@google.com

Re: [ovirt-users] Location of the gluster client log with libgfapi

2017-01-30 Thread Sahina Bose
The qemu logs (for a VM) contain the gluster client logs as well On Fri, Jan 27, 2017 at 11:14 PM, Doug Ingham wrote: > Hey guys, > Would anyone be able to tell me the name/location of the gluster client > log when mounting through libgfapi? > > Cheers, > -- > Doug > >

[ovirt-users] Not enough disk space on the engine LUN to create the configuration volume?

2017-01-30 Thread gflwqs gflwqs
Hi list, When i am trying to upgrade hosts from 3.5.6 to 3.6.7 i get these errors from agent.log: MainThread::ERROR::2017-01-24 15:17:58,981::upgrade::207::ovirt_hosted_engine_ha.lib.upgrade.StorageServer::(_is_conf_volume_there) Unable to find HE conf volume MainThread::INFO::2017-01-24

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Matt .
Could do but then there is still some password like thingy around in my provisioning system, a key is just a fingerprint which is matched. What is also the case is that I want to decide in the engine if it's valid to be provisioned or not. Security wise it's not ideal if you ask me, that is why I

Re: [ovirt-users] oVirt VM backup and restore

2017-01-30 Thread Yedidyah Bar David
On Sun, Jan 29, 2017 at 5:42 PM, raphael awadallah wrote: > Dears Engineers, > I hope you are doing great, > I wish you can help me with a tutorial that shows how to take a scheduled > backups for virtual machines running on oVirt node 4 and how to restore > them.

Re: [ovirt-users] oVirt VM backup and restore

2017-01-30 Thread Nathanaël Blanchet
Hello, * With ovirt <= 4.1 and ovirtsdk3 : https://github.com/wefixit-AT/oVirtBackup This workflow works fine but will be soon deprecated. * With ovirt > 4.0, jhernandez has recently posted a new python script based on the new v4 API :

Re: [ovirt-users] Add host to oVirt: unprovisioned without using username/password in vdsm-tool

2017-01-30 Thread Yaniv Kaul
Have you tried using SSH public key auth.? Y. On Mon, Jan 30, 2017 at 9:57 AM, Matt . wrote: > Hi All, > > In the past I was using an URL to add my hosts to over so they exists > in the ovirt WebGui but they were unprovisioned so I needed to install > them only. > >

[ovirt-users] oVirt VM backup and restore

2017-01-30 Thread raphael awadallah
Dears Engineers, I hope you are doing great, I wish you can help me with a tutorial that shows how to take a scheduled backups for virtual machines running on oVirt node 4 and how to restore them. Best regards ___ Users mailing list Users@ovirt.org