yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #05486
[Bug 1226226] Re: pre_live_migration should not require a static IP Address
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1226226
Title:
pre_live_migration should not require a static IP Address
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
The nova/compute/manager.py - pre_live_migration method is checking to
ensure that there is at least a single fixed IP Address on the
instance. The comment above it indicates that this shouldn't be
required (and it is not clear that it is even required). Live
migrations are blocked for systems that do not have a fixed IP
Address.
If a system does not have a fixed IP, then the following error is thrown:
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.6/site-packages/nova/exception.py", line 88, in wrapped
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp event_type, level, payload)
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.6/site-packages/nova/exception.py", line 76, in wrapped
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp return f(self, context, *args, **kw)
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 3850, in pre_live_migration
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp instance_uuid=instance['uuid'])
2013-09-11 16:01:02.548 97997 TRACE nova.openstack.common.rpc.amqp FixedIpNotFoundForInstance: Instance eb586597-3565-4283-88d3-d0664f4d5747 has zero fixed ips.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1226226/+subscriptions