From: Kyr Shatskyy Date: Tue, 29 Apr 2025 22:24:55 +0000 (+0200) Subject: testnode/vars: add lvm2 to centos 9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93e510dfafea89656ebea5a324cde1d7b49fc866;p=ceph-cm-ansible.git testnode/vars: add lvm2 to centos 9 The nvme-loop tests rely on lvm. Signed-off-by: Kyr Shatskyy --- diff --git a/roles/testnode/vars/centos_9.yml b/roles/testnode/vars/centos_9.yml index 093a709d..56c1997c 100644 --- a/roles/testnode/vars/centos_9.yml +++ b/roles/testnode/vars/centos_9.yml @@ -60,6 +60,8 @@ packages: - qemu-kvm-block-rbd # for pjd tests - libacl-devel + # for nvme-loop dependent tests + - lvm2 # for fs tests, - autoconf # for test-crash.sh