openstack-manuals/doc/install-guide/source/manila-verify.rst
dencaval a8af40d1d9 [install] Add steps for manila without the share server management mode
Performs refactoring for better documenting both manila modes:
with/without the management of share servers.

Closes-Bug: #1559031
Implements: bp installguide-mitaka

Change-Id: Id21bce7fb5ea450a3150cb194184c2cb553320b5
2016-04-11 08:24:00 -06:00

1.7 KiB

Verify operation

Verify operation of the Shared File Systems 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:

    For deployments using option 1:

    $ manila service-list
    +----+------------------+-------------+------+---------+-------+----------------------------+
    | Id | Binary           | Host        | Zone | Status  | State | Updated_at                 |
    +----+------------------+-------------+------+---------+-------+----------------------------+
    | 1  | manila-scheduler | controller  | nova | enabled | up    | 2016-03-30T20:17:28.000000 |
    | 2  | manila-share     | storage@lvm | nova | enabled | up    | 2016-03-30T20:17:29.000000 |
    +----+------------------+-------------+------+---------+-------+----------------------------+

    For deployments using option 2:

    $ manila service-list
    +----+------------------+-----------------+------+---------+-------+----------------------------+
    | Id | Binary           | Host            | Zone | Status  | State | Updated_at                 |
    +----+------------------+-----------------+------+---------+-------+----------------------------+
    | 1  | manila-scheduler | controller      | nova | enabled | up    | 2016-03-30T20:17:28.000000 |
    | 2  | manila-share     | storage@generic | nova | enabled | up    | 2016-03-30T20:17:29.000000 |
    +----+------------------+-----------------+------+---------+-------+----------------------------+