Re: [ovirt-users] Ovirt 4.0.5 reporting dashboard not working.

2017-01-24 Thread Andrea Ghelardi
Hello all, The issue has been resolved using the following approach: Connect to the database: # su – postgres -bash-4.2$ psql -U postgres ovirt_engine_history ### Listed table before editing ### ovirt_engine_history=# SELECT var_datetime FROM history_configuration; var_datetime ---

Re: [ovirt-users] Update NFS storage of the HE server

2017-01-24 Thread Simone Tiraboschi
On Mon, Jan 23, 2017 at 6:51 PM, Claude Duropcher < claude.duroc...@cptaq.gouv.qc.ca> wrote: > Simone, thanks for replying, > > According to the documentation, global mode seems to be a superset of > local mode. Does setting to local mode maintenance on all hosts in the > cluster really bring any

Re: [ovirt-users] Use of Direct Attached Storage as Storage Type

2017-01-24 Thread Simone Tiraboschi
On Mon, Jan 23, 2017 at 9:55 PM, Fernando Frediani < fernando.fredi...@upx.com.br> wrote: > I am trying to use a DAC (Direct Attached Storage) in a Hardware which has > it as the only option (DELL VRTX) but I see no matching option at Storage > Type. It has there: NFS, POSIX compliant FS, GlusterF

[ovirt-users] [PySDK v3] Choose storage domain

2017-01-24 Thread Nicolas Ecarnot
Hello, When trying to create a VM by cloning a template, I found out I couldn't choose the target storage domain : [...] vm_storage_domain = api.storagedomains.get(name=storage_domain) vm_params = params.VM(name=vm_name, memory=vm_memory, cluster

Re: [ovirt-users] packages that can be updated without maintening hosts

2017-01-24 Thread David Teigland
On Mon, Jan 23, 2017 at 09:50:38PM +0200, Nir Soffer wrote: > >> The major issue is sanlock, if it is maintaining a lease on storage, > >> updating sanlock will cause the host to reboot. Sanlock is not > >> petting the host watchdog because you killed sanlock during the > >> upgrade, the watchdog

Re: [ovirt-users] Large DWH Database, how to empty

2017-01-24 Thread Matt .
Shirly, I'm checking this out and aren't you sure the file is update_time_to_keep_records.conf and not ovirt-engine-dwhd.conf ? 2017-01-09 14:01 GMT+01:00 Matt . : > I think it did. Cluster exists 4 years now, hosted engine 7 months. > > 2017-01-08 13:50 GMT+01:00 Shirly Radco : >> No. But the de

Re: [ovirt-users] Large DWH Database, how to empty

2017-01-24 Thread Shirly Radco
Hi, We don't update the ovirt-engine-dwhd.conf directly. You need to add the new file to /ovirt-engine-dwhd.conf.d/ with the lines DWH_TABLES_KEEP_SAMPLES= DWH_TABLES_KEEP_HOURLY= DWH_TABLES_KEEP_DAILY=0 and set the values for how much time you want the data to be kept. Keep in mind that the da

[ovirt-users] Updated Invitation: DeepDive: Support for SRIOV migration @ Tue Jan 24, 2017 5pm - 6pm (CET) (users@ovirt.org)

2017-01-24 Thread mmucha
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170124T16Z DTEND:20170124T17Z DTSTAMP:20170124T095924Z ORGANIZER;CN=mmu...@redhat.com:mailto:mmu...@redhat.com UID:bonqq8geqac5tfl4dkk5vqd...@google.com ATT

Re: [ovirt-users] [PySDK v3] Choose storage domain

2017-01-24 Thread Juan Hernández
On 01/24/2017 10:13 AM, Nicolas Ecarnot wrote: > Hello, > > When trying to create a VM by cloning a template, I found out I couldn't > choose the target storage domain : > > [...] > vm_storage_domain = api.storagedomains.get(name=storage_domain) > vm_params = params.VM(name=vm_name, >

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Pavel Gashev
I started with oVirt 3.6. It became stable since 3.6.7 just when 4.0 is released. Also I use 4.0. The previous 4.0.5 was ugly, 4.0.6 can be considered more or less stable, and 4.1 is going to be released soon. Thus, I’d start with 4.0 and upgrade to 4.1 when 4.2 is released. -Original Messa

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Pavel Gashev
I'd like to apologize for 'ugly' word. From my own personal experience 4.0.5 had some bugs which spoiled my impression from 4.0. Fortunately most of them are fixed in 4.0.6. -Original Message- From: on behalf of Pavel Gashev Date: Tuesday 24 January 2017 at 13:38 To: Fernando Frediani

Re: [ovirt-users] [PySDK v3] Choose storage domain

2017-01-24 Thread Nicolas Ecarnot
Juan, Thank you very much for your help, this is working. Some comments below. Le 24/01/2017 à 11:04, Juan Hernández a écrit : In order to do that you need to specify that you want to clone the disks of the template, and for each disk you need to specify the storage domain where you want to cr

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Karli Sjöberg
On Tue, 2017-01-24 at 11:06 +, Pavel Gashev wrote: > I'd like to apologize for 'ugly' word. From my own personal > experience 4.0.5 had some bugs which spoiled my impression from 4.0. > Fortunately most of them are fixed in 4.0.6.  I should really not throwing stone in glass houses here, since

Re: [ovirt-users] [PySDK v3] Choose storage domain

2017-01-24 Thread Nicolas Ecarnot
Le 24/01/2017 à 13:18, Nicolas Ecarnot a écrit : OK, just one second before sending this e-mail, I made a quick test with the template object and it is working anyway. Sorry for the noise, but... No, actually, it wasn't working. I need to start from the api object to reach the actual disks.

Re: [ovirt-users] [PySDK v3] Choose storage domain

2017-01-24 Thread Juan Hernández
On 01/24/2017 01:18 PM, Nicolas Ecarnot wrote: > Juan, > > Thank you very much for your help, this is working. > > Some comments below. > > Le 24/01/2017 à 11:04, Juan Hernández a écrit : >> In order to do that you need to specify that you want to clone the disks >> of the template, and for each

Re: [ovirt-users] Restoring Hosted-Engine from a stale backup

2017-01-24 Thread Doug Ingham
Hey guys, Just giving this a bump in the hope that someone might be able to advise... Hi all, > One of our engines has had a DB failure* & it seems there was an > unnoticed problem in its backup routine, meaning the last backup I've got > is a couple of weeks old. > Luckily, VDSM has kept the un

Re: [ovirt-users] Restoring Hosted-Engine from a stale backup

2017-01-24 Thread Simone Tiraboschi
On Tue, Jan 24, 2017 at 1:49 PM, Doug Ingham wrote: > Hey guys, > Just giving this a bump in the hope that someone might be able to > advise... > > Hi all, >> One of our engines has had a DB failure* & it seems there was an >> unnoticed problem in its backup routine, meaning the last backup I'v

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Fernando Frediani
Sounds reasonable. Out of curiosity what people use or do in order to rollback a failed upgrade or an upgrade that can bring instability in the control or operation of the cluster ? In VMware as vCenter used to run within a Virtual Machine I used to take a snapshot before starting the upgrade.

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Yedidyah Bar David
On Tue, Jan 24, 2017 at 3:15 PM, Fernando Frediani wrote: > Sounds reasonable. > > Out of curiosity what people use or do in order to rollback a failed upgrade Usually engine-setup rolls back fine if it fails after it started changing the system. You can also backup the engine using engine-backu

[ovirt-users] [ANN] oVirt 4.0.6 is the last 4.0 release

2017-01-24 Thread Sandro Bonazzola
Hi, with the coming oVirt 4.1.0 GA release scheduled to be released on February 1st, oVirt 4.0.6 is the last officially released version in 4.0 cycle. If any critical issue will be reported upgrading to 4.1 which will require a fix in 4.0.6, a fix will be released. Please note that any bug reporte

[ovirt-users] get UI working throug ALIAS and real hostname

2017-01-24 Thread emanuel . santosvarina
If I access the UI via "ALIAS" I get the Error-Page "The client is not authorized to request an authorization. It's required to access the system using FQDN. What can I do to get UI working through ALIAS and real hostname? Thx, Emanuel___ Users mailin

[ovirt-users] Problems upgrading ovirt from 3.5.6 to 3.6.7

2017-01-24 Thread gflwqs gflwqs
Hi list! We have a problem upgrading hosted engine nodes (hypervisors) from 3.5.6 to 3.6.7 we 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 MainThre

Re: [ovirt-users] get UI working throug ALIAS and real hostname

2017-01-24 Thread Juan Hernández
On 01/24/2017 03:15 PM, emanuel.santosvar...@mahle.com wrote: > If I access the UI via "ALIAS" I get the Error-Page "The client is not > authorized to request an authorization. It's required to access the > system using FQDN. > > What can I do to get UI working through ALIAS and real hostname? >

Re: [ovirt-users] get UI working throug ALIAS and real hostname

2017-01-24 Thread Juan Hernández
On 01/24/2017 03:49 PM, Doug Ingham wrote: > On 24 January 2017 at 15:15, emanuel.santosvar...@mahle.com > wrote: > > If I access the UI via "ALIAS" I get the Error-Page "The client is > not authorized to request an authorization. It's required to ac

Re: [ovirt-users] get UI working throug ALIAS and real hostname

2017-01-24 Thread Doug Ingham
On 24 January 2017 at 15:15, emanuel.santosvar...@mahle.com wrote: > If I access the UI via "ALIAS" I get the Error-Page "The client is not > authorized to request an authorization. It's required to access the system > using FQDN. > > What can I do to get UI working through ALIAS and real hostname

[ovirt-users] Antwort: Re: get UI working throug ALIAS and real hostname

2017-01-24 Thread emanuel . santosvarina
GREAT! THANKS a lot .. Von:Juan Hernández An: emanuel.santosvar...@mahle.com, users@ovirt.org, Datum: 24.01.2017 15:41 Betreff:Re: [ovirt-users] get UI working throug ALIAS and real hostname On 01/24/2017 03:15 PM, emanuel.santosvar...@mahle.com wrote: > If I access the UI

Re: [ovirt-users] [ovirt-devel] Invitation: Next-generation Node package persistence for oVirt 4.1 @ Tue Jan 24, 2017 8am - 9am (MST) (de...@ovirt.org)

2017-01-24 Thread Ryan Barry
Sorry everyone -- accidentally created this with the wrong account, and I can't start the stream (thanks Youtube). I'll reschedule for Thursday. New invite to follow On Thu, Jan 19, 2017 at 6:21 AM, wrote: > more details » >

[ovirt-users] Updated Invitation: Next-generation Node package persistence for oVirt 4.1 @ Thu Jan 26, 2017 8am - 9am (MST) (users@ovirt.org)

2017-01-24 Thread rbarry
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170126T15Z DTEND:20170126T16Z DTSTAMP:20170124T151831Z ORGANIZER;CN=rba...@redhat.com:mailto:rba...@redhat.com UID:uleimk2b40rrlvl9o222p75...@google.com ATT

[ovirt-users] Updated Invitation: Next-generation Node package persistence for oVirt 4.1 @ Thu Jan 26, 2017 9am - 10am (MST) (users@ovirt.org)

2017-01-24 Thread rbarry
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170126T16Z DTEND:20170126T17Z DTSTAMP:20170124T154401Z ORGANIZER;CN=rba...@redhat.com:mailto:rba...@redhat.com UID:uleimk2b40rrlvl9o222p75...@google.com ATT

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Pavel Gashev
Karli, You’re right. Actually, when I did encounter the bugs in 4.0.5, all of them had been already found and fixed. No doubt that developers do their hard job well. Unfortunately, due to the holydays there was a two-month gap between releases. 4.0.6-pre had another issue. I personally had to b

[ovirt-users] Missing Cloud-Init parameters when creating VM from template in User Portal

2017-01-24 Thread Jan Siml
Hello, we are running oVirt Engine in version 4.0.6.3-1. While preparing templates I came across the following problem. The virtual machine created with the template should be configured via Cloud-Init on initial run. The checkbox 'Use Cloud-Init/Sysprep' is ticked and the necessary fields fo

Re: [ovirt-users] 4.0 x 4.1

2017-01-24 Thread Yedidyah Bar David
On Tue, Jan 24, 2017 at 7:37 PM, Pavel Gashev wrote: > Karli, > > You’re right. Actually, when I did encounter the bugs in 4.0.5, all of them > had been already found and fixed. Actually, you can do that proactively - if you consider upgrading to some version, you can search bugzilla for bugs ta

Re: [ovirt-users] oVirt installs 3.6 repos for 4.0 compat cluster

2017-01-24 Thread James
Yep, This was 100% my fault here sorry. Turns out we add the repo as part of our bootstrap process and I just missed the line. Sorry for the confusion! Cheers, James On Tue, 24 Jan 2017, at 06:24 PM, Yedidyah Bar David wrote: > On Tue, Jan 24, 2017 at 7:00 AM, James wrote: > > Hi guys, > > > >

[ovirt-users] oVIRT / GlusterFS / Data (HA)

2017-01-24 Thread Devin Acosta
I have created an oVIRT 4.0.6 Cluster, it has 2 Compute nodes, and 3 Dedicated Gluster nodes. The Gluster nodes are configured correctly and they have the replica set to 3. I'm trying to figure out when I go to attach the Data (Master) domain to the oVIRT manager what is the best method to do so in

Re: [ovirt-users] oVIRT / GlusterFS / Data (HA)

2017-01-24 Thread David Gossage
On Tue, Jan 24, 2017 at 4:56 PM, Devin Acosta wrote: > > I have created an oVIRT 4.0.6 Cluster, it has 2 Compute nodes, and 3 > Dedicated Gluster nodes. The Gluster nodes are configured correctly and > they have the replica set to 3. I'm trying to figure out when I go to > attach the Data (Master

[ovirt-users] Connect to Hosted-Engine using ----add-console-password --password=

2017-01-24 Thread Matt .
I'm figuring out how to connect to the hosted engine using virt-viewer on a client, is there any more information about this ? You set the console password but then ? on what port do we connect, and I assume we connect the normal way for normal VM's Consoles ? Any info would be nice. Thanks. Mat

Re: [ovirt-users] Connect to Hosted-Engine using ----add-console-password --password=

2017-01-24 Thread Matt .
Oops, I was connecting using Spice and needed VNC. Maybe it's nice to put this in the output or the help for the console command. 2017-01-25 4:48 GMT+01:00 Matt . : > I'm figuring out how to connect to the hosted engine using virt-viewer > on a client, is there any more information about this ? Yo

[ovirt-users] How to resume hosted-engine --vm-start-paused

2017-01-24 Thread Matt .
I'm trying to resume a pause started HostedEngine but I'm failing and I see lots of topics about some option --vm-resume being needed. "virsh resume HostedEngine" asks me for a username which is not set, so I'm wondering how to get this working. Thanks! Matt _

[ovirt-users] Invitation: DeepDive: SPDM shared storage management (infrastructure/... @ Wed Feb 15, 2017 6pm - 7pm (IST) (users@ovirt.org)

2017-01-24 Thread laravot
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20170215T16Z DTEND:20170215T17Z DTSTAMP:20170125T061216Z ORGANIZER;CN=lara...@redhat.com:mailto:lara...@redhat.com UID:bodk6rducn7cg9vpff24rko...@google.com A

Re: [ovirt-users] [ANN] oVirt 4.1.0 First Release Candidate is now available

2017-01-24 Thread Yedidyah Bar David
On Mon, Jan 23, 2017 at 2:35 PM, Sandro Bonazzola wrote: > The oVirt Project is pleased to announce the availability of the First > Release candidate of oVirt 4.1.0 for testing, as of January 23rd, 2016 > > This is pre-release software. Please take a look at our community page[1] > to know how to