Closed jfryman closed 9 years ago
The default dm_basesize was recently changed from 10G to 100G. This is causing timeouts with docker starting as the mkfs.ext4 command times out in 90 seconds because systemd.
dm_basesize
10G
100G
mkfs.ext4
systemd
As recommended in the below issue, we are changing the default to 20G
20G
https://github.com/docker/docker/issues/16653
The default
dm_basesize
was recently changed from10G
to100G
. This is causing timeouts with docker starting as themkfs.ext4
command times out in 90 seconds becausesystemd
.As recommended in the below issue, we are changing the default to
20G
https://github.com/docker/docker/issues/16653