]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/distros: re-install nvme-cli package in rocky tests 66055/head
authorAdam King <adking@redhat.com>
Thu, 5 Feb 2026 20:12:32 +0000 (15:12 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 20 Mar 2026 14:21:00 +0000 (10:21 -0400)
Fixes: https://tracker.ceph.com/issues/73823
Signed-off-by: Adam King <adking@redhat.com>
qa/distros/all/rocky_10.yaml
qa/distros/all/rocky_9.yaml

index f68cce1a29dd696f9a74ccfc95d3ee4b4b7d3c23..cec934be35a3b6d68a322b9d25607091507e9951 100644 (file)
@@ -4,3 +4,9 @@ overrides:
   selinux:
     allowlist:
       - 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1'
+tasks:
+- pexec:
+    all:
+    # for https://tracker.ceph.com/issues/73823
+    - sudo dnf remove nvme-cli -y
+    - sudo dnf install nvmetcli nvme-cli -y
index 898b448aeb0287d520f6db0c44f8db0c9b55757b..0048bdcb41a9936652af8cf86e65eb8c7af64db7 100644 (file)
@@ -1,2 +1,8 @@
 os_type: rocky
 os_version: "9.6"
+tasks:
+- pexec:
+    all:
+    # for https://tracker.ceph.com/issues/73823
+    - sudo dnf remove nvme-cli -y
+    - sudo dnf install nvmetcli nvme-cli -y