Brian Moss 9187ef1c95 [Install Guide] Block storage updates
There is no [lvm] section in cinder.conf. The settings should
be made in [DEFAULT].

Cinder backup section relies on an Object Storage node. The
Install Guide no longer has a chapter on installing Object
Storage. Removing the optional section on Cinder backup.

Update some command output.

Change-Id: I9588346e46880d22cde8c358f679e882d9d69d87
2016-09-30 14:38:54 +10:00

1.1 KiB

Verify 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:

    $ cinder service-list
    
    +------------------+-------------+------+---------+-------+----------------------------+-----------------+
    | Binary           | Host        | Zone | Status  | State | Updated_at                 | Disabled Reason |
    +------------------+-------------+------+---------+-------+----------------------------+-----------------+
    | cinder-scheduler | hst-os1ctl1 | nova | enabled | up    | 2016-09-30T02:27:41.000000 | -               |
    | cinder-volume    | block@lvm   | nova | enabled | up    | 2016-09-30T02:27:46.000000 | -               |
    +------------------+-------------+------+---------+-------+----------------------------+-----------------+