yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71752
[Bug 1756507] [NEW] The function _cleanup_running_deleted_instances repeat detach volume
Public bug reported:
https://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n7421,
The volumes already detached during the above _shutdown_instance() call.
So detach is not requested from _cleanup_volumes() in this case. So the
call maybe change to self._cleanup_volumes(context, instance,
bdms,detach=False).
** Affects: nova
Importance: Undecided
Assignee: YaoZheng_ZTE (zheng-yao1)
Status: New
** Changed in: nova
Assignee: (unassigned) => YaoZheng_ZTE (zheng-yao1)
--
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/1756507
Title:
The function _cleanup_running_deleted_instances repeat detach volume
Status in OpenStack Compute (nova):
New
Bug description:
https://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n7421,
The volumes already detached during the above _shutdown_instance()
call. So detach is not requested from _cleanup_volumes() in this case.
So the call maybe change to self._cleanup_volumes(context, instance,
bdms,detach=False).
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1756507/+subscriptions
Follow ups