Update git submodules

* Update cinder from branch 'master'
  to 273175720fa9c7885eaf2e8df46af5007aaecd3a
  - Merge "HPE 3par: Unable to create clone of replicated vol"
  - HPE 3par: Unable to create clone of replicated vol
    
    Two possibilities of clone volume:
    1] same size, online copy
    
    Existing behaviour: start clone & return from function.
    Error occur because clone is not yet complete and
    code tries to create vol on secondary array.
    
    2] size is different, offline copy
    
    Existing behaviour: (i) create new replicated vol.
    (ii) during clone operation below error occur:
    Volume is involved in remote copy
    (iii) Since clone operation fails, delete new replicated vol (as cleanup).
    
    To overcome both possibilities, code changes are done.
    
    For clone of replicated vol, create offline copy only.
    Steps:
    (i) Create new vol without replication.
    (ii) Perform clone operation; wait till completion (offline copy).
    (iii) Create vol on secondary array.
    
    Closes-Bug: #2021941
    Change-Id: I1f025542a2509e36919ece01b29064377dbbe189
This commit is contained in:
Zuul 2024-03-22 10:09:46 +00:00 committed by Gerrit Code Review
parent bdad91a561
commit 4eeed78466
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit d94ecc22c036d060c0a52bd5130281e244a769e5
Subproject commit 273175720fa9c7885eaf2e8df46af5007aaecd3a