Increase the image size to 23G

The recent tests showed that we need more space for the /var
partition, and that we need to increase the final size of the
image to 23G to fit the needs. And we need to rebalance the
percentage used by volumes to have similar sizes.

Change-Id: Icf25fc15bd71a50e68038012683e3e56aaa72443
Depends-On: I3885a5c359b56c515dbb9286ded1dee062cdcffc
This commit is contained in:
Yolanda Robla 2018-03-16 13:56:51 +01:00 committed by yolanda.robla
parent b7a20e2f3c
commit e86b30a73f
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
partitions:
- name: root
flags: [ boot,primary ]
size: 20G
size: 23G
- lvm:
name: lvm
base: [ root ]
@ -21,16 +21,16 @@
lvs:
- name: lv_root
base: vg
extents: 30%VG
extents: 28%VG
- name: lv_tmp
base: vg
extents: 5%VG
extents: 4%VG
- name: lv_var
base: vg
extents: 35%VG
extents: 40%VG
- name: lv_log
base: vg
extents: 25%VG
extents: 23%VG
- name: lv_audit
base: vg
extents: 4%VG