yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #77671
[Bug 1669054] Re: RequestSpec.ignore_hosts from resize is reused in subsequent evacuate
** Also affects: nova/pike
Importance: Undecided
Status: New
** Also affects: nova/rocky
Importance: Undecided
Status: New
** Also affects: nova/stein
Importance: Undecided
Status: New
** Also affects: nova/ocata
Importance: Undecided
Status: New
** Also affects: nova/queens
Importance: Undecided
Status: New
** Changed in: nova/ocata
Status: New => Triaged
** Changed in: nova/pike
Status: New => Triaged
** Changed in: nova/queens
Status: New => Triaged
** Changed in: nova/stein
Status: New => Triaged
** Changed in: nova/ocata
Importance: Undecided => Medium
** Changed in: nova/rocky
Importance: Undecided => Medium
** Changed in: nova/stein
Importance: Undecided => Medium
** Changed in: nova/queens
Importance: Undecided => Medium
** Changed in: nova/pike
Importance: Undecided => Medium
** Changed in: nova/rocky
Status: New => Triaged
--
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/1669054
Title:
RequestSpec.ignore_hosts from resize is reused in subsequent evacuate
Status in OpenStack Compute (nova):
In Progress
Status in OpenStack Compute (nova) ocata series:
Triaged
Status in OpenStack Compute (nova) pike series:
Triaged
Status in OpenStack Compute (nova) queens series:
Triaged
Status in OpenStack Compute (nova) rocky series:
Triaged
Status in OpenStack Compute (nova) stein series:
Triaged
Bug description:
When doing a resize, if CONF.allow_resize_to_same_host is False, then
we set RequestSpec.ignore_hosts and then save the RequestSpec.
When we go to use the same RequestSpec on a subsequent
rebuild/evacuate, ignore_hosts is still set from the previous resize.
In RequestSpec.reset_forced_destinations() we reset force_hosts and
force_nodes, it might make sense to also reset ignore_hosts.
We may also want to change other things...for example in
ConductorManager.rebuild_instance() we set request_spec.ignore_hosts
to itself if it's set...that makes no sense if we're just going to
reset it to nothing immediately afterwards.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1669054/+subscriptions
References