Renamed FILEFS vars to SHAREFS

This commit is contained in:
Thorsten Spille 2021-04-09 16:42:27 +02:00
parent 2a02e79f43
commit c02558dfe9
3 changed files with 10 additions and 10 deletions

View file

@ -15,13 +15,13 @@
LXC_TEMPLATE_STORAGE="local"
# Define the size and storage location of the container's root filesystem
LXC_ROOTFS_SIZE="100"
LXC_ROOTFS_SIZE="32"
LXC_ROOTFS_STORAGE="local-zfs"
# Define the size, storage location and mountpoint of the container's shared filesystem (required for 'zmb_standalone' and 'zmb_member')
LXC_FILEFS_SIZE="100"
LXC_FILEFS_STORAGE="local-zfs"
LXC_FILEFS_MOUNTPOINT="tank"
LXC_SHAREFS_SIZE="100"
LXC_SHAREFS_STORAGE="local-zfs"
LXC_SHAREFS_MOUNTPOINT="tank"
# Define whether the container will be created in unprivileged (1) or privileged (0) mode
# For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0'