Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01: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.