manila/releasenotes/notes/bug-1651587-deny-access-verify-563ef2f3f6b8c13b.yaml
Mark Sturdevant 9157b8afb2 GPFS KNFS: Fix deny access to succeed when possible
Use looser error code checking and add a verify
after deny access so that the call will succeed
whenever it can be confirmed that the access no
longer exists.

This fixes a variety of situations where previously
a return code of 1 while attempting to remove access
would cause the manila access rule to get stuck while
the actual client access export was removed or never
existed.

Change-Id: Ie058a6185e3f5d91fb1cf232301eb0ac6ddcea7e
Closes-Bug: #1651587
2016-12-23 01:17:20 +00:00

5 lines
118 B
YAML

---
fixes:
- Fixed GPFS KNFS deny access so that it will not fail when
the access can be verified to not exist.