deb-manila/install-guide/source/verify.rst
Goutham Pacha Ravi dfbe3ea418 In-tree Install Guide
The OpenStack install guide team has recommended that projects
that are not part of the starter-kit:compute [1] (and a few other projects
like Cinder and Horizon) maintain their install guide in-tree. [2]

[1] http://governance.openstack.org/reference/tags/starter-kit_compute.html
[2] http://git.openstack.org/cgit/openstack/docs-specs/tree/specs/newton/project-specific-installguides.rst

Change-Id: I2b49fcfd99b3be40bb1ae7d7b8348abdb5b58b90
Co-Authored-By: Denis Cavalcante <dencaval@gmail.com>
Implements: blueprint manila-in-tree-install-guide
Partially-implements: blueprint projectspecificinstallguides
2016-08-12 08:06:38 -04:00

1.1 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.sh
  2. List service components to verify successful launch of each process:

    $ manila service-list
    +------------------+----------------+------+---------+-------+----------------------------+-----------------+
    |      Binary      |    Host        | Zone |  Status | State |         Updated_at         | Disabled Reason |
    +------------------+----------------+------+---------+-------+----------------------------+-----------------+
    | manila-scheduler | controller     | nova | enabled |   up  | 2014-10-18T01:30:54.000000 |       None      |
    | manila-share     | share1@generic | nova | enabled |   up  | 2014-10-18T01:30:57.000000 |       None      |
    +------------------+----------------+------+---------+-------+----------------------------+-----------------+