commit 311c2f0f747c1d0840e2b8b2750c23e3739b34bf Author: Zuul Date: Wed Oct 14 04:33:52 2020 +0000 Update git submodules * Update cinder from branch 'master' - Merge "RBD: Run flatten in a different thread when cloning a volume" - RBD: Run flatten in a different thread when cloning a volume The current implementation of create_cloned_volume calls flatten directly, and this makes whole thread of cinder-volume blocked by that flatten call. This causes heartbeat timeout in RabbitMQ when cloning a volume with rbd backend. This patch makes sure that flatten is executed in a different thread, to allow heatbeat thread to run while flattening a rbd image. Closes-Bug: #1898918 Change-Id: I9f28260008117abcebfc96dbe69bf892f5cd14fe diff --git a/cinder b/cinder index 021370c..ed0477f 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 021370c0c346aa65de01dd52eeb8cb8ed5341e1c +Subproject commit ed0477f1c578ae7db42cf2899e4329c07b78eb94