cinder LVMISCSIDriver Unable to update stats, driver is uninitialized [closed]
Hi,
I'm having couple of issues with Cinder, but first and foremost its the below issue, I sometimes can create a volume and sometimes cant:
Here is what I'm getting in cinder-volume log:
2014-01-13 13:31:25.746 1364 TRACE cinder.openstack.common.rpc.amqp
2014-01-13 13:32:08.646 1364 INFO cinder.volume.manager [-] Updating volume status
2014-01-13 13:32:08.647 1364 WARNING cinder.volume.manager [-] Unable to update stats, driver is uninitialized
2014-01-13 13:32:57.307 1364 ERROR cinder.openstack.common.rpc.amqp [req-cadfbb08-bc8f-4759-b4d4-973621b9f77b a015544687d5405dbdcfbf0522d3ea3b de8d94a92a114774b28e0d2ffd25101b] Exception during message handling
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp Traceback (most recent call last):
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/rpc/amqp.py", line 441, in _process_data
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp **args)
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/rpc/dispatcher.py", line 148, in dispatch
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, **kwargs)
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp File "/usr/lib/python2.7/dist-packages/cinder/utils.py", line 807, in wrapper
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp raise exception.DriverNotInitialized(driver=driver_name)
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp DriverNotInitialized: Volume driver 'LVMISCSIDriver' not initialized.
2014-01-13 13:32:57.307 1364 TRACE cinder.openstack.common.rpc.amqp
2014-01-13 13:33:08.648 1364 INFO cinder.volume.manager [-] Updating volume status
2014-01-13 13:33:08.648 1364 WARNING cinder.volume.manager [-] Unable to update stats, driver is uninitialized
2014-01-13 13:34:08.649 1364 INFO cinder.volume.manager [-] Updating volume status
2014-01-13 13:34:08.649 1364 WARNING cinder.volume.manager [-] Unable to update stats, driver is uninitialized
2014-01-13 13:35:08.650 1364 INFO cinder.volume.manager [-] Updating volume status
2014-01-13 13:35:08.650 1364 WARNING cinder.volume.manager [-] Unable to update stats, driver is uninitialized
The other issue that I have is for when the cinder service is Magically working but I'm not able to boot from image(create a new volume) i get no image error, the system creates the volume 3 times and the instance fails.
The above issue looks to be resolved by adding the driver in cinder.conf but i have the below issue now: 1-When I create or delete a small size volume everything seems to be ok, but deleten time is very long(1gig volume). But when I create a large volume(200GB) I cannot delete the volume at all or it takes forever, there in no log for this in schdular, there is below long in cinder-api and this log in cinder-volume:
Another issue as before is not being able to boot from volume(no ...