style 💎: Update rootfs size in setupacdc.yml
Updated the rootfs size from a local LVM to a fixed size of 7G, simplifying the configuration process.
This commit is contained in:
@@ -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 size=7G \
|
||||||
-features {{ container_features }}
|
-features {{ container_features }}
|
||||||
args:
|
args:
|
||||||
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user