style 💎: Update rootfs size to use a single value
Simplified the rootfs configuration by removing the size parameter and using a single value of 7G, making it consistent with other configurations.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
-protection {{ container_protection }} \
|
||||
-unprivileged {{ container_unprivileged }} \
|
||||
-tags "{{ container_tags | join(',') }}" \
|
||||
-rootfs size=7G \
|
||||
-rootfs 7G \
|
||||
-features {{ container_features }}
|
||||
args:
|
||||
creates: "/etc/pve/lxc/{{ container_id }}.conf"
|
||||
|
||||
Reference in New Issue
Block a user