From 93e510dfafea89656ebea5a324cde1d7b49fc866 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Wed, 30 Apr 2025 00:24:55 +0200 Subject: [PATCH] testnode/vars: add lvm2 to centos 9 The nvme-loop tests rely on lvm. Signed-off-by: Kyr Shatskyy --- roles/testnode/vars/centos_9.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3