Whamcloud - gitweb
b=1039
authorrread <rread>
Sat, 29 Mar 2003 02:23:18 +0000 (02:23 +0000)
committerrread <rread>
Sat, 29 Mar 2003 02:23:18 +0000 (02:23 +0000)
- 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

index 422fe4d..cc3fcb3 100755 (executable)
@@ -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