manila/releasenotes/notes/bug-1650043-gpfs-access-bugs-8c10f26ff1f795f4.yaml
Mark Sturdevant 5e7323cd1f GPFS CES: Fix bugs related to access rules not found
Several bugs are caused by an error code and
exception raised when a path has no NFS exports.
Use the machine-readable mmnfs export list command
(the -Y option) which does not cause an exception
when checking for exports.

Co-Authored-By: digvijay2016 <digvijay.ukirde@in.ibm.com>

Change-Id: I770756e0a36c5b61386878164b651fadf9730b7f
Closes-Bug: #1650043
Closes-Bug: #1650044
Closes-Bug: #1650045
2016-12-16 11:23:04 -08:00

7 lines
253 B
YAML

---
fixes:
- Fixed GPFS CES to allow adding a first access rule to a share.
- Fixed GPFS CES to allow deleting a share with no access rules.
- Fixed GPFS CES to allow deletion of a failed access rule
when there are no successful access rules.