boot2docker / boot2docker

DEPRECATED; see https://github.com/boot2docker/boot2docker/pull/1408
https://github.com/boot2docker/boot2docker/pull/1408
Apache License 2.0
8.33k stars 1.29k forks source link

Allow mkfs.ext4 -i in /etc/rc.d/automount #992

Open clkao opened 9 years ago

clkao commented 9 years ago

With overlay storage driver it can easily run out of inode with the default settings. I think coreos made a change a while back about this.

We should cosnider using -i 1024 by default or allow inode size to be configured somehow.

lox commented 8 years ago

This is a huge problem for our team of 30 now using docker-machine. We run into this on a daily basis and need to destroy and recreate our VMs.

Are there any temporary workarounds that will let us tune the ratio of inodes?

https://github.com/docker/docker/issues/9755 https://github.com/coreos/bugs/issues/264