openstack-manuals/doc/install-guide/source/cinder-verify.rst
KATO Tomoyuki a1b991e7ce [install] use openstack command instead of cinder
Change-Id: Id1709a69a9e9b6059809b2b99fe53d4f7c9966a4
Implements: blueprint use-openstack-command
2016-11-07 14:56:55 +00:00

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

    $ 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 |
    +------------------+------------+------+---------+-------+----------------------------+