yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73454
[Bug 1778206] [NEW] Compute leaks volume attachments if we fail in driver.pre_live_migration
Public bug reported:
ComputeManager.pre_live_migration fails to clean up volume attachments
if the call to driver.pre_live_migration() fails. There's a try block in
there to clean up attachments, but its scope isn't large enough. The
result is a volume in a perpetual attaching state.
** Affects: nova
Importance: Undecided
Status: New
--
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/1778206
Title:
Compute leaks volume attachments if we fail in
driver.pre_live_migration
Status in OpenStack Compute (nova):
New
Bug description:
ComputeManager.pre_live_migration fails to clean up volume attachments
if the call to driver.pre_live_migration() fails. There's a try block
in there to clean up attachments, but its scope isn't large enough.
The result is a volume in a perpetual attaching state.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1778206/+subscriptions
Follow ups