2be2160ddb
Migrate the shared file systems documents from the centralized Admin Guide as outlined in the migration spec [1]. [1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Partial-Bug: #1706181 Needed-By: Ibe3588c3f4560c037cf109058fc357234e70a846 Depends-On: Ieea33262101a1d2459492c1c8aaac5fe042279f6 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I7924d94b82e7c8d9716bad7a219fc38c57970773
766 B
766 B
Manage shares services
The Shared File Systems service provides API that allows to manage
running share services (Share
services API). Using the 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.