Hey, a month ago I was looking at some issues with a container running a MySQL instance against an NFS-mounted directory on the host (should you do this? maybe not). The issues seemed pretty weird as I’m not a MySQL guy and there were all sorts of errors popping up related to disk quotas. Sure, we did have a bunch of space: df -h fs-<...>.amazonaws.com:/ 8.0E 1.6G 8.0E 1% /mnt/nfs The problem, as the logs revealed, was that InnoDB wasn’t able to grab a lock that it wanted. That seemed eve...