StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 19 forks source link

Change docker dm_basesize to 20g #251

Closed jfryman closed 9 years ago

jfryman commented 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.

As recommended in the below issue, we are changing the default to 20G

https://github.com/docker/docker/issues/16653