qa/distros: re-install nvme-cli package in rocky tests

Fixes: https://tracker.ceph.com/issues/73823

Signed-off-by: Adam King <adking@redhat.com>
This commit is contained in:
Adam King 2026-02-05 15:12:32 -05:00 committed by Casey Bodley
parent 25411d57c6
commit e3b084aaf4
2 changed files with 12 additions and 0 deletions

View 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

View 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