Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
962a886e
Commit
962a886e
authored
7 years ago
by
Vladislav Belogrudov
Browse files
Options
Downloads
Patches
Plain Diff
Enable nfs driver volume snapshots by default
Change-Id: I36d7d62514416104c1f2f36cbd29c26c34c0d20d Closes-Bug: #1733304
parent
8bb44c43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/cinder/templates/cinder.conf.j2
+1
-0
1 addition, 0 deletions
ansible/roles/cinder/templates/cinder.conf.j2
releasenotes/notes/enable-nfs-volume-snapshots-a0347a31662b1109.yaml
+11
-0
11 additions, 0 deletions
...s/notes/enable-nfs-volume-snapshots-a0347a31662b1109.yaml
with
12 additions
and
0 deletions
ansible/roles/cinder/templates/cinder.conf.j2
+
1
−
0
View file @
962a886e
...
...
@@ -125,6 +125,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 %}
...
...
This diff is collapsed.
Click to expand it.
releasenotes/notes/enable-nfs-volume-snapshots-a0347a31662b1109.yaml
0 → 100644
+
11
−
0
View file @
962a886e
---
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment