[Openstack] Cinder | Volume creation stuck in the "creating" status

Zhengguang Ou zhengguangou at gmail.com
Sat Oct 11 06:53:03 UTC 2014


Hi, Mridhul
I think you really need check the status of cinder-scheduler, when it is
down, the message will stay in queue, then cinder-volume can not receive
the result that from cinder-scheduler, so you can see the status of  volume
that you created is "creatint". thx.

2014-10-11 3:20 GMT+08:00 Erlon Cruz <sombrafam at gmail.com>:

> What does cinder-scheduler and cinder-api logs say?
>
> On Fri, Oct 10, 2014 at 10:10 AM, Mridhul Pax <mridhul at live.com> wrote:
>
>> Hi Stackers,
>>
>> Im seeing a strange behaviour in the cinder volume creation where the
>> volume creation is stuck in the creating status.
>>
>> # cinder list
>>
>> +--------------------------------------+----------+--------------+------+-------------+----------+-------------+
>> |                  ID                  |  Status  | Display Name | Size |
>> Volume Type | Bootable | Attached to |
>>
>> +--------------------------------------+----------+--------------+------+-------------+----------+-------------+
>> | 49538a8c-c1bc-4f0b-a6c8-d43dfcdb0518 |* creating |*     dsa      |  1
>>   |     None    |  false   |             |
>>
>> +--------------------------------------+----------+--------------+------+-------------+----------+-------------+
>>
>> Here is my cinder.conf
>>
>> [DEFAULT]
>>
>> #############
>>
>> rootwrap_config = /etc/cinder/rootwrap.conf
>> api_paste_confg = /etc/cinder/api-paste.ini
>> iscsi_helper = tgtadm
>> volume_name_template = volume-%s
>> volume_group = cinder-volumes
>> verbose = True
>> auth_strategy = keystone
>> state_path = /var/lib/cinder
>> lock_path = /var/lock/cinder
>> volumes_dir = /var/lib/cinder/volumes
>>
>> glance_host = controller
>>
>> #### RABBBIT
>>
>> #rpc_backend = cinder.openstack.common.rpc.impl_kombu
>> rpc_backend = rabbit
>> rabbit_host = controller
>> rabbit_port = 5672
>> rabbit_userid = guest
>> rabbit_password = ******
>>
>> [database]
>> connection = mysql://cinder:****@controller/cinder
>>
>> [keystone_authtoken]
>> auth_uri = http://controller:5000
>> auth_host = controller
>> auth_port = 35357
>> auth_protocol = http
>> admin_tenant_name = service
>> admin_user = cinder
>> admin_password = ******
>>
>> I checked the logs and nothing getting logged in the cinder server as
>> well//./
>>
>>
>> Please share you inputs
>>
>> regards
>> Mridhul
>>
>>
>> _______________________________________________
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to     : openstack at lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141011/ff0e3d16/attachment.html>


More information about the Openstack mailing list