From 1b48b817725e29558102bb05b1b6afb081440f98 Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Mon, 20 Apr 2015 13:13:05 -0500 Subject: [PATCH] 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 --- SystemConfigurationUtilities.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 1.8.3.1