Skip to content

Commit 4e5f269

Browse files
committed
qa/distros: reinstall nvme-cli on centos 9 nodes
To work around a potential linking issue between nvme-cli ad libnvme that prevents nvme-cli from correctly generating a hostnqn, causing nvme_fabrics: found same hostid edb4e426-766f-44c6-b127-da2a5b7446ef but different hostnqn hostnqn messages in dmesg and the inability to setup nvme loop devices Fixes: https://tracker.ceph.com/issues/67684 Signed-off-by: Adam King <[email protected]>
1 parent af74eef commit 4e5f269

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

qa/distros/container-hosts/centos_9.stream.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ overrides:
99
tasks:
1010
- pexec:
1111
all:
12+
# in order to work around a possible nvme-cli <-> libnvme linking issue
13+
# See https://tracker.ceph.com/issues/67684
14+
- sudo dnf remove nvme-cli -y
1215
- sudo dnf install nvmetcli nvme-cli -y

qa/distros/container-hosts/centos_9.stream_runc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ overrides:
88
tasks:
99
- pexec:
1010
all:
11+
# in order to work around a possible nvme-cli <-> libnvme linking issue
12+
# See https://tracker.ceph.com/issues/67684
13+
- sudo dnf remove nvme-cli -y
1114
- sudo dnf install runc nvmetcli nvme-cli -y
1215
- sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf
1316
- sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf

0 commit comments

Comments
 (0)