7916986e64
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that the location API location /shared-file-system and not /shared-file-systems. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I86f50af83be699fa7e0fb064abb20324e2d87b86
760 B
760 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.