File: modify-ensure-export-1d56a40f5e762aa8.yaml

package info (click to toggle)
cinder 2%3A17.0.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,796 kB
  • sloc: python: 395,277; pascal: 2,085; sh: 585; makefile: 111; xml: 26; sql: 5
file content (10 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10

fixes:
  - |
    Storwize SVC Driver: Fixes `bug 1749687
    <https://bugs.launchpad.net/cinder/+bug/1749687>`__
    previously lsvdisk() was called separately for every
    'in-use' volume in order to check if the volume exists
    on the storage.
    In order to avoid problem of too long driver initialization
    now lsvdisk() is called once per pool.