2ce5b11b1a
This patch changes the name of the Admin-Guide from the Cloud Admin Guide to the Administrator guide. This affects the filename in the repository, and references to cloud administrators within the document texts. 1.) Changing instances of 'cloud administrator' to 'administrator'. 2.) Change links from '/admin-guide-cloud/' to '/admin-guide/' within the Admin Guide. 3.) Adjust .htaccess file. Change-Id: I7f21a710e922981aa295afc0616de36fd819b523 Implements: blueprint user-guides-reorganised
773 B
773 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.