mirror of
https://github.com/ceph/ceph
synced 2025-02-10 12:32:40 +00:00
Fixes: http://tracker.ceph.com/issues/66640 Signed-off-by: Venky Shankar <vshankar@redhat.com>
13 lines
242 B
YAML
13 lines
242 B
YAML
os_type: centos
|
|
os_version: "9.stream"
|
|
overrides:
|
|
selinux:
|
|
allowlist:
|
|
- scontext=system_u:system_r:logrotate_t:s0
|
|
- scontext=system_u:system_r:getty_t:s0
|
|
|
|
tasks:
|
|
- pexec:
|
|
all:
|
|
- sudo dnf install nvmetcli nvme-cli -y
|