cinder/doc/source/install/cinder-verify.rst
tianhui 61c438710c Fix doc output examples
Update the response of openstack volume service list

Change-Id: Ib5427827862c88bfe4b4cf7e649b7d60884337ca
2018-10-09 11:23:35 +00:00

1.1 KiB

Verify Cinder operation

Verify operation of the Block Storage service.

Note

Perform these commands on the controller node.

  1. Source the admin credentials to gain access to admin-only CLI commands:

    $ . admin-openrc
  2. List service components to verify successful launch of each process:

    $ openstack volume service list
    
    +------------------+------------+------+---------+-------+----------------------------+
    | Binary           | Host       | Zone | Status  | State | Updated_at                 |
    +------------------+------------+------+---------+-------+----------------------------+
    | 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 |
    +------------------+------------+------+---------+-------+----------------------------+