Update git submodules

* Update cinder from branch 'master'
  to 031f10ce95717f9c153c5db620e6157610394444
  - Merge "Log when waiting to acquire coordinator lock"
  - Log when waiting to acquire coordinator lock
    
    We currently have no log entry when we start trying to acquire a lock.
    
    In general this is ok, but there are cases where it can be problematic
    for example if we have a deadlock situation or if a lock takes a very
    long time to be acquired.
    
    In those scenarios looking at the logs we would see the operation
    proceed normally and suddenly go completely silent without knowing that
    is waiting for a lock to be freed.
    
    This patch adds a debug log message right before trying to acquire the
    lock so we can detect those situations.
    
    Change-Id: Ida70e9b6098b2e0426cc479811e08a164ed24899
This commit is contained in:
Zuul 2022-06-27 10:38:58 +00:00 committed by Gerrit Code Review
parent 938fd33c2c
commit 1b981efbb1
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit d33ff5ab3356dba0ce330644effdcd0fa24fb213
Subproject commit 031f10ce95717f9c153c5db620e6157610394444