6f921ef4d4
This patch installs nfs-utils, creates a directory for mounting shares, adds configuration and sets up the shares file if metadata keys "include_nfs_backend: true" and "nfs_shares" are present. See https://review.openstack.org/#/c/75017/ for template info. Change-Id: Id29015e6b2a97ee8a13049eb7d9161781b415be4
391 B
391 B
Installs cinder volume service.
Configuration
cinder:
include_nfs_backend: False
# set to true to add the nfs backend configuration to /etc/cinder/cinder.conf.
nfs_shares: None
# a list of nfs shares written to /etc/cinder/shares.txt. each item in the list
# should be an nfs share address. (e.g 192.0.2.5:/mnt/state/var/lib/nfs_share)