Comment 2 for bug 1255355

Revision history for this message
Gary Kotton (garyk) wrote :

Hi,
When I run this on the latest code I get the following:

nicira@os-devstack:~/devstack$ nova list
+--------------------------------------+------+--------+------------+-------------+----------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+------+--------+------------+-------------+----------------------+
| 9fc6843f-9e41-467a-8d7c-dd974b4f36bc | X | ERROR | None | NOSTATE | private=10.127.1.227 |
| ff3a52f2-545e-48d8-b6ac-72b7e3853487 | Y | ACTIVE | None | Running | private=10.127.1.226 |
+--------------------------------------+------+--------+------------+-------------+----------------------+
nicira@os-devstack:~/devstack$

The instance goes to NOSTATE.

I did see an issue where the temporary files created whilst doing the image extension were left behind and this would have caused problems.

I have addressed these with https://review.openstack.org/59287