File: fixing-driver-filter-14022294c8c04d2d.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixed the driver filter to not check for hard equality between the
    share_backend_name and the name reported by the host as it defeats the
    purpose of the capabilities filter giving the ability to use "<in>"
    selection operator in the extra-spec. Refer to `Launchpad bug 1815700
    <https://bugs.launchpad.net/manila/+bug/1815700>`_ for more details.