From f72e945f9e66a176033babee35a22b5be3a75720 Mon Sep 17 00:00:00 2001 From: Klention Mali Date: Mon, 14 Jul 2025 23:20:03 +0200 Subject: [PATCH] Force extending VG --- tests/integration/targets/lvm_pv_move_data/tasks/moving.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml b/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml index 3f18ff444a..0d125e4c5b 100644 --- a/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml +++ b/tests/integration/targets/lvm_pv_move_data/tasks/moving.yml @@ -12,6 +12,7 @@ community.general.lvg: vg: testvg pvs: "{{ loop_device_02.stdout }}" + force: true - name: Moving data from {{ loop_device_01.stdout }} to {{ loop_device_02.stdout }} (both in same VG) community.general.lvm_pv_move_data: