style 💎: Update rootfs configuration for LXC containers

Updated the rootfs configuration in setupacdc.yml to include the local-lvm partition, ensuring consistency with PVE's requirements.
This commit is contained in:
2025-11-02 12:11:03 +01:00
parent c2736624d8
commit e1ea5b53d1

View File

@@ -58,7 +58,7 @@
-protection {{ container_protection }} \ -protection {{ container_protection }} \
-unprivileged {{ container_unprivileged }} \ -unprivileged {{ container_unprivileged }} \
-tags "{{ container_tags | join(',') }}" \ -tags "{{ container_tags | join(',') }}" \
-rootfs [local-lvm]:4 -rootfs [local-lvm]:4 \
-features {{ container_features }} -features {{ container_features }}
args: args:
creates: "/etc/pve/lxc/{{ container_id }}.conf" creates: "/etc/pve/lxc/{{ container_id }}.conf"