summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-01-19 22:14:40 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-01-19 22:17:43 +0100
commit9a59bc41173918c6e93ae4cce26c6665d2682d09 (patch)
treec81b12ba7ac0034b0c517f3f064bb3ff29591976 /roles
parentfix k8s-stream group in inventory (diff)
3gb for root fs of helene and dione
Diffstat (limited to 'roles')
-rw-r--r--roles/vm-install/templates/preseed_debian-stretch.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2 b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
index fcf8ddd1..55ddbfc2 100644
--- a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
@@ -51,7 +51,7 @@ d-i partman-auto/expert_recipe string \
$defaultignore{ } $primary{ } $bootable{ } \
method{ lvm } vg_name{ {{ inventory_hostname }} } \
. \
- 1536 10000 2048 ext4 \
+ 2048 10000 2560 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \