Comment 2 for bug 1660401

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

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

commit f1a6b1ca7a9aedbaa921dc0f3f76fa404338150e
Author: Alyson Rosa <email address hidden>
Date: Tue Jan 31 08:28:08 2017 -0200

    HNAS: avoid mismatch access level for managed shares

    A CIFS managed share can contain some rules added in backend, and when
    we try to add an already existent rule through manila, but with
    different access level, the driver will return success with message
    "user already allowed". So, manila will show an access level for this
    rule that is different from the one in backend. This behaviour does
    not apply to NFS shares.

    In this case, it will call an update access rule for CIFS shares to
    assure that rules in backend and in manila are always with same access
    level.

    Change-Id: I3c97ff7a5fee241685d54ac4cf7269ed55f1f602
    Closes-bug: #1660401