From: Richard Henwood Date: Mon, 20 Apr 2015 18:13:05 +0000 (-0500) Subject: LUDOC-273 tune: update tunefs.lustre X-Git-Tag: 2.8.0~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F14481%2F4;p=doc%2Fmanual.git LUDOC-273 tune: update tunefs.lustre Consistent mountfsoptions line. mballoc,extents are redundant options since Lustre version ~2.5. Change-Id: Ib328f11f4ce3978a0a7e6325facebf9f8e201dc9 Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/14481 Tested-by: Jenkins Reviewed-by: Chris Hunter Reviewed-by: Alex Zhuravlev --- diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index f6f44a5..094854b 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -1655,8 +1655,9 @@ mkfs.lustre the default mount options with those specified on the command line, and issues a warning on stderr if any default mount options are omitted. The defaults for ldiskfs are: - OST: errors=remount-ro; MGS/MDT: errors=remount-ro,iopen_nopriv,user_xattr + OST: errors=remount-ro,extents,mballoc + OST: errors=remount-ro Use care when altering the default mount options. @@ -2444,8 +2445,9 @@ tunefs.lustre Sets the mount options used when the backing file system is mounted. Unlike earlier versions of tunefs.lustre, this version completely replaces the existing mount options with those specified on the command line, and issues a warning on stderr if any default mount options are omitted. The defaults for ldiskfs are: - OST: errors=remount-ro,mballoc,extents; MGS/MDT: errors=remount-ro,iopen_nopriv,user_xattr + OST: errors=remount-ro,extents,mballoc + OST: errors=remount-ro Do not alter the default mount options unless you know what you are doing.