task state isn't reset after image snapshot
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Dan Prince |
Bug Description
After creating an image snapshot I'm getting the following error when trying to do anything to the instance which I snapshotted. See the example below where 'holler' is my snapshot image (just created).
-----------------+
-bash-4.2# nova image-list
+------
| ID | Name | Status | Server |
+------
| 362de461-
| a849c092-
+------
-bash-4.2# nova list
+------
| ID | Name | Status | Networks |
+------
| 2af49a10-
+------
-bash-4.2# nova rebuild 2af49a10-
ERROR: Cannot 'rebuild' while instance is in task_state image_snapshot (HTTP 409) (Request-ID: req-768aaeff-
Changed in nova: | |
assignee: | nobody → Dan Prince (dan-prince) |
importance: | Undecided → Critical |
status: | New → In Progress |
description: | updated |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
Looks like the recent reverts_task_state decorator commit is the problem d8d7100f8c10ecd 388d1943bee9298 a913a6990a.