From 939209a7e461eebcdc45e4da9af276bfe872c27b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Feb 2021 23:23:17 +0100 Subject: increase root disks size for ch-(calypso|telesto|k8s-master) --- inventory/host_vars/ch-helene.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'inventory/host_vars/ch-helene.yml') diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml index 6b9e4302..f1c1f316 100644 --- a/inventory/host_vars/ch-helene.yml +++ b/inventory/host_vars/ch-helene.yml @@ -3,6 +3,24 @@ install: efi: true disks: primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346 + system_lvm: + volumes: + - name: root + size: 3G + filesystem: ext4 + mountpoint: / + - name: var + size: 1280M + filesystem: ext4 + mountpoint: /var + - name: var+log + size: 768M + filesystem: ext4 + mountpoint: /var/log + mount_options: + - noatime + - nodev + - noexec kernel_cmdline: - "consoleblank=0" - "nomodeset" -- cgit v1.2.3