tripleo-heat-templates/releasenotes/notes/add-cinder-nfs-snapshot-support-16664aa46a67a5ad.yaml
Alan Bishop 07c02286fd Add support for cinder NFS snapshots
Add CinderNfsSnapshotSupport parameter that controls whether cinder's
NFS driver supports snapshots. The default value is True.

Depends-On: I4df8e3941eb074339e399e5a5c44fa411ff21560
Change-Id: I9a42f805fd28fd04bee771cac63bd0080b39c7c0
2018-12-06 12:27:38 -05:00

14 lines
599 B
YAML

---
features:
- |
Add new CinderNfsSnapshotSupport parameter, which controls whether
cinder's NFS driver supports snapshots. The default value is True.
upgrade:
- |
Cinder's NFS driver does not support snapshots unless the feature is
explicitly enabled (this policy was chosen to ensure compatibility with
very old versions of libvirt). The CinderNfsSnapshotSupport default value
is True, and so the new default behavior enables NFS snapshots. This
change is safe because it just enables a capability (i.e. snapshots)
that other cinder drivers generally provide.