d5f79c52d8
This patch solves the problem of too slow initialization of cinder-volume service. Previously lsvdisk() was called separately for each 'in-use' volume in order to check if the volume exists on the storage. Now lsvdisk() is called once per pool. Change-Id: Ia84afc12a30ea7b714b287844e81ba02ce4b0f3d Closes-Bug: #1749687
11 lines
357 B
YAML
11 lines
357 B
YAML
|
|
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.
|