yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72289
[Bug 1745358] Re: Marker reset option for nova-manage map_instances
Reviewed: https://review.openstack.org/539501
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=98163f98b700840f50c689e4a3aed7e28dd0c1ef
Submitter: Zuul
Branch: master
commit 98163f98b700840f50c689e4a3aed7e28dd0c1ef
Author: Surya Seetharaman <suryaseetharaman.9@xxxxxxxxx>
Date: Wed Jan 31 12:39:34 2018 +0100
Marker reset option for nova-manage map_instances
Currently nova-manage map_instances uses a marker set-up by which repeated
runs of the command will start from where the last run finished. Even
deleting the cell with the instance_mappings will not remove the marker
since the marker mapping has a NULL cell_mapping field. There needs to be
a way to reset this marker so that the user can run map_instances from the
beginning instead of the map_instances command saying "all instances are
already mapped" as is the current behavior.
Change-Id: Ic9a0bda9314cc1caed993db101bf6f874c0a0ae8
Closes-Bug: #1745358
** Changed in: nova
Status: In Progress => Fix Released
--
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/1745358
Title:
Marker reset option for nova-manage map_instances
Status in OpenStack Compute (nova):
Fix Released
Bug description:
Currently nova-manage map_instances uses a marker set-up by which
repeated runs of the command will start from where the last run
finished. Even deleting the cell with the instance_mappings will not
remove the marker since the marker mapping has a NULL cell_mapping
field. There needs to be a way to reset this marker so that the user
can run map_instances from the beginning instead of the map_instances
command saying "all instances are already mapped" as is the current
behavior.
Solution :
Add a --reset flag to "nova-manage map_instances"
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1745358/+subscriptions
References