Skip to content

Commit

Permalink
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 3e4c623 commit e4fc086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,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
Expand Down

0 comments on commit e4fc086

Please sign in to comment.