openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #24112
not getting cinder volume meters/resources from ceilometer
I have created the openstack setup with devstack. I have created the volumes and instances. When I am listing resources using
http://10.102.153.37:8777/v2/resources ;
then I am getting only instnaces not volumes. Similarly I am not getting any meters.
I tried setting
notification_driver=cinder.openstack.common.notifier.rabbit_notifier
notification_driver=cinder.openstack.common.notifier.rpc_notifier
in cinder.conf and restarting cinder-volume service and ceilometer-collector service.
Still I am not getting any volume related meters. Neither they are mentioned in resources.
In c-vol screen logs I can see below kind of logs when creating and deleting volumes.
f4-8ba8-8cdac08c7b21', 'project_id': u'39587e1865d14ea991b4ddf82c1dc1ab', 'read_deleted': u'no', 'tenant': u'39587e1865d14ea991b4ddf82c1dc1ab'}
2013-05-31 16:54:24 INFO [cinder.volume.manager] volume volume-147adb04-be41-4949-9fbf-52c871593de4: deleting
2013-05-31 16:54:24 DEBUG [cinder.openstack.common.rpc.amqp] Sending volume.delete.start on notifications.info
2013-05-31 16:54:24 DEBUG [cinder.openstack.common.rpc.amqp] UNIQUE_ID is fd2593f309ca45579955afa7eb20d6ca.
2013-05-31 16:54:24 INFO [cinder.volume.manager] Clear capabilities
Thanks,
Anshul