Whamcloud - gitweb
LU-11181 mdt: include DoM in inode ratio discussion 87/32887/3
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 26 Jul 2018 18:56:21 +0000 (12:56 -0600)
committerJoseph Gmitter <jgmitter@whamcloud.com>
Tue, 7 Aug 2018 15:11:13 +0000 (15:11 +0000)
commit5fd65770942c45e10f88d8d414ce799937931392
treed148039e03060f0d3c7372312da898aeea5b4998
parent8cea84d20eb83d0969b2a3d5798aa3ec180392db
LU-11181 mdt: include DoM in inode ratio discussion

Reference Data-on-MDT in the discussion about ldiskfs inode ratios.
We default to 2KB/inode on the MDT, but with DoM we may want to
change this to 64KB/inode or higher, depending on the average size
of small files stored on the MDT.

Also mention that "lfs df -i" and "df -i" will limit the reported
available inode count to the total number of available inodes on
the OSTs.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I53c4d35129ffb5c7732771a6ddab3aa723758872
Reviewed-on: https://review.whamcloud.com/32887
Tested-by: Jenkins
Reviewed-by: Joseph Gmitter <jgmitter@whamcloud.com>
SettingUpLustreSystem.xml