cinder volume stuck in creating
After creating new cinder volume (cinder create --display-name vt1 --volume-type lvm 1
), cinder list
dislays "creating" but never becomes available.
No errors in volume or scheduler log, rabbitmq running and both controller and block hosts connected.
cinder list output:
[root@controll1 ~]# cinder list
+--------------------------------------+----------+--------------+------+-------------+----------+-------------+
| ID | Status | Display Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+----------+--------------+------+-------------+----------+-------------+
| 764e80bb-e001-47ba-b76f-657c6864de87 | creating | vt1 | 1 | lvm | false | |
+--------------------------------------+----------+--------------+------+-------------+----------+-------------+
Schedule Log:
2015-02-16 20:24:27.715 10957 INFO cinder.service [-] Starting cinder-scheduler node (version 2014.2.1)
2015-02-16 20:24:27.717 10957 INFO oslo.messaging._drivers.impl_rabbit [req-ab0394d8-6a82-4feb-be21-7fd0bc4c76a7 - - - - -] Connecting to AMQP server on controll1:5672
2015-02-16 20:24:27.736 10957 INFO oslo.messaging._drivers.impl_rabbit [req-ab0394d8-6a82-4feb-be21-7fd0bc4c76a7 - - - - -] Connected to AMQP server on controll1:5672
2015-02-16 20:24:28.116 10957 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on controll1:5672
2015-02-16 20:24:28.128 10957 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on controll1:5672
Api Log: 2015-02-16 20:24:28.147 10956 INFO cinder.wsgi [-] osapi_volume listening on 0.0.0.0:8776 2015-02-16 20:24:28.147 10956 INFO cinder.openstack.common.service [-] Starting 4 workers 2015-02-16 20:24:28.153 10956 INFO cinder.openstack.common.service [-] Started child 10974 2015-02-16 20:24:28.155 10974 INFO eventlet.wsgi.server [-] (10974) wsgi starting up on http://0.0.0.0:8776/ 2015-02-16 20:24:28.159 10956 INFO cinder.openstack.common.service [-] Started child 10975 2015-02-16 20:24:28.162 10975 INFO eventlet.wsgi.server [-] (10975) wsgi starting up on http://0.0.0.0:8776/ 2015-02-16 20:24:28.166 10956 INFO cinder.openstack.common.service [-] Started child 10976 2015-02-16 20:24:28.169 10976 INFO eventlet.wsgi.server [-] (10976) wsgi starting up on http://0.0.0.0:8776/ 2015-02-16 20:24:28.173 10956 INFO cinder.openstack.common.service [-] Started child 10977 2015-02-16 20:24:28.176 10977 INFO eventlet.wsgi.server [-] (10977) wsgi starting up on http://0.0.0.0:8776/ 2015-02-16 20:36:34.493 10977 INFO eventlet.wsgi.server [-] (10977) accepted ('172.16.200.21', 42411) 2015-02-16 20:36:34.922 10977 INFO cinder.api.openstack.wsgi [req-f517e2ab-f302-4c0b-8094-47fee398b709 52415487a1d845f4afddebf8ecf204ff 5b79b126fd6d41a6b3c336007ee1beb1 - - -] GET http://controll1:8776/v1/5b79b126fd6d... 2015-02-16 20:36:35.145 10977 WARNING cinder.quota [req-f517e2ab-f302-4c0b-8094-47fee398b709 52415487a1d845f4afddebf8ecf204ff 5b79b126fd6d41a6b3c336007ee1beb1 - - -] De precated: Default quota for resource: backups is set by the default quota flag: quota_backups, it is now deprecated. Please use the default quota class for default quot a. 2015-02-16 20:36:35.146 10977 WARNING cinder.quota [req-f517e2ab-f302-4c0b-8094-47fee398b709 52415487a1d845f4afddebf8ecf204ff 5b79b126fd6d41a6b3c336007ee1beb1 - - -] De precated: Default quota for resource: backup_gigabytes is set by the default quota flag: quota_backup_gigabytes, it is now deprecated. Please use the default quota clas s for default quota. 2015-02-16 20:36:35.161 10977 INFO cinder.api.openstack.wsgi [req-f517e2ab-f302-4c0b-8094-47fee398b709 52415487a1d845f4afddebf8ecf204ff 5b79b126fd6d41a6b3c336007ee1beb1 - - -] http://controll1:8776/v1/5b79b126fd6d... returned with HTTP 200 2015-02-16 20:36:35.162 10977 INFO eventlet.wsgi.server [req-f517e2ab-f302-4c0b-8094-47fee398b709 52415487a1d845f4afddebf8ecf204ff 5b79b126fd6d41a6b3c336007ee1beb1 - - -] 172.16.200.21 - - [16/Feb/2015 20:36:35] "GET /v1/5b79b126fd6d41a6b3c336007ee1beb1/limits HTTP/1.1" 200 541 0.667582 ...