From c2736624d823dbafbebaed2eec456d533c04f712 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 12:10:41 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20rootfs=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new parameter to the setupacdc.yml file to specify the root filesystem for containers, allowing for more flexible and efficient container setup. This change enables the use of local LVM as the root filesystem for containers, improving overall system performance and security. --- tasks/setupacdc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 7e8ad9a..db3766c 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -58,6 +58,7 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags "{{ container_tags | join(',') }}" \ + -rootfs [local-lvm]:4 -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf"