From cdd6fe8ed4afc0e160eecbd72a9dabaf6aa53f82 Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Mon, 19 Mar 2012 16:01:16 -0500 Subject: [PATCH] LUDOC-49: MDT sizing hint for stripes. MDT sizing now provides basic advice on including strip count in calculations. Signed-off-by: Richard Henwood --- SettingUpLustreSystem.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SettingUpLustreSystem.xml b/SettingUpLustreSystem.xml index ed4743a..3f8d4db 100644 --- a/SettingUpLustreSystem.xml +++ b/SettingUpLustreSystem.xml @@ -92,6 +92,9 @@ 2 KB/inode * 40 million inodes = 80 GB + + Inode size depends on stripe count. Without any stripes an inode allocation of 512 bytes might be suffecient. As striping grows to ~80 stripes per file, the inode allocation is around 2KB. At 160 stripes, a rough estimate for inode allocation is 4.5KB. + If the average file size is small, 4 KB for example, Lustre is not very efficient as the MDT uses as much space as the OSTs. However, this is not a common configuration for Lustre. If the MDT is too small, this can cause all the space on the OSTs to be unusable. Be sure to determine the appropriate size of the MDT needed to support the file system before formatting the file system. It is difficult to increase the number of inodes after the file system is formatted. -- 1.8.3.1