We’ve had quite a few cases recently where nodes became unresponsive due to the runaway creation of PHP sessions on the disk. In practice, a storage filesystem has two limits: size in bytes, and number of files (inodes). With this release, we actively monitor on the percentage of available inodes. Reaching the limit is an indication of faulty code or otherwise unexpected behavior, so we can automatically alert our customers accordingly. And keep these shops running!