openstack-manuals/doc/install-guide/source/ceilometer-cinder.rst
Andreas Jaeger 25d1b7d617 Remove DocBook XML files for Install Guide
Remove DocBook XML files and rename directory from install-guide-rst to
install-guide.

Adjust everything so that publishing works.
Update README to remove DocBook XML Install Guide specific instructions.

Implements: blueprint installguide-liberty
Change-Id: If723c44c3c0383dc8ab8e53798d82e7f0ee2cc57
2015-08-19 16:35:31 +02:00

1.6 KiB

Configure the Block Storage service

To retrieve volume-oriented events and samples, you must configure the Block Storage service to send notifications to the message bus. Perform these steps on the controller and storage nodes.

To configure prerequisites

Edit the /etc/cinder/cinder.conf file and complete the following actions:

  1. In the [DEFAULT] section, configure notifications:

    [DEFAULT]
    ...
    control_exchange = cinder
    notification_driver = messagingv2</programlisting>

obs or rdo

  1. Restart the Block Storage services on the controller node:

    # systemctl restart openstack-cinder-api.service openstack-cinder-scheduler.service
  2. Restart the Block Storage services on the storage nodes:

    # systemctl restart openstack-cinder-volume.service

ubuntu

  1. Restart the Block Storage services on the controller node:

    # service cinder-api restart
    # service cinder-scheduler restart
  2. Restart the Block Storage services on the storage nodes:

    # service cinder-volume restart
  1. Use the cinder-volume-usage-audit command to retrieve meters on demand. For more information, see Block Storage audit script setup to get notifications <http://docs.openstack.org/ admin-guide-cloud/content/section_telemetry-cinder-audit-script.html>__.