868297569e
This patch updates some outdated links reference inside the doc. Change-Id: I90aa82f16e32441a1c457f413c75e0289ba7d93f
17 lines
765 B
ReStructuredText
17 lines
765 B
ReStructuredText
.. _shared_file_systems_services_manage.rst:
|
|
|
|
======================
|
|
Manage shares services
|
|
======================
|
|
|
|
The Shared File Systems service provides API that allows to manage running
|
|
share services (`Share services API
|
|
<http://developer.openstack.org/api-ref/shared-file-systems/>`_).
|
|
Using the :command:`manila service-list` command, it is possible to get a list
|
|
of all kinds of running services. To select only share services, you can pick
|
|
items that have field ``binary`` equal to ``manila-share``. Also, you can
|
|
enable or disable share services using raw API requests. Disabling means that
|
|
share services are excluded from the scheduler cycle and new shares will not
|
|
be placed on the disabled back end. However, shares from this service stay
|
|
available.
|