Update git submodules

* Update cinder from branch 'master'
  - Merge "lvm: Only use initiators when comparing connector dicts"
  - lvm: Only use initiators when comparing connector dicts
    
    Ib5aa1b7578f7d3200185566ff5f8634dd519d020 previously fixed the premature
    termination of multi attached iSCSI/LVM volumes by comparing the
    provided connector dict against that stored with any remaining active
    attachments. Only allowing the termination to proceed if a single active
    attachment remained using the provided connector.
    
    However this check fails if two instances on the same host are connected
    to the same multi attach volume using different mountpoints as these are
    now stored within the connector. This behaviour was introduced during
    Queens by If3afe8d8bd6b8c327ccc7d1140053bccaf7e1ad7 and
    I11ba269c3f7a2e7707b2b7e27d26eb7a2c948a82 to workaround differences
    between the cinderv2 and cinderv3 APIs.
    
    This change corrects this by only comparing the initiator key of the
    connectors ensuring terminate connection is only called when a single
    attachment remains on a given host using a specific initiator.
    
    Closes-Bug: #1825957
    Change-Id: Icabc4a67d3f5462fe24e4027e84e56a001e1b2b8
This commit is contained in:
Zuul 2019-04-27 18:45:07 +00:00 committed by Gerrit Code Review
parent 83ed1c53e3
commit f9a63e1105
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit 6b300958390775ba0f6ccbefe81b09a46ca8aa53
Subproject commit 774f71a0ed5945af7332c3b67a75dad2beb22838