Files
linuxkit/alpine/packages
David Scott 3726abb3d1 Fix filesystem resize by calling e2fsck -f first
Previously when the block device was resized the partition table was also
resized but the filesystem was not. For an increase from 64GiB to 128GiB
the console showed:

     * Configuring host block device .../dev/vda1: clean, 62/4194304 files, 604445/16776960 blocks
    Resizing disk partition: Unpartitioned space /dev/vda: 64 GiB, 68719476736 bytes, 134217728 sectors
    resize2fs 1.43.3 (04-Sep-2016)
    Please run 'e2fsck -f /dev/vda1' first.

    /dev/vda1: clean, 62/4194304 files, 604445/16776960 blocks

This patch makes `resize2fs` happy by running `e2fsck -f` beforehand as
requested.

Signed-off-by: David Scott <dave.scott@docker.com>
2016-11-28 11:32:12 +00:00
..
2016-11-18 23:32:47 +00:00
2016-07-18 11:08:44 -07:00
2016-09-26 21:39:20 +01:00
2016-11-18 23:32:47 +00:00
2016-10-21 15:35:10 +01:00
2016-11-18 23:32:47 +00:00
2016-11-18 11:50:36 +00:00
2016-11-18 23:32:47 +00:00
2016-07-11 14:47:23 +01:00
2016-11-16 13:07:32 +00:00
2016-09-23 11:03:40 +01:00