cd6ed180e3
With this we aim at making the nfs-server element capable of deploying an arbitrary number of shares and to define for each a list of clients allowed and the respective export options. Change-Id: Ib056885c94c3bc475ed0e84237c83414795fc8e0 |
||
---|---|---|
.. | ||
os-apply-config/etc/cinder | ||
os-refresh-config/post-configure.d | ||
element-deps | ||
README.md |
Use NFS as cinder-volume backend driver.
Configuration
cinder:
include_nfs_backend: False
# set to true to use the nfs backend
nfs_shares: None
# a list of nfs shares, each item in the list should be an nfs
# share address. (e.g 192.0.2.5:/mnt/state/var/lib/nfs_share)
NOTE: if backing Cinder with NFS remember to use the 'nfs-client' element on the compute nodes as they will have to mount the NFS share too.