Skip to content
Snippets Groups Projects
Commit 48e577ec authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Enable nfs driver volume snapshots by default"

parents ec531517 962a886e
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ image_upload_use_cinder_backend = True
volume_driver = cinder.volume.drivers.nfs.NfsDriver
volume_backend_name = nfs-1
nfs_shares_config = /etc/cinder/nfs_shares
nfs_snapshot_support = True
{% endif %}
{% if enable_cinder_backend_hnas_iscsi | bool %}
......
---
features:
- |
This feature enables volume snapshots for NFS Cinder driver.
NFS volume snapshots appeared in Ocata release and require
libvirt >= 1.2.7
upgrade:
- |
On upgrade NFS Cinder snapshots will be activated. One can
prohibit this by setting nfs_snapshot_support = False in
/etc/kolla/config/cinder/cinder-volume.conf, section '[nfs-1]'.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment