Open clkao opened 9 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
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.