From d5c3e01dc9ba9b97f55af6f4f743a2d65ac13cbf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 18 Nov 2020 16:57:12 +0100 Subject: tomnext-nc: resize root lv --- inventory/host_vars/sk-tomnext-nc.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'inventory/host_vars/sk-tomnext-nc.yml') diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index c0529104..fa8cb0d3 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -17,6 +17,23 @@ install: size: 800g properties: compression: off + system_lvm: + - 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 interfaces: - bridge: br-public name: primary0 -- cgit v1.2.3