From b32135bee64ca14c2ce039ef05c81f1b02e3b809 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 13 Aug 2024 10:49:52 -0600 Subject: [PATCH] test: should only operate on test_ vgs Tests that use `snapshot_lvm_all_vgs: true` must restrict operations to vgs that start with `test_` to avoid conflicts with non-test vgs. Signed-off-by: Rich Megginson --- tests/tests_thin_basic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests_thin_basic.yml b/tests/tests_thin_basic.yml index 94f9a30..ae9f597 100644 --- a/tests/tests_thin_basic.yml +++ b/tests/tests_thin_basic.yml @@ -2,6 +2,8 @@ - name: Basic snapshot test hosts: all vars: + # only use vgs matching this pattern + snapshot_lvm_vg_include: "^test_" test_disk_min_size: "1g" test_disk_count: 10 test_storage_pools: