diff --git a/doc/source/admin/blockstorage-get-capabilities.rst b/doc/source/admin/blockstorage-get-capabilities.rst index 805ffafbe3e..aa12d71b99f 100644 --- a/doc/source/admin/blockstorage-get-capabilities.rst +++ b/doc/source/admin/blockstorage-get-capabilities.rst @@ -39,6 +39,7 @@ First, get a list of the services: +------------------+-------------------+------+---------+-------+----------------------------+ | cinder-scheduler | controller | nova | enabled | up | 2016-10-24T13:53:35.000000 | | cinder-volume | block1@ABC-driver | nova | enabled | up | 2016-10-24T13:53:35.000000 | + | cinder-backup | controller | nova | enabled | up | 2016-10-24T13:53:35.000000 | +------------------+-------------------+------+---------+-------+----------------------------+ With one of the listed hosts, pass that to ``get-capabilities``, then @@ -93,6 +94,7 @@ command combined with the Binary and Host to disable the service: +------------------+----------------------+------+---------+-------+----------------------------+ | cinder-scheduler | devstack | nova | enabled | up | 2016-10-24T13:53:35.000000 | | cinder-volume | devstack@lvmdriver-1 | nova | enabled | up | 2016-10-24T13:53:35.000000 | + | cinder-backup | devstack | nova | enabled | up | 2016-10-24T13:53:35.000000 | +------------------+----------------------+------+---------+-------+----------------------------+ #. Disable the service using the Binary and Host name, placing the Host diff --git a/doc/source/install/cinder-verify.rst b/doc/source/install/cinder-verify.rst index 5b87ce83398..d29742bbe97 100644 --- a/doc/source/install/cinder-verify.rst +++ b/doc/source/install/cinder-verify.rst @@ -29,6 +29,7 @@ Verify operation of the Block Storage service. +------------------+------------+------+---------+-------+----------------------------+ | cinder-scheduler | controller | nova | enabled | up | 2016-09-30T02:27:41.000000 | | cinder-volume | block@lvm | nova | enabled | up | 2016-09-30T02:27:46.000000 | + | cinder-backup | controller | nova | enabled | up | 2016-09-30T02:27:41.000000 | +------------------+------------+------+---------+-------+----------------------------+