From f19880c9fcb567c46206a282bf524f64106a8c88 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Jun 2019 10:05:29 -0700 Subject: [PATCH] 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 --- nodepool/nodepool.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index d7c852946b..1c27d35e6d 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -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'