From 8e93aa18a3173169c410df28a90185e31b018add Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 2 Feb 2026 15:52:45 -0500 Subject: [PATCH] testnode: Additional missing Rocky packages Fixes: https://tracker.ceph.com/issues/73630 Fixes: https://tracker.ceph.com/issues/74572 Signed-off-by: David Galloway --- roles/testnode/vars/rocky_10.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/testnode/vars/rocky_10.yml b/roles/testnode/vars/rocky_10.yml index 743e141b..9765802e 100644 --- a/roles/testnode/vars/rocky_10.yml +++ b/roles/testnode/vars/rocky_10.yml @@ -81,6 +81,9 @@ packages: - lvm2 - python3-setuptools - wget + - which + - perl-Test-Harness + - fuse epel_packages: - dbench -- 2.47.3