extra_specs is not case-insensitive

Bug #1850029 reported by WooHyung Han
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
Low
WooHyung Han

Bug Description

Extra_specs are key/value pair for filtering backends. If some share_type has extra_specs that 'storage_protocol=NFS', matching with 'CIFS' failed but 'NFS' succeeds. However, if we trying to match with 'nfs' it failed. We can make both 'nfs' and 'NFS' are acceptable.

Changed in manila:
assignee: nobody → WooHyung Han (whhan91)
status: New → In Progress
Jason Grosso (jgrosso)
Changed in manila:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.opendev.org/688053
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=417071f1813a8f32e5d6ade8f8f2f6432587f9be
Submitter: Zuul
Branch: master

commit 417071f1813a8f32e5d6ade8f8f2f6432587f9be
Author: Woohyung Han <email address hidden>
Date: Fri Oct 11 12:36:27 2019 +0900

    Make extra_specs value as case-insensitive

    Currently the value of extra_specs is not case-insenstive. If some
    share_type has extra_specs that is `storage_protocol=NFS`, It will
    not be filtered by `storage_protocol=nfs`. Make extra_specs value
    as case-insensitive.

    Change-Id: I51376d1b13a5300cfdbe19f6eadc341db45efcd6
    Closes-Bug: #1850029

Changed in manila:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.