tripleo-image-elements/elements/cinder-volume-nfs/README.md
Giulio Fidente 7714a00c12 Move Cinder NFS backend driver config in cinder-volume-nfs element
This change aims at moving out of cinder/cinder-volume elements
the bits needed to configure the Cinder NFS backend driver and
as such add the nfs-client element which is a dependency for the
NFS backend driver.

To configure Cinder with a pre-existing NFS share, one has to add
cinder-volume-nfs to the image elements and populate the Heat
template with the NFS shares list as per README files.

Change-Id: I79725a19fc61946f9b0f92a0b54c9b3a440b247a
2014-08-21 19:47:56 +02:00

414 B

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: make sure to use the 'nfs-client' element when building the compute nodes too.