manila/releasenotes/notes/bug-1922075-fix-Glusterfs-create-share-from-snapshot-failed-053a583522a6fc0e.yaml
LinPeiWen 63e255248b [Glusterfs] Fix create share from snapshot failed
1、After performing a snapshot clone of the glusterfs vol,
  the status of the vol is'Created', and the parameter
  "gluster volume set nfs.rpc-auth-reject'*'" is required for
  the vol in the'Started' state.
2、The cloned volume needs to activate the snapshot,
  if the snapshot is already activated, you need to skip the activation step

Closes-Bug: #1922075
Change-Id: I304bf59b3f8c0d5b847078a5752bac8ac4f21690
2021-04-27 09:23:13 +00:00

7 lines
239 B
YAML

---
fixes:
- |
Fixed `bug #1922075 <https://bugs.launchpad.net/manila/+bug/1922075>`_
Fixed the problem that "gluster volume set nfs.rpc-auth-reject '*'"
failed when the glusterfs driver created an instance from a snapshot.