Ubuntu 12.04 LTS Essex.<br><br>I am not able to create nova volumes, the command never ends up, and the volume status will be always "creating".<br><br># nova volume-list<br>+----+----------+-------------------+------+-------------+-------------+<br>
| ID |  Status  |    Display Name   | Size | Volume Type | Attached to |<br>+----+----------+-------------------+------+-------------+-------------+<br>| 1  | creating | OpenStack Volume1 | 16   | None        |             |<br>
| 2  | creating | shashi            | 1    | None        |             |<br>| 3  | creating | v1                | 2    | None        |             |<br>| 4  | creating | v1                | 2    | None        |             |<br>
+----+----------+-------------------+------+-------------+-------------+<br><br>The nova volume service is running.<br><br># nova-manage service list | grep volume<br>2012-05-07 23:40:30 DEBUG nova.utils [req-0f8aa0b7-fa77-4e5b-93de-fc1621b575c9 None None] backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=9641) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658<br>
nova-volume      OpenStack                            nova             enabled    XXX   2012-05-06 08:40:57<br><br><br>In the nova.conf the volume is defined.<br><br># Volumes<br>--volume_group=nova-volumes<br>--volume_name_template=volume-%08x<br>
--iscsi_helper=tgtadm<br><br><br>And in the system nova VG is already created, but no logical volumes are getting created whenever i issue "nova volume-create" command.<br><br># vgdisplay | grep nova<br>  VG Name               nova-volumes<br>
<br><br><br clear="all"><br>-- <br>Thanks & Regards,<br>Shashi Kanth<br><br>