Comment 7 for bug 1815700

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

Reviewed: https://review.openstack.org/644723
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=c75d48c067875609f5e0dcc1c8f6896f55af9fbd
Submitter: Zuul
Branch: stable/queens

commit c75d48c067875609f5e0dcc1c8f6896f55af9fbd
Author: snpd <email address hidden>
Date: Sun Mar 3 12:26:34 2019 +0530

    Fix driver filter to not check share_backend_name

    Fixed the bug stating: Driver filter disallows using
    queries with share_backend_name. The driver filter was
    checking for hard equality between the share_backend_name
    specified in the share type and the name reported by the
    host [1]. This defeats the purpose of the capabilities
    filter giving the ability to use "<in>" (selection)
    operator in the extra-spec. Thus this commit fixes it by
    updating the required files according to
    openstack/cinder/commit/b32011 as now the driver does not
    check for shared_backend_name.

    Closes-Bug: #1815700

    Change-Id: If384392d0f140922bb85a1dc50b0c4494c231e2f
    (cherry picked from commit 86c1576110f9e6d92ea539c2a2b16f46d325f6ee)
    (cherry picked from commit ce370a1892ed5e1820d55008acb2e87abc7b9db8)