openstack-manuals/doc/config-reference/source/tables/manila-lvm.rst

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.