a8af40d1d9
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
1.7 KiB
1.7 KiB
Verify operation
Verify operation of the Shared File Systems service.
Note
Perform these commands on the controller node.
Source the
admin
credentials to gain access to admin-only CLI commands:$ . admin-openrc
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 | +----+------------------+-----------------+------+---------+-------+----------------------------+