From fa5ee9d085a071d55dfd8b56956084434a9c4dc2 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 12:13:18 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20rootfs=20size?= =?UTF-8?q?=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the rootfs size from a local LVM to a fixed size of 7G, simplifying the configuration process. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 7e4fa08..7f8846d 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -58,7 +58,7 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags "{{ container_tags | join(',') }}" \ - -rootfs [local-lvm]:4 \ + -rootfs size=7G \ -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf"