From b1da522b7fb70993e127932663c040586469e8d3 Mon Sep 17 00:00:00 2001 From: Linda Bebernes Date: Mon, 23 Sep 2013 11:09:32 -0700 Subject: [PATCH] LUDOC-169 large_xattr: Added index entries and notes to enhance large_xattr documentation. Added index entries to Section 5.3.3 "Setting up Lustre File System" and Section 16.2 "Upgrading Lustre" to make information about large_attr option to tune2fs and mkfs.lustre easier to find. Signed-off-by: Linda Bebernes Change-Id: Id6794ecb97d8368f04b32d7d20c4ce4817380316 Reviewed-on: http://review.whamcloud.com/7731 Tested-by: Hudson Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger --- SettingUpLustreSystem.xml | 5 +++++ UpgradingLustre.xml | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/SettingUpLustreSystem.xml b/SettingUpLustreSystem.xml index 70edbe7..2e76f42 100644 --- a/SettingUpLustreSystem.xml +++ b/SettingUpLustreSystem.xml @@ -302,6 +302,11 @@ xattr See wide striping + + large_xattr + + wide striping + large_xattr File and File System Limits describes file and file system size limits. These limits are imposed by either the Lustre architecture or the Linux virtual file system diff --git a/UpgradingLustre.xml b/UpgradingLustre.xml index 41fa15e..06e71f7 100644 --- a/UpgradingLustre.xml +++ b/UpgradingLustre.xml @@ -62,6 +62,11 @@ MDT multiple MDSx + + large_xattr + + wide striping + large_xattr Upgrading to Lustre Release 2.x (Major Release) The procedure for upgrading a Lustre release 2.x file system to a more recent 2.x release of the Lustre software is described in this section. @@ -227,7 +232,8 @@ Determine the index used for the first MDT (each MDT must have unique index). Enter:client$ lctl dl | grep mdc -36 UP mdc lustre-MDT0000-mdc-ffff88004edf3c00 4c8be054-144f-9359-b063-8477566eb84e 5 +36 UP mdc lustre-MDT0000-mdc-ffff88004edf3c00 + 4c8be054-144f-9359-b063-8477566eb84e 5 In this example, the next available index is 1. -- 1.8.3.1