From: yury Date: Sat, 7 Oct 2006 15:44:57 +0000 (+0000) Subject: - disable split by default for a now to make sure that corruptions on mountain are... X-Git-Tag: v1_8_0_110~486^2~653 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4e7177145edf35c2e70ac90a162fb6e3a94b67dc;p=fs%2Flustre-release.git - disable split by default for a now to make sure that corruptions on mountain are not related to it. --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 02a1a86..74170c4 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -749,7 +749,7 @@ AC_DEFUN([LC_CONFIG_SPLIT], AC_ARG_ENABLE([split], AC_HELP_STRING([--disable-split], [enable split support]), - [],[enable_split='yes']) + [],[enable_split='no']) AC_MSG_RESULT([$enable_split]) if test x$enable_split != xno; then AC_DEFINE(HAVE_SPLIT_SUPPORT, 1, [enable split support])