From 8a8774a75e0beb312378c16c36ab3e6015fe4edc Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 25 Aug 2023 16:32:11 +0000 Subject: [PATCH] Update git submodules * Update os-brick from branch 'master' to bb730f37cd40edfc09688a14c1f3da05003383fa - Merge "Check paths before extending device" - Check paths before extending device In a multipath enabled deployment, when we try to extend a volume and some paths are down, we fail to extend the multipath device and leave the environment in an inconsistent state. See LP Bug #2032177 for more details. To handle this, we check if all the paths are up before trying to extend the device and fail fast if any path is down. This ensures we don't partially extend some paths and leave the other to the original size leading to inconsistent state in the environment. Closes-Bug: 2032177 Change-Id: I5fc02efc5e9657821a1335f1c1ac5fe036e9329a --- os-brick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-brick b/os-brick index 71627c56ac..bb730f37cd 160000 --- a/os-brick +++ b/os-brick @@ -1 +1 @@ -Subproject commit 71627c56ac14bd3d31e78979d430eccee9a92d91 +Subproject commit bb730f37cd40edfc09688a14c1f3da05003383fa