mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-12-06 11:08:45 +00:00
Renamed FILEFS vars to SHAREFS
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user