From aba21e3d97e6d800ad7f741bf7e04bc5c428813b Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 10 Jan 2024 14:12:09 +0000 Subject: [PATCH] Update git submodules * Update os-brick from branch 'master' to 7ad6acdff509b49a0a2ff39efe0af8e6123a6144 - Merge "NVMe-oF: Support nvme cli v2" - NVMe-oF: Support nvme cli v2 The nvme cli has changed its behavior, now they no longer differentiate between errors returning a different exit code. Exit code 1 is for errors and 0 for success. This patch fixes the detection of race conditions to also look for the message in case it's a newer CLI version. Together with change I318f167baa0ba7789f4ca2c7c12a8de5568195e0 we are ready for nvme CLI v2. Closes-Bug: #1961222 Change-Id: Idf4d79527e1f03cec754ad708d069b2905b90d3f --- os-brick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-brick b/os-brick index 6dec29040d..7ad6acdff5 160000 --- a/os-brick +++ b/os-brick @@ -1 +1 @@ -Subproject commit 6dec29040deb76c117380536cec0655d7e3645aa +Subproject commit 7ad6acdff509b49a0a2ff39efe0af8e6123a6144