Increase the size of ext4 journal on control plane images

We are building control plane images now but they didn't get the ext4
journal size bump. We believe this size bump makes for happier disk ip
so add it to this image as well.

Change-Id: I6e04717a22cd459f7a3324662e8e4136d9a1eeb3
This commit is contained in:
Clark Boylan 2019-06-06 10:05:29 -07:00
parent 4047d7fd9c
commit f19880c9fc
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ diskimages:
TMPDIR: /opt/dib_tmp
DIB_CHECKSUM: '1'
DIB_IMAGE_CACHE: /opt/dib_cache
DIB_JOURNAL_SIZE: '512'
DIB_APT_LOCAL_CACHE: '0'
DIB_DISABLE_APT_CLEANUP: '1'
DIB_GRUB_TIMEOUT: '0'