| no space left on file device /data Will it be helpful to delete files in /data to free up inodes number under /data ? We tried to delete files that are not needed under /data , but we only see 2% ( df -i ) free of Inodes space but we do see 21TB space free on /data by issusing df -h .
LEHD12k-a:/home/ma000004 > df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
data 4194304 4083136 111168 98% /data
LEHD12k-a:/home/ma000004 > df -h
Filesystem Size Used Avail Use% Mounted on
data 65T 44T 21T 68% /data
So let's say that we cleared at least 10% of the data that was on the disk (as well as at least 100,000 links), but we have reduced the inodes from 100% of capacity to only 98%. I cleared about 7 terabyte in /data last night, and had a much smaller percent impact on the number of free inodes. If we keep removing data, it's looking like we'll be gaining inode space at a much slower rate; and I don't think we have a good sense of how much inode space we will need for a complete production run.
So, does anyone has any theories about what is going on here? I'm curious why increasing the inode space may be the answer, given that we have loaded the volume 100% full in the past and not had the inode issue.
Please advise ! |