Skip to content

Commit

Permalink
host-base: Run xfs_growfs after growpart
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Sep 26, 2018
1 parent 825677e commit 1a527de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a527de

Please sign in to comment.