Add check for inode numbers in tiup cluster check
#2388
Labels
type/feature-request
Categorizes issue as related to a new feature.
tiup cluster check
#2388
Feature Request
Is your feature request related to a problem? Please describe:
Before v7.4, TiFlash may happens to inode exhausting and cause panic. Especially when users deploy TiFlash on a file system with a particularly small number of inode nodes.
pingcap/tiflash#7595
Describe the feature you'd like:
Normally, the bytes-per-inode is 1024KiB, so we can get the expected inode number according to the total disk size. TiUP can check if the actual inode number is in the same order of magnitude as expected. If the number of inodes is too small, give a warning to the user.
Why the featue is needed:
Before v7.4, TiFlash could suffer from inode exhaust when
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: