tripleo-image-elements/elements/cinder-volume-nfs
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
..
os-apply-config/etc/cinder Move Cinder NFS backend driver config in cinder-volume-nfs element 2014-08-21 19:47:56 +02:00
os-refresh-config/post-configure.d Move Cinder NFS backend driver config in cinder-volume-nfs element 2014-08-21 19:47:56 +02:00
element-deps Run cinder-volume in active/passive mode for NFS backend 2014-08-29 10:13:48 +02:00
README.md Improve nfs-server to support multiple shares and options 2014-10-20 11:53:16 +02:00

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.