From d706c92a2fed3b2303982a2f3fb2bb9195d8f678 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 12:22:14 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20rootfs=20path?= =?UTF-8?q?=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the rootfs path to use a more efficient storage format, reducing disk space requirements. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index bfdb9c4..48984ab 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -58,7 +58,7 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags "{{ container_tags | join(',') }}" \ - -rootfs 7G \ + -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \ -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf"