yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52498
[Bug 1580176] Re: instance in resize_reverting can be deleted
Thanks for the reply! Because Kilo is at end of life, we are not
supporting it any further. Since you don't see this issue in Mitaka, I
will close this as Invalid. If it turns out this issue is not fixed in
Mitaka or current master, please feel free to reopen and report your
findings.
** Changed in: nova
Status: Incomplete => Invalid
--
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/1580176
Title:
instance in resize_reverting can be deleted
Status in OpenStack Compute (nova):
Invalid
Bug description:
version: kilo 2015.1.0
I have an instance test_1122 with sriov pci device,then resize it like this:
nova resize test_1122 2
Waiting for status become VERIFY_RESIZE,then revirt resize:
[root@02-slot11 ~(keystone_admin)]# nova list
+--------------------------------------+----------------+-------------------+------------+-------------+-----------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+----------------+-------------------+------------+-------------+-----------------------+
| b0412268-ef63-495e-a2cd-6b4efa44e703 | test_wzz1122 | VERIFY_RESIZE | - | Running | test_net=192.168.0.56 |
+--------------------------------------+----------------+-------------------+------------+-------------+-----------------------+
[root@02-slot11 ~(keystone_admin)]# nova resize-revert test_wzz1122
When “Task State” in “resize_reverting”, delete this instance, the
operation will be accepted.But sometimes the results points to a error
test_wzz1122 finally because "resize-revert" is not finished.
So the point is that why cannot we set an overtime to stop 'delete'
operation in 300s(for example) when task_state in not none.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1580176/+subscriptions
References