summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes/lxc_setup.sh.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/lxc_setup.sh.txt b/notes/lxc_setup.sh.txt
index 6e64160..904af24 100644
--- a/notes/lxc_setup.sh.txt
+++ b/notes/lxc_setup.sh.txt
@@ -7,7 +7,7 @@ users=(
)
mkdir -p /srv/lxc/
-lvcreate -L 50G -n $container $volumegroup
+lvcreate -L 1G -n $container $volumegroup
mkfs.xfs /dev/$volumegroup/$container
mkdir /srv/lxc/$container
echo /dev/$volumegroup/$container /srv/lxc/$container xfs relatime 0 2 >> /etc/fstab