From fa263a4b27c172ab17a17eefb0624e10f870168a Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 12:26:02 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20rootfs=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the rootfs size in the setupacdc.yml file to match the new disk size, ensuring consistency with the latest container storage configuration. --- tasks/setupacdc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 48984ab..cc082cd 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -58,11 +58,12 @@ -protection {{ container_protection }} \ -unprivileged {{ container_unprivileged }} \ -tags "{{ container_tags | join(',') }}" \ - -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \ -features {{ container_features }} args: creates: "/etc/pve/lxc/{{ container_id }}.conf" - + +# -rootfs {{ container_storage }}:{{ container_id }}/vm-{{ container_id }}-disk-0.raw,size=7G \ + # -timezone: {{ localization_timezone }} \ - name: Start the LXC container {{ container_hostname }}