07c02286fd
Add CinderNfsSnapshotSupport parameter that controls whether cinder's NFS driver supports snapshots. The default value is True. Depends-On: I4df8e3941eb074339e399e5a5c44fa411ff21560 Change-Id: I9a42f805fd28fd04bee771cac63bd0080b39c7c0
14 lines
599 B
YAML
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.
|