Manila is configured by changing the contents of the manila.conf
file and restarting all of the Manila processes. Depending on the OpenStack distribution used, this may require issuing commands such as service openstack-manila-api restart or service manila-api restart.
The manila.conf
file contains a set of configuration options (one per line), specified as option_name
=value
. Configuration options are grouped together into a stanza, denoted by [
. There must be at least one stanza named stanza_name
][DEFAULT]
that contains configuration parameters that apply generically to Manila (and not to any particular backend). Configuration options that are associated with a particular Manila backend should be placed in a separate stanza.
Note | |
---|---|
While it is possible to specify driver-specific configuration options within the enabled_share_backends=clusterOne,clusterTwo The |