Comment 8 for bug 962615

Revision history for this message
Sateesh Bodla (sateesh-bodla) wrote : Re: Unable to list volumes after building from snapshot

Hi,

I am trying to reproduce this on nova Essex version and unable to reproduce. This is working fine for me. Please find the trace below:

root@vmessex118:~# nova volume-create 1
root@vmessex118:~# nova volume-list
+----+-----------+--------------+------+--------------------------------------+
| ID | Status | Display Name | Size | Attached to |
+----+-----------+--------------+------+--------------------------------------+
| 16 | available | None | 1 | None |
+----+-----------+--------------+------+--------------------------------------+
root@vmessex118:~# nova volume-snapshot-create 16
root@vmessex118:~# nova volume-snapshot-list
+----+-----------+-----------+--------------+------+
| ID | Volume ID | Status | Display Name | Size |
+----+-----------+-----------+--------------+------+
| 1 | 9 | available | None | 1 |
| 2 | 16 | available | None | 1 |
+----+-----------+-----------+--------------+------+
root@vmessex118:~# nova volume-create --snapshot_id=2 1
root@vmessex118:~# nova volume-list
+----+-----------+--------------+------+--------------------------------------+
| ID | Status | Display Name | Size | Attached to |
+----+-----------+--------------+------+--------------------------------------+
| 16 | available | None | 1 | None |
| 17 | creating | None | 1 | None |
+----+-----------+--------------+------+--------------------------------------+
root@vmessex118:~# nova volume-list
+----+-----------+--------------+------+--------------------------------------+
| ID | Status | Display Name | Size | Attached to |
+----+-----------+--------------+------+--------------------------------------+
| 16 | available | None | 1 | None |
| 17 | available | None | 1 | None |
+----+-----------+--------------+------+--------------------------------------+

Please let me know if I need to reproduce in other way.

Thanks,
Sateesh B.