From d286708e065fb59c4a46b1b6924d0a0ed1970023 Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 29 Mar 2003 02:23:18 +0000 Subject: [PATCH] b=1039 - ost failover is now an lmc option, and no longer a configure option. To enable failover on an ost, use the --failover flag when when the ost is created with with lmc. lmc --add ost ... --failover ... b=1056 - --journal_size=SIZE lmc option is now available for both ost and mds. Note, the size is passed directly to the mkfs program, so you need to make sure it is the proper units for the file system being used. (mke2fs expects megabyets, mkreiserfs expects blocks) --- lustre/utils/load_ldap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/load_ldap.sh b/lustre/utils/load_ldap.sh index 422fe4d..cc3fcb3 100755 --- a/lustre/utils/load_ldap.sh +++ b/lustre/utils/load_ldap.sh @@ -13,6 +13,8 @@ LDAP_PW=${LDAP_PW:-secret} LDAP_AUTH="-x -D $LDAP_ROOTDN -w $LDAP_PW" LUSTRE=${LUSTRE:-`dirname $0`/..} +[ ! -z $LDAPURL ] && LDAP_AUTH="$LDAP_AUTH -H $LDAPURL" + XML=${XML:-$1} if [ -z "$XML" ] || [ ! -r $XML ]; then -- 1.8.3.1