New Question

Revision history [back]

click to hide/show revision 1
initial version

v-magine: need more than 1 value to unpack in install_hyperv_compute

Hi,

I'm trying to install V-Magine on an existing 2012 R2 Hyper-V host (without the November 2014 rollup installed; WU keeps failing on installing that - no idea if it's relevant), but I keep getting the following error after a few reboots of the virtual machine:

2015-11-08 22:49:24,085 DEBUG logging debug 1630 36148 AsyncLoopThread Sleeping for 30 seconds
2015-11-08 22:49:54,088 DEBUG logging debug 1630 36148 AsyncLoopThread connecting
2015-11-08 22:49:57,122 DEBUG logging debug 1630 36148 AsyncLoopThread connected
2015-11-08 22:49:58,494 DEBUG logging debug 1630 36148 AsyncLoopThread OpenStack config: {'oslo_messaging_rabbit': {'rabbit_hosts': '', 'rabbit_userid': '', 'rabbit_password': ''}, 'glance': {'api_servers': ''}, 'keystone_authtoken': {'admin_tenant_name': '', 'admin_password': '', 'admin_user': ''}, 'neutron': {'url': '', 'admin_auth_url': '', 'admin_tenant_name': '', 'admin_password': '', 'admin_username': ''}}
2015-11-08 22:50:29,263 ERROR logging error 1596 36148 AsyncLoopThread need more than 1 value to unpack
Traceback (most recent call last):
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 696, in deploy_openstack
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 346, in _install_local_hyperv_compute
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.actions", line 244, in install_hyperv_compute
ValueError: need more than 1 value to unpack
2015-11-08 22:50:29,263 ERROR logging error 1596 36148 AsyncLoopThread need more than 1 value to unpack
2015-11-08 22:50:29,263 INFO logging info 1622 36148 AsyncLoopThread Killing pybootd

In addition, the creation of the virtual machine earlier on is trying to create the controller VM with all CPU cores on the host, which causes an error as it is a dual-socket system and 'NUMA requirements' can not be satisifed - I worked around this by quickly changing the amount of vCPUs to 2 before the application tries to start the VM.

-- NTAuthority

v-magine: need more than 1 value to unpack in install_hyperv_compute

Hi,

I'm trying to install V-Magine on an existing 2012 R2 Hyper-V host (without the November 2014 rollup installed; WU keeps failing on installing that - no idea if it's relevant), but I keep getting the following error after a few reboots of the virtual machine:

2015-11-08 22:49:24,085 DEBUG logging debug 1630 36148 AsyncLoopThread Sleeping for 30 seconds
2015-11-08 22:49:54,088 DEBUG logging debug 1630 36148 AsyncLoopThread connecting
2015-11-08 22:49:57,122 DEBUG logging debug 1630 36148 AsyncLoopThread connected
2015-11-08 22:49:58,494 DEBUG logging debug 1630 36148 AsyncLoopThread OpenStack config: {'oslo_messaging_rabbit': {'rabbit_hosts': '', 'rabbit_userid': '', 'rabbit_password': ''}, 'glance': {'api_servers': ''}, 'keystone_authtoken': {'admin_tenant_name': '', 'admin_password': '', 'admin_user': ''}, 'neutron': {'url': '', 'admin_auth_url': '', 'admin_tenant_name': '', 'admin_password': '', 'admin_username': ''}}
2015-11-08 22:50:29,263 ERROR logging error 1596 36148 AsyncLoopThread need more than 1 value to unpack
Traceback (most recent call last):
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 696, in deploy_openstack
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 346, in _install_local_hyperv_compute
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.actions", line 244, in install_hyperv_compute
ValueError: need more than 1 value to unpack
2015-11-08 22:50:29,263 ERROR logging error 1596 36148 AsyncLoopThread need more than 1 value to unpack
2015-11-08 22:50:29,263 INFO logging info 1622 36148 AsyncLoopThread Killing pybootd

In addition, the creation of the virtual machine earlier on is trying to create the controller VM with all CPU cores on the host, which causes an error as it is a dual-socket system and 'NUMA requirements' can not be satisifed - I worked around this by quickly changing the amount of vCPUs to 2 before the application tries to start the VM.

-- NTAuthority