deb-ceilometer/install-guide/source/cinder/install-cinder-obs.rst

1.1 KiB

Enable Block Storage meters for openSUSE and SUSE Linux Enterprise

Telemetry uses notifications to collect Block Storage service meters. Perform these steps on the controller and Block Storage nodes.

Note

Your environment must include the Block Storage service.

Configure Cinder to use Telemetry

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

  • In the [oslo_messaging_notifications] section, configure notifications:

    [oslo_messaging_notifications]
    ...
    driver = messagingv2

Finalize installation

  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