From 1a527de416870db5e2d86c2339b2effb2c475c83 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 26 Sep 2018 16:53:04 -0400 Subject: [PATCH] host-base: Run xfs_growfs after growpart Backport of https://github.com/coreos/fedora-coreos-config/pull/19. Closes: #319 --- host-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/host-base.yaml b/host-base.yaml index 0be16fda..507de9c5 100644 --- a/host-base.yaml +++ b/host-base.yaml @@ -37,6 +37,7 @@ postprocess: # TODO: make this idempotent, and don't error out if # we can't resize. growpart ${parent_device} ${partition} || true + xfs_growfs /sysroot # this is already idempotent touch /var/lib/coreos-growpart.stamp EOF chmod a+x /usr/libexec/coreos-growpart