File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
qa/distros/container-hosts Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ overrides:
99tasks :
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
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ overrides:
88tasks :
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
You can’t perform that action at this time.
0 commit comments