Bump the max number of inodes for /dev to 128k
Follow-up for 7d85383e. Apparently the previous limit set on the max number of inodes for /dev was too small as a system with 4096 LUNs attached can consume up to 95k inodes for symlinks: # /bin/df -i Filesystem Inodes IUsed IFree IUse% Mounted on devtmpfs 49274377 95075 49179302 1% /dev Hence this patch bumps the limit from 64k to 128k although the new limit is still pretty arbitrary (that said, not sure if it really makes sense to put such absolute limit number). (cherry picked from commit 4c733d30) (cherry picked from commit b1bb9762)
Loading
Please register or sign in to comment