From: rread Date: Sat, 29 Mar 2003 02:23:18 +0000 (+0000) Subject: b=1039 X-Git-Tag: v1_7_100~1^94~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d286708e065fb59c4a46b1b6924d0a0ed1970023;p=fs%2Flustre-release.git 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) --- 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