Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-26 Thread Sandro Bonazzola
Il 24/05/2014 13:51, Andrew Lau ha scritto:
 Simply starting the ha-agents manually seems to bring up the VM
 however it doesn't come up in the chkconfig list.
 
 The next host that gets configured works fine. What steps get
 configured in that final stage that perhaps I could manually run
 rather than rerolling for a third time?

if it failed at Waiting for cluster 'Default' to become operational I think 
you're missing to:
- Add the host to the cluster, you can do that using the Web UI
- Enable the ha service to start at boot. For EL6:
- chkconfig --add ovirt-ha-broker
- chkconfig --add ovirt-ha-agent
- For Fedora:
- systemctl enable ovirt-ha-broker.service
- systemctl enable ovirt-ha-agent.service

That should be enough.


 
 On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
 Hi,

 Are these patches merged into 3.4.1? I seem to be hitting this issue
 now, twice in a row.
 The second BZ is also marked as private.

 On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com wrote:
 It have number of the same bugs:
 https://bugzilla.redhat.com/show_bug.cgi?id=1080513
 https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
 merged, so if you take the last ovirt it must include it
 The one thing you can do until it, it try to restart host and start 
 deployment process from beginning.
 Thanks

 - Original Message -
 From: Tobias Honacker tob...@honacker.info
 To: users@ovirt.org
 Sent: Thursday, May 1, 2014 6:06:47 PM
 Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Hi all,

 i hit this bug yesterday.

 Packages:

 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

 After setting up the hosted engine (running great) the setup canceled with 
 this MSG:

 [ INFO  ] The VDSM Host is now operational
 [ ERROR ] Waiting for cluster 'Default' to become operational...
 [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
 attribute '__dict__'
 [ INFO  ] Stage: Clean up
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination

 What is the next step i have to do that t he HA features of the 
 hosted-engine will take care of keeping the VM alive.

 best regards
 tobias

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-26 Thread Sven Kieske
Shouldn't this be done by the ovirt setup automatically?

Am 26.05.2014 08:23, schrieb Sandro Bonazzola:
 if it failed at Waiting for cluster 'Default' to become operational I think 
 you're missing to:
 - Add the host to the cluster, you can do that using the Web UI
 - Enable the ha service to start at boot. For EL6:
   - chkconfig --add ovirt-ha-broker
 - chkconfig --add ovirt-ha-agent

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Artyom Lukianov
I see that I verified it on version 
ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from this 
version and above.
Thanks
- Original Message -
From: Andrew Lau and...@andrewklau.com
To: Artyom Lukianov aluki...@redhat.com
Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
Sent: Saturday, May 24, 2014 2:51:15 PM
Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
become operational...

Simply starting the ha-agents manually seems to bring up the VM
however it doesn't come up in the chkconfig list.

The next host that gets configured works fine. What steps get
configured in that final stage that perhaps I could manually run
rather than rerolling for a third time?

On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
 Hi,

 Are these patches merged into 3.4.1? I seem to be hitting this issue
 now, twice in a row.
 The second BZ is also marked as private.

 On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com wrote:
 It have number of the same bugs:
 https://bugzilla.redhat.com/show_bug.cgi?id=1080513
 https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
 merged, so if you take the last ovirt it must include it
 The one thing you can do until it, it try to restart host and start 
 deployment process from beginning.
 Thanks

 - Original Message -
 From: Tobias Honacker tob...@honacker.info
 To: users@ovirt.org
 Sent: Thursday, May 1, 2014 6:06:47 PM
 Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Hi all,

 i hit this bug yesterday.

 Packages:

 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

 After setting up the hosted engine (running great) the setup canceled with 
 this MSG:

 [ INFO  ] The VDSM Host is now operational
 [ ERROR ] Waiting for cluster 'Default' to become operational...
 [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
 attribute '__dict__'
 [ INFO  ] Stage: Clean up
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination

 What is the next step i have to do that t he HA features of the 
 hosted-engine will take care of keeping the VM alive.

 best regards
 tobias

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Andrew Lau
On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com wrote:
 I see that I verified it on version 
 ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from this 
 version and above.
 Thanks
I can only seem to get 1.1.2.1 is the patched version being released soon?

 - Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Artyom Lukianov aluki...@redhat.com
 Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
 Sent: Saturday, May 24, 2014 2:51:15 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Simply starting the ha-agents manually seems to bring up the VM
 however it doesn't come up in the chkconfig list.

 The next host that gets configured works fine. What steps get
 configured in that final stage that perhaps I could manually run
 rather than rerolling for a third time?

 On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
 Hi,

 Are these patches merged into 3.4.1? I seem to be hitting this issue
 now, twice in a row.
 The second BZ is also marked as private.

 On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com wrote:
 It have number of the same bugs:
 https://bugzilla.redhat.com/show_bug.cgi?id=1080513
 https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
 merged, so if you take the last ovirt it must include it
 The one thing you can do until it, it try to restart host and start 
 deployment process from beginning.
 Thanks

 - Original Message -
 From: Tobias Honacker tob...@honacker.info
 To: users@ovirt.org
 Sent: Thursday, May 1, 2014 6:06:47 PM
 Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Hi all,

 i hit this bug yesterday.

 Packages:

 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

 After setting up the hosted engine (running great) the setup canceled with 
 this MSG:

 [ INFO  ] The VDSM Host is now operational
 [ ERROR ] Waiting for cluster 'Default' to become operational...
 [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
 attribute '__dict__'
 [ INFO  ] Stage: Clean up
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination

 What is the next step i have to do that t he HA features of the 
 hosted-engine will take care of keeping the VM alive.

 best regards
 tobias

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Yedidyah Bar David
- Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Artyom Lukianov aluki...@redhat.com
 Cc: users users@ovirt.org
 Sent: Sunday, May 25, 2014 1:02:18 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...
 
 On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com wrote:
  I see that I verified it on version
  ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from this
  version and above.
  Thanks
 I can only seem to get 1.1.2.1 is the patched version being released soon?

ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version and should
not be confused with those on ovirt.org.

[1] contains 1.1.3-1 . The 3.4.1 release notes also mention that BZ 1088572 was
solved by it.

[1] http://resources.ovirt.org/pub/ovirt-3.4/rpm/fc19/noarch/

 
  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Artyom Lukianov aluki...@redhat.com
  Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
  Sent: Saturday, May 24, 2014 2:51:15 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to
  become operational...
 
  Simply starting the ha-agents manually seems to bring up the VM
  however it doesn't come up in the chkconfig list.
 
  The next host that gets configured works fine. What steps get
  configured in that final stage that perhaps I could manually run
  rather than rerolling for a third time?
 
  On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
  Hi,
 
  Are these patches merged into 3.4.1? I seem to be hitting this issue
  now, twice in a row.
  The second BZ is also marked as private.
 
  On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com
  wrote:
  It have number of the same bugs:
  https://bugzilla.redhat.com/show_bug.cgi?id=1080513
  https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this
  already merged, so if you take the last ovirt it must include it
  The one thing you can do until it, it try to restart host and start
  deployment process from beginning.
  Thanks
 
  - Original Message -
  From: Tobias Honacker tob...@honacker.info
  To: users@ovirt.org
  Sent: Thursday, May 1, 2014 6:06:47 PM
  Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to
  become operational...
 
  Hi all,
 
  i hit this bug yesterday.
 
  Packages:
 
  ovirt-host-deploy-1.2.0-1.el6.noarch
  ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
  ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
  ovirt-release-11.2.0-1.noarch
  ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
 
  After setting up the hosted engine (running great) the setup canceled
  with this MSG:
 
  [ INFO  ] The VDSM Host is now operational
  [ ERROR ] Waiting for cluster 'Default' to become operational...
  [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no
  attribute '__dict__'
  [ INFO  ] Stage: Clean up
  [ INFO  ] Stage: Pre-termination
  [ INFO  ] Stage: Termination
 
  What is the next step i have to do that t he HA features of the
  hosted-engine will take care of keeping the VM alive.
 
  best regards
  tobias
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 

-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Andrew Lau
On Sun, May 25, 2014 at 8:52 PM, Yedidyah Bar David d...@redhat.com wrote:
 - Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Artyom Lukianov aluki...@redhat.com
 Cc: users users@ovirt.org
 Sent: Sunday, May 25, 2014 1:02:18 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com wrote:
  I see that I verified it on version
  ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from this
  version and above.
  Thanks
 I can only seem to get 1.1.2.1 is the patched version being released soon?

 ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version and 
 should
 not be confused with those on ovirt.org.

I wonder why I get 1.1.2.1 when ran the install only just yesterday..
although I do see 1.1.3.1 in the repo


 [1] contains 1.1.3-1 . The 3.4.1 release notes also mention that BZ 1088572 
 was
 solved by it.

 [1] http://resources.ovirt.org/pub/ovirt-3.4/rpm/fc19/noarch/


  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Artyom Lukianov aluki...@redhat.com
  Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
  Sent: Saturday, May 24, 2014 2:51:15 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to
  become operational...
 
  Simply starting the ha-agents manually seems to bring up the VM
  however it doesn't come up in the chkconfig list.
 
  The next host that gets configured works fine. What steps get
  configured in that final stage that perhaps I could manually run
  rather than rerolling for a third time?
 
  On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
  Hi,
 
  Are these patches merged into 3.4.1? I seem to be hitting this issue
  now, twice in a row.
  The second BZ is also marked as private.
 
  On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com
  wrote:
  It have number of the same bugs:
  https://bugzilla.redhat.com/show_bug.cgi?id=1080513
  https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this
  already merged, so if you take the last ovirt it must include it
  The one thing you can do until it, it try to restart host and start
  deployment process from beginning.
  Thanks
 
  - Original Message -
  From: Tobias Honacker tob...@honacker.info
  To: users@ovirt.org
  Sent: Thursday, May 1, 2014 6:06:47 PM
  Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to
  become operational...
 
  Hi all,
 
  i hit this bug yesterday.
 
  Packages:
 
  ovirt-host-deploy-1.2.0-1.el6.noarch
  ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
  ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
  ovirt-release-11.2.0-1.noarch
  ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
 
  After setting up the hosted engine (running great) the setup canceled
  with this MSG:
 
  [ INFO  ] The VDSM Host is now operational
  [ ERROR ] Waiting for cluster 'Default' to become operational...
  [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no
  attribute '__dict__'
  [ INFO  ] Stage: Clean up
  [ INFO  ] Stage: Pre-termination
  [ INFO  ] Stage: Termination
 
  What is the next step i have to do that t he HA features of the
  hosted-engine will take care of keeping the VM alive.
 
  best regards
  tobias
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


 --
 Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Yedidyah Bar David
- Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
 Sent: Sunday, May 25, 2014 2:00:24 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...
 
 On Sun, May 25, 2014 at 8:52 PM, Yedidyah Bar David d...@redhat.com wrote:
  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Artyom Lukianov aluki...@redhat.com
  Cc: users users@ovirt.org
  Sent: Sunday, May 25, 2014 1:02:18 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
  to become operational...
 
  On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com
  wrote:
   I see that I verified it on version
   ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from
   this
   version and above.
   Thanks
  I can only seem to get 1.1.2.1 is the patched version being released soon?
 
  ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version and
  should
  not be confused with those on ovirt.org.
 
 I wonder why I get 1.1.2.1 when ran the install only just yesterday..
 although I do see 1.1.3.1 in the repo

No idea - verified now that it works for me. Perhaps some local caching?
Did you try 'yum clean all'?

 
 
  [1] contains 1.1.3-1 . The 3.4.1 release notes also mention that BZ 1088572
  was
  solved by it.
 
  [1] http://resources.ovirt.org/pub/ovirt-3.4/rpm/fc19/noarch/
 
 
   - Original Message -
   From: Andrew Lau and...@andrewklau.com
   To: Artyom Lukianov aluki...@redhat.com
   Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
   Sent: Saturday, May 24, 2014 2:51:15 PM
   Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
   to
   become operational...
  
   Simply starting the ha-agents manually seems to bring up the VM
   however it doesn't come up in the chkconfig list.
  
   The next host that gets configured works fine. What steps get
   configured in that final stage that perhaps I could manually run
   rather than rerolling for a third time?
  
   On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com
   wrote:
   Hi,
  
   Are these patches merged into 3.4.1? I seem to be hitting this issue
   now, twice in a row.
   The second BZ is also marked as private.
  
   On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com
   wrote:
   It have number of the same bugs:
   https://bugzilla.redhat.com/show_bug.cgi?id=1080513
   https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this
   already merged, so if you take the last ovirt it must include it
   The one thing you can do until it, it try to restart host and start
   deployment process from beginning.
   Thanks
  
   - Original Message -
   From: Tobias Honacker tob...@honacker.info
   To: users@ovirt.org
   Sent: Thursday, May 1, 2014 6:06:47 PM
   Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
   to
   become operational...
  
   Hi all,
  
   i hit this bug yesterday.
  
   Packages:
  
   ovirt-host-deploy-1.2.0-1.el6.noarch
   ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
   ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
   ovirt-release-11.2.0-1.noarch
   ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
  
   After setting up the hosted engine (running great) the setup canceled
   with this MSG:
  
   [ INFO  ] The VDSM Host is now operational
   [ ERROR ] Waiting for cluster 'Default' to become operational...
   [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has
   no
   attribute '__dict__'
   [ INFO  ] Stage: Clean up
   [ INFO  ] Stage: Pre-termination
   [ INFO  ] Stage: Termination
  
   What is the next step i have to do that t he HA features of the
   hosted-engine will take care of keeping the VM alive.
  
   best regards
   tobias
  
   ___
   Users mailing list
   Users@ovirt.org
   http://lists.ovirt.org/mailman/listinfo/users
   ___
   Users mailing list
   Users@ovirt.org
   http://lists.ovirt.org/mailman/listinfo/users
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
  --
  Didi
 

-- 
Didi

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Andrew Lau
On Sun, May 25, 2014 at 10:25 PM, Yedidyah Bar David d...@redhat.com wrote:
 - Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
 Sent: Sunday, May 25, 2014 2:00:24 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 On Sun, May 25, 2014 at 8:52 PM, Yedidyah Bar David d...@redhat.com wrote:
  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Artyom Lukianov aluki...@redhat.com
  Cc: users users@ovirt.org
  Sent: Sunday, May 25, 2014 1:02:18 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
  to become operational...
 
  On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com
  wrote:
   I see that I verified it on version
   ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from
   this
   version and above.
   Thanks
  I can only seem to get 1.1.2.1 is the patched version being released soon?
 
  ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version and
  should
  not be confused with those on ovirt.org.

 I wonder why I get 1.1.2.1 when ran the install only just yesterday..
 although I do see 1.1.3.1 in the repo

 No idea - verified now that it works for me. Perhaps some local caching?
 Did you try 'yum clean all'?

It was a fresh install, I just tried yum clean all and a yum update, nothing.

Are my repos correct?
[root@ov-hv1-2a-08-23 ~]# cat /etc/yum.repos.d/ovirt.repo

[ovirt-stable]
name=Latest oVirt Releases
baseurl=http://ovirt.org/releases/stable/rpm/EL/$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0


# Latest oVirt 3.4 releases

[ovirt-3.4-stable]
name=Latest oVirt 3.4.z Releases
baseurl=http://ovirt.org/releases/3.4/rpm/EL/$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0


[ovirt-3.4-prerelease]
name=Latest oVirt 3.4 Pre Releases (Beta to Release Candidate)
baseurl=http://resources.ovirt.org/releases/3.4_pre/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0


# Latest oVirt 3.3 releases

[ovirt-3.3-stable]
name=Latest oVirt 3.3.z Releases
baseurl=http://resources.ovirt.org/releases/3.3/rpm/EL/$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.3-prerelease]
name=Latest oVirt 3.3.z Pre Releases (Beta to Release Candidate)
baseurl=http://resources.ovirt.org/releases/3.3_pre/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

I still seem to be getting:
[root@ov-hv1-2a-08-23 ~]# rpm -qa | grep ovirt
ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
ovirt-release-11.2.0-1.noarch
ovirt-host-deploy-1.2.0-1.el6.noarch
ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch



 
  [1] contains 1.1.3-1 . The 3.4.1 release notes also mention that BZ 1088572
  was
  solved by it.
 
  [1] http://resources.ovirt.org/pub/ovirt-3.4/rpm/fc19/noarch/
 
 
   - Original Message -
   From: Andrew Lau and...@andrewklau.com
   To: Artyom Lukianov aluki...@redhat.com
   Cc: users users@ovirt.org, Sandro Bonazzola sbona...@redhat.com
   Sent: Saturday, May 24, 2014 2:51:15 PM
   Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
   to
   become operational...
  
   Simply starting the ha-agents manually seems to bring up the VM
   however it doesn't come up in the chkconfig list.
  
   The next host that gets configured works fine. What steps get
   configured in that final stage that perhaps I could manually run
   rather than rerolling for a third time?
  
   On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com
   wrote:
   Hi,
  
   Are these patches merged into 3.4.1? I seem to be hitting this issue
   now, twice in a row.
   The second BZ is also marked as private.
  
   On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com
   wrote:
   It have number of the same bugs:
   https://bugzilla.redhat.com/show_bug.cgi?id=1080513
   https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this
   already merged, so if you take the last ovirt it must include it
   The one thing you can do until it, it try to restart host and start
   deployment process from beginning.
   Thanks
  
   - Original Message -
   From: Tobias Honacker tob...@honacker.info
   To: users@ovirt.org
   Sent: Thursday, May 1, 2014 6:06:47 PM
   Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
   to
   become operational...
  
   Hi all,
  
   i hit this bug yesterday.
  
   Packages:
  
   ovirt-host-deploy-1.2.0-1.el6.noarch
   ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
   ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
   ovirt-release-11.2.0-1.noarch
   ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
  
   After setting up the hosted engine (running great) the setup canceled
   with this MSG:
  
   [ INFO  ] The VDSM Host is now operational
   [ ERROR ] Waiting for cluster 'Default' to become operational...
   [ ERROR

Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Yedidyah Bar David
- Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
 Sent: Sunday, May 25, 2014 3:38:07 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...
 
 On Sun, May 25, 2014 at 10:25 PM, Yedidyah Bar David d...@redhat.com wrote:
  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Yedidyah Bar David d...@redhat.com
  Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
  Sent: Sunday, May 25, 2014 2:00:24 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
  to become operational...
 
  On Sun, May 25, 2014 at 8:52 PM, Yedidyah Bar David d...@redhat.com
  wrote:
   - Original Message -
   From: Andrew Lau and...@andrewklau.com
   To: Artyom Lukianov aluki...@redhat.com
   Cc: users users@ovirt.org
   Sent: Sunday, May 25, 2014 1:02:18 PM
   Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster
   'Default'
   to become operational...
  
   On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com
   wrote:
I see that I verified it on version
ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from
this
version and above.
Thanks
   I can only seem to get 1.1.2.1 is the patched version being released
   soon?
  
   ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version
   and
   should
   not be confused with those on ovirt.org.
 
  I wonder why I get 1.1.2.1 when ran the install only just yesterday..
  although I do see 1.1.3.1 in the repo
 
  No idea - verified now that it works for me. Perhaps some local caching?
  Did you try 'yum clean all'?
 
 It was a fresh install, I just tried yum clean all and a yum update, nothing.
 
 Are my repos correct?
 [root@ov-hv1-2a-08-23 ~]# cat /etc/yum.repos.d/ovirt.repo
 
 [ovirt-stable]
 name=Latest oVirt Releases
 baseurl=http://ovirt.org/releases/stable/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0
 
 
 # Latest oVirt 3.4 releases
 
 [ovirt-3.4-stable]
 name=Latest oVirt 3.4.z Releases
 baseurl=http://ovirt.org/releases/3.4/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0
 
 
 [ovirt-3.4-prerelease]
 name=Latest oVirt 3.4 Pre Releases (Beta to Release Candidate)
 baseurl=http://resources.ovirt.org/releases/3.4_pre/rpm/EL/$releasever/
 enabled=0
 skip_if_unavailable=1
 gpgcheck=0
 
 
 # Latest oVirt 3.3 releases
 
 [ovirt-3.3-stable]
 name=Latest oVirt 3.3.z Releases
 baseurl=http://resources.ovirt.org/releases/3.3/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0
 
 [ovirt-3.3-prerelease]
 name=Latest oVirt 3.3.z Pre Releases (Beta to Release Candidate)
 baseurl=http://resources.ovirt.org/releases/3.3_pre/rpm/EL/$releasever/
 enabled=0
 skip_if_unavailable=1
 gpgcheck=0

Seems ok, but note that the 'resources.ovirt.org/releases' URLs are
obsolete and recent release packages (e.g. the one pointed at from
the 3.4.1 release notes) point at 'resources.ovirt.org/pub'.

 
 I still seem to be getting:
 [root@ov-hv1-2a-08-23 ~]# rpm -qa | grep ovirt
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch

This shows what you have installed. What do you get from
'yum list ovirt-hosted-engine-setup' ?
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Andrew Lau
On Sun, May 25, 2014 at 10:59 PM, Yedidyah Bar David d...@redhat.com wrote:
 - Original Message -
 From: Andrew Lau and...@andrewklau.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
 Sent: Sunday, May 25, 2014 3:38:07 PM
 Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 On Sun, May 25, 2014 at 10:25 PM, Yedidyah Bar David d...@redhat.com wrote:
  - Original Message -
  From: Andrew Lau and...@andrewklau.com
  To: Yedidyah Bar David d...@redhat.com
  Cc: Artyom Lukianov aluki...@redhat.com, users users@ovirt.org
  Sent: Sunday, May 25, 2014 2:00:24 PM
  Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default'
  to become operational...
 
  On Sun, May 25, 2014 at 8:52 PM, Yedidyah Bar David d...@redhat.com
  wrote:
   - Original Message -
   From: Andrew Lau and...@andrewklau.com
   To: Artyom Lukianov aluki...@redhat.com
   Cc: users users@ovirt.org
   Sent: Sunday, May 25, 2014 1:02:18 PM
   Subject: Re: [ovirt-users] Hosted Engine - Waiting for cluster
   'Default'
   to become operational...
  
   On Sun, May 25, 2014 at 4:04 PM, Artyom Lukianov aluki...@redhat.com
   wrote:
I see that I verified it on version
ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch, so it must work from
this
version and above.
Thanks
   I can only seem to get 1.1.2.1 is the patched version being released
   soon?
  
   ovirt-hosted-engine-setup-1.1.2-5.el6ev.noarch is an internal version
   and
   should
   not be confused with those on ovirt.org.
 
  I wonder why I get 1.1.2.1 when ran the install only just yesterday..
  although I do see 1.1.3.1 in the repo
 
  No idea - verified now that it works for me. Perhaps some local caching?
  Did you try 'yum clean all'?

 It was a fresh install, I just tried yum clean all and a yum update, nothing.

 Are my repos correct?
 [root@ov-hv1-2a-08-23 ~]# cat /etc/yum.repos.d/ovirt.repo

 [ovirt-stable]
 name=Latest oVirt Releases
 baseurl=http://ovirt.org/releases/stable/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0


 # Latest oVirt 3.4 releases

 [ovirt-3.4-stable]
 name=Latest oVirt 3.4.z Releases
 baseurl=http://ovirt.org/releases/3.4/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0


 [ovirt-3.4-prerelease]
 name=Latest oVirt 3.4 Pre Releases (Beta to Release Candidate)
 baseurl=http://resources.ovirt.org/releases/3.4_pre/rpm/EL/$releasever/
 enabled=0
 skip_if_unavailable=1
 gpgcheck=0


 # Latest oVirt 3.3 releases

 [ovirt-3.3-stable]
 name=Latest oVirt 3.3.z Releases
 baseurl=http://resources.ovirt.org/releases/3.3/rpm/EL/$releasever/
 enabled=1
 skip_if_unavailable=1
 gpgcheck=0

 [ovirt-3.3-prerelease]
 name=Latest oVirt 3.3.z Pre Releases (Beta to Release Candidate)
 baseurl=http://resources.ovirt.org/releases/3.3_pre/rpm/EL/$releasever/
 enabled=0
 skip_if_unavailable=1
 gpgcheck=0

 Seems ok, but note that the 'resources.ovirt.org/releases' URLs are
 obsolete and recent release packages (e.g. the one pointed at from
 the 3.4.1 release notes) point at 'resources.ovirt.org/pub'.

I haven't modified the URLs, they were what just came from ovirt-release


 I still seem to be getting:
 [root@ov-hv1-2a-08-23 ~]# rpm -qa | grep ovirt
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch

 This shows what you have installed. What do you get from
 'yum list ovirt-hosted-engine-setup' ?

[root@ov-hv1-2a-08-23 yum.repos.d]# yum list ovirt-hosted-engine-setup
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
ovirt-epel/metalink

   | 3.3 kB 00:00
 * base: mirror.as24220.net
 * epel: mirror.optus.net
 * extras: mirror.as24220.net
 * ovirt-epel: mirror.optus.net
 * ovirt-jpackage-6.0-generic: mirror.ibcp.fr
 * updates: centos.melb.au.glomirror.com.au
ovirt-3.3-stable

   | 2.9 kB 00:00
ovirt-3.4-stable

   | 2.9 kB 00:00
ovirt-glusterfs-epel

   | 2.9 kB 00:00
ovirt-glusterfs-noarch-epel

   | 2.9 kB 00:00
ovirt-jpackage-6.0-generic

   | 1.9 kB 00:00
ovirt-stable

   | 2.9 kB 00:00
Installed Packages
ovirt-hosted-engine-setup.noarch
   1.1.2-1.el6
 @ovirt-3.4-stable

 --
 Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Joop
Reinstall ovirt.repo using the resources.ovirt.org/pub path. There is a 
ovirt-release.rpm, use that.


Joop

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-25 Thread Andrew Lau
Thanks, that fixed it.

Cheers

On Sun, May 25, 2014 at 11:24 PM, Joop jvdw...@xs4all.nl wrote:
 Reinstall ovirt.repo using the resources.ovirt.org/pub path. There is a
 ovirt-release.rpm, use that.

 Joop


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-24 Thread Andrew Lau
Hi,

Are these patches merged into 3.4.1? I seem to be hitting this issue
now, twice in a row.
The second BZ is also marked as private.

On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com wrote:
 It have number of the same bugs:
 https://bugzilla.redhat.com/show_bug.cgi?id=1080513
 https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
 merged, so if you take the last ovirt it must include it
 The one thing you can do until it, it try to restart host and start 
 deployment process from beginning.
 Thanks

 - Original Message -
 From: Tobias Honacker tob...@honacker.info
 To: users@ovirt.org
 Sent: Thursday, May 1, 2014 6:06:47 PM
 Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Hi all,

 i hit this bug yesterday.

 Packages:

 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

 After setting up the hosted engine (running great) the setup canceled with 
 this MSG:

 [ INFO  ] The VDSM Host is now operational
 [ ERROR ] Waiting for cluster 'Default' to become operational...
 [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
 attribute '__dict__'
 [ INFO  ] Stage: Clean up
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination

 What is the next step i have to do that t he HA features of the hosted-engine 
 will take care of keeping the VM alive.

 best regards
 tobias

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-24 Thread Andrew Lau
Simply starting the ha-agents manually seems to bring up the VM
however it doesn't come up in the chkconfig list.

The next host that gets configured works fine. What steps get
configured in that final stage that perhaps I could manually run
rather than rerolling for a third time?

On Sat, May 24, 2014 at 9:42 PM, Andrew Lau and...@andrewklau.com wrote:
 Hi,

 Are these patches merged into 3.4.1? I seem to be hitting this issue
 now, twice in a row.
 The second BZ is also marked as private.

 On Fri, May 2, 2014 at 1:21 AM, Artyom Lukianov aluki...@redhat.com wrote:
 It have number of the same bugs:
 https://bugzilla.redhat.com/show_bug.cgi?id=1080513
 https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
 merged, so if you take the last ovirt it must include it
 The one thing you can do until it, it try to restart host and start 
 deployment process from beginning.
 Thanks

 - Original Message -
 From: Tobias Honacker tob...@honacker.info
 To: users@ovirt.org
 Sent: Thursday, May 1, 2014 6:06:47 PM
 Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to 
 become operational...

 Hi all,

 i hit this bug yesterday.

 Packages:

 ovirt-host-deploy-1.2.0-1.el6.noarch
 ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
 ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
 ovirt-release-11.2.0-1.noarch
 ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

 After setting up the hosted engine (running great) the setup canceled with 
 this MSG:

 [ INFO  ] The VDSM Host is now operational
 [ ERROR ] Waiting for cluster 'Default' to become operational...
 [ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
 attribute '__dict__'
 [ INFO  ] Stage: Clean up
 [ INFO  ] Stage: Pre-termination
 [ INFO  ] Stage: Termination

 What is the next step i have to do that t he HA features of the 
 hosted-engine will take care of keeping the VM alive.

 best regards
 tobias

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-01 Thread Tobias Honacker
Hi all,

i hit this bug yesterday.

Packages:

ovirt-host-deploy-1.2.0-1.el6.noarch
ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch
ovirt-hosted-engine-setup-1.1.2-1.el6.noarch
ovirt-release-11.2.0-1.noarch
ovirt-hosted-engine-ha-1.1.2-1.el6.noarch

After setting up the hosted engine (running great) the setup canceled with
this MSG:

[ INFO  ] The VDSM Host is now operational

[ ERROR ] Waiting for cluster 'Default' to become operational...

[ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has
no attribute '__dict__'

[ INFO  ] Stage: Clean up
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination


What is the next step i have to do that the HA features of the
hosted-engine will take care of keeping the VM alive.


best regards

tobias
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become operational...

2014-05-01 Thread Artyom Lukianov
It have number of the same bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1080513
https://bugzilla.redhat.com/show_bug.cgi?id=1088572 - fix for this already 
merged, so if you take the last ovirt it must include it
The one thing you can do until it, it try to restart host and start deployment 
process from beginning.
Thanks

- Original Message -
From: Tobias Honacker tob...@honacker.info
To: users@ovirt.org
Sent: Thursday, May 1, 2014 6:06:47 PM
Subject: [ovirt-users] Hosted Engine - Waiting for cluster 'Default' to become 
operational...

Hi all, 

i hit this bug yesterday. 

Packages: 

ovirt-host-deploy-1.2.0-1.el6.noarch 
ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch 
ovirt-hosted-engine-setup-1.1.2-1.el6.noarch 
ovirt-release-11.2.0-1.noarch 
ovirt-hosted-engine-ha-1.1.2-1.el6.noarch 

After setting up the hosted engine (running great) the setup canceled with this 
MSG: 

[ INFO  ] The VDSM Host is now operational 
[ ERROR ] Waiting for cluster 'Default' to become operational... 
[ ERROR ] Failed to execute stage 'Closing up': 'NoneType' object has no 
attribute '__dict__' 
[ INFO  ] Stage: Clean up
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination 

What is the next step i have to do that t he HA features of the hosted-engine 
will take care of keeping the VM alive. 

best regards 
tobias 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users