From dc3d33ef00aa8e8527f7286b9a269e192b2ecc42 Mon Sep 17 00:00:00 2001 From: Zuul Date: Sat, 6 Jan 2024 11:34:20 +0000 Subject: [PATCH] Update git submodules * Update os-brick from branch 'master' to 8e960a9bcd2458ab0281f8c56ec41e2f44cee7b8 - Merge "NVMe-oF: Fix generation of hostnqn file" - NVMe-oF: Fix generation of hostnqn file In some old nvme-cli versions the NVMe-oF create_hostnqn method fails. This happens specifically on versions between not having the show-hostnqn command and having it always return a value. On those version the command only returns the value present in the file and never tries to return an idempotent or random value. This patch adds for that specific case, which is identified by the stderr message: hostnqn is not available -- use nvme gen-hostnqn Closes-Bug: #2035606 Change-Id: Ic57d0fd85daf358e2b23326022fc471f034b0a2f --- os-brick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-brick b/os-brick index 504836db48..8e960a9bcd 160000 --- a/os-brick +++ b/os-brick @@ -1 +1 @@ -Subproject commit 504836db482caffb47240137e0d572c9763defba +Subproject commit 8e960a9bcd2458ab0281f8c56ec41e2f44cee7b8