tripleo-image-elements/elements/cinder-volume-nfs/README.md
Giulio Fidente cd6ed180e3 Improve nfs-server to support multiple shares and options
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
2014-10-20 11:53:16 +02:00

14 lines
470 B
Markdown

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.