KATO Tomoyuki 6262a6811a [config-ref] update manila config options for Ocata
Change-Id: I6e51dec7218eb4c0537f4630f670deaf3c5ce38e
2017-02-13 19:08:26 +09:00

1.3 KiB

Description of LVM share driver configuration options
Configuration option = Default value Description
[DEFAULT]
lvm_share_export_ip = None (String) IP to be added to export string.
lvm_share_export_root = $state_path/mnt (String) Base folder where exported shares are located.
lvm_share_helpers = CIFS=manila.share.drivers.helpers.CIFSHelperUserAccess, NFS=manila.share.drivers.helpers.NFSHelper (List) Specify list of share export helpers.
lvm_share_mirrors = 0 (Integer) If set, create LVMs with multiple mirrors. Note that this requires lvm_mirrors + 2 PVs with available space.
lvm_share_volume_group = lvm-shares (String) Name for the VG that will contain exported shares.