Jump to: navigation, search

Manila/Quobyte

< Manila
Revision as of 15:25, 24 March 2015 by Christina (talk | contribs) (Manila, Manila Driver with Quobyte, ManilaDriver, Quobyte)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Manila Driver Configuration with Quobyte

The Quobyte Manila driver provides access to shared storage residing on a Quobyte volume. Use the following configuration example in /etc/manila/manila.conf:

[default]
enabled_share_backends = quobyte
enabled_share_protocols = NFS,CIFS

default_share_type = quobyte

[quobyte]
share_driver = manila.share.drivers.quobyte.quobyte.QuobyteShareDriver
driver_handles_share_servers = False
share_backend_name = QUOBYTE
quobyte_api_url = https://<Quobyte API server>:51030
quobyte_api_ca = <path to API server verification certificate>
quobyte_api_username = <api_user>
quobyte_api_password = <api_user_pwd>
quobyte_delete_shares = False
quobyte_volume_configuration = BASE
quobyte_default_volume_user = <defaultuser>
quobyte_default_volue_group = <defaultgroup>