yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #64898
[Bug 1698110] [NEW] aggregate-add-host but instances' az unmodified
Public bug reported:
we use "nova aggregate-add-host" to change host's az, but instances on
this host didn't update az, the db field "availablity_zone" in
"instances" table.
Steps to reproduce
==================
1. nova aggregate-create test test
2. assume 'host1' belong to 'nova' az, and has instance 'inst1' on it.
3. nova aggregate-add-host test host1
Expected result
===============
in db, field 'instances.availablity_zone' for 'inst1' should be 'test'
Actual result
=============
in db, field 'instances.availablity_zone' for 'inst1' is 'nova'
** 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/1698110
Title:
aggregate-add-host but instances' az unmodified
Status in OpenStack Compute (nova):
New
Bug description:
we use "nova aggregate-add-host" to change host's az, but instances on
this host didn't update az, the db field "availablity_zone" in
"instances" table.
Steps to reproduce
==================
1. nova aggregate-create test test
2. assume 'host1' belong to 'nova' az, and has instance 'inst1' on it.
3. nova aggregate-add-host test host1
Expected result
===============
in db, field 'instances.availablity_zone' for 'inst1' should be 'test'
Actual result
=============
in db, field 'instances.availablity_zone' for 'inst1' is 'nova'
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1698110/+subscriptions
Follow ups