From 08ff3c4c2ec8a2e0fce01a984e0703d535929fc7 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 10 Jul 2005 22:07:43 +0000 Subject: [PATCH] - make 512-bytes inode size by default: with new EAs (fid, parent) we just can't fit 256-bytes inodes --- lustre/utils/lconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 0243ae4..6bb9ed7 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1837,10 +1837,10 @@ class CONFDEV(Module): inode_size = 2048 elif stripe_count > 13: inode_size = 1024 - elif stripe_count > 3: - inode_size = 512 + #elif stripe_count > 3: + # inode_size = 512 else: - inode_size = 256 + inode_size = 512 return inode_size -- 1.8.3.1