Comment 2 for bug 1651587

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/413762
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=9157b8afb2177008807156b3f2f776459206ad68
Submitter: Jenkins
Branch: master

commit 9157b8afb2177008807156b3f2f776459206ad68
Author: Mark Sturdevant <email address hidden>
Date: Wed Dec 21 12:00:13 2016 -0800

    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