Add the Block Storage service agent for TelemetryTo retrieve volume samples, you must configure the Block
Storage service to send notifications to the bus.Edit /etc/cinder/cinder.conf
and add in the [DEFAULT] section on the controller
and volume nodes:control_exchange = cinder
notification_driver = cinder.openstack.common.notifier.rpc_notifierRestart the Block Storage services with their new
settings.On the controller node:#service cinder-api restart#service cinder-scheduler restart#systemctl restart openstack-cinder-api.service openstack-cinder-scheduler.serviceOn SLES:#service openstack-cinder-api restart#service openstack-cinder-scheduler restartOn openSUSE:#systemctl restart openstack-cinder-api.service openstack-cinder-scheduler.serviceOn the storage node:#service cinder-volume restart#systemctl restart openstack-cinder-volume.serviceOn SLES:#service openstack-cinder-volume restartOn openSUSE:#systemctl restart openstack-cinder-volume.serviceIf you want to collect OpenStack Block Storage notification on demand,
you can use cinder-volume-usage-audit from OpenStack Block Storage.
For more information, Block Storage audit script setup to get notifications.