Comment 5 for bug 1555728

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

Reviewed: https://review.openstack.org/369473
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=f963173a56eb599cb5c67983952c57164f5da960
Submitter: Jenkins
Branch: master

commit f963173a56eb599cb5c67983952c57164f5da960
Author: Helen Walsh <email address hidden>
Date: Tue Sep 13 14:49:10 2016 +0100

    VMAX driver - Create initiator group in single call

    The VMAX driver created the initiator group first
    and then added in the initiators one-by-one. This
    potentially had a performance impact because there could
    be a significant number of initiators. This fix creates
    the initiator group, containing all the initiators, in a
    single call.

    Change-Id: Ib8a2ad067442d6eef06de6888e8787af8e5bd1fc
    Closes-Bug: #1555728