Skip to content

Instantly share code, notes, and snippets.

@juddmaltin-dell
Created October 31, 2013 21:49
Show Gist options
  • Save juddmaltin-dell/7257790 to your computer and use it in GitHub Desktop.
Save juddmaltin-dell/7257790 to your computer and use it in GitHub Desktop.
docker on nova brctl fail
2013-10-31 21:34:13.521 31195 ERROR nova.utils [req-7de5d2ba-38d8-4e60-975f-193d819e1a65 9858a54b9b8743efbeb6047dd7c187e1 5d47af272fbc49ee86d2eb917ba8845d] [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Failed to setup the network, rolling back
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Traceback (most recent call last):
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/virt/docker/driver.py", line 241, in _setup_network
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] run_as_root=True)
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/utils.py", line 177, in execute
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] return processutils.execute(*cmd, **kwargs)
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/openstack/common/processutils.py", line 178, in execute
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] cmd=' '.join(cmd))
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] ProcessExecutionError: Unexpected error while running command.
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addif br-int pvnetl52983
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Exit code: 1
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stdout: ''
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stderr: "can't add pvnetl52983 to bridge br-int: Operation not supported\n"
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218]
2013-10-31 21:34:13.607 31195 ERROR nova.compute.manager [req-7de5d2ba-38d8-4e60-975f-193d819e1a65 9858a54b9b8743efbeb6047dd7c187e1 5d47af272fbc49ee86d2eb917ba8845d] [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Instance failed to spawn
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Traceback (most recent call last):
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1407, in _spawn
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] block_device_info)
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/virt/docker/driver.py", line 314, in spawn
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] instance_id=instance['name'])
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] InstanceDeployFailure: Cannot setup network: Unexpected error while running command.
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addif br-int pvnetl52983
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Exit code: 1
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stdout: ''
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stderr: "can't add pvnetl52983 to bridge br-int: Operation not supported\n"
2013-10-31 21:34:13.607 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218]
2013-10-31 21:34:13.683 31195 AUDIT nova.compute.manager [req-7de5d2ba-38d8-4e60-975f-193d819e1a65 9858a54b9b8743efbeb6047dd7c187e1 5d47af272fbc49ee86d2eb917ba8845d] [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Terminating instance
2013-10-31 21:34:19.646 31195 ERROR nova.compute.manager [req-7de5d2ba-38d8-4e60-975f-193d819e1a65 9858a54b9b8743efbeb6047dd7c187e1 5d47af272fbc49ee86d2eb917ba8845d] [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Error: Cannot setup network: Unexpected error while running command.
Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addif br-int pvnetl52983
Exit code: 1
Stdout: ''
Stderr: "can't add pvnetl52983 to bridge br-int: Operation not supported\n"
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Traceback (most recent call last):
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1037, in _build_instance
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] set_access_ip=set_access_ip)
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1410, in _spawn
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] LOG.exception(_('Instance failed to spawn'), instance=instance)
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1407, in _spawn
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] block_device_info)
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/virt/docker/driver.py", line 314, in spawn
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] instance_id=instance['name'])
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] InstanceDeployFailure: Cannot setup network: Unexpected error while running command.
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Command: sudo nova-rootwrap /etc/nova/rootwrap.conf brctl addif br-int pvnetl52983
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Exit code: 1
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stdout: ''
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Stderr: "can't add pvnetl52983 to bridge br-int: Operation not supported\n"
2013-10-31 21:34:19.646 31195 TRACE nova.compute.manager [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment