From 37d3752db84e02c6d96a2d88a81651be588edae0 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 19 Oct 2010 17:04:49 -0700 Subject: notes: lxc_setup.sh.txt: lowering logical volume size to something less dangerous --- notes/lxc_setup.sh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') 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 -- cgit v1.2.3