Hi folks, I just wanted to get some confirmation on my future planning concerning inodes. I have a FAS2554 with a cifs volume that is currently 20TB. The type of data that I'm storing unfortunatley falls into the category of lots and lots of small files so I'm very sensitive to the concept of running out of inodes before running out of disk space. Please let me know if my thinking here is accurate.
The system "safe" default is to have one inode per 32KB of disk space. So that being said:
20TB =21474836480KB
21474836480 / 32=671088640
So with that math I can have as much as 671 million files on this volume and basically be fine? The directory structures are very well distributed and I won't run into a directory with an excessive amount of files, but rather there is just a lot of them.
It would also appear that no matter the volume size, the max inodes is always around 31m and then you just use maxfiles to increase from there. I've been simply increasing 20% at a time as needed, but looking to verify that 670 million figure.
Thanks.