yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62792
[Bug 1635657] Re: 'nova volume-update' corrupts BDM connection_info when guest is stopped
setting status to invalid since I am not seeing the problem anymore. The
review that was associated with this bug
(https://review.openstack.org/#/c/389798/) is now associated with bug
1673090.
** Changed in: nova
Status: In Progress => Invalid
--
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/1635657
Title:
'nova volume-update' corrupts BDM connection_info when guest is
stopped
Status in OpenStack Compute (nova):
Invalid
Bug description:
When you attempt to 'nova volume-update' a stopped instance, the block
device mapping connection_info is corrupted (it points to the new
volume despite the failure).
1. create an instance (instance-1)
2. create two volumes (vol-1 & vol-2)
3. attach volume: nova volume-attach instance-1 <vol-1-uuid>
4. nova stop instance-1
5. swap volume: nova volume-update instance-1 <vol-1-uuid> <vol-2-uuid>
6. swap will fail, but the connection info points to vol-2 now
Example notes using stable/newton devstack:
http://paste.openstack.org/show/586715/
A similar downstream bug report:
Can't re-start a stopped instance after trying to volume-update on it
https://bugzilla.redhat.com/show_bug.cgi?id=1373318
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1635657/+subscriptions
References