Comment 2 for bug 1749687

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/546489
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=d5f79c52d886e962e1e42af4d892b35eec5bb81f
Submitter: Zuul
Branch: master

commit d5f79c52d886e962e1e42af4d892b35eec5bb81f
Author: Margarita Shakhova <email address hidden>
Date: Wed Feb 21 07:50:47 2018 +0300

    Storwize: get list of all volumes for ensure_export.

    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