- 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)
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