Atom feed of this document
  
 

 Add the Block Storage service agent for Telemetry

  1. To 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_notifier
  2. Restart the Block Storage services with their new settings.

    On the controller node:

    # service cinder-api restart
    # service cinder-scheduler restart

    On the volume node:

    # service cinder-volume restart
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...