umount $MOUNT || :
rmmod llite || :
-# $LCONF --cleanup --zeroconf --mds_uuid mds1_UUID --mds_nid $mds_HOST \
-# --local_nid $client_HOST --profile client_facet --mount $MOUNT
stop mds ${FORCE} $MDSLCONFARGS
stop ost ${FORCE} --dump cleanup.log
}
# 0-conf client
[ -d $MOUNT ] || mkdir /mnt/lustre
-insmod ../llite/llite.o || :
-../utils/lctl modules > /r/tmp/ogdb-`hostname`
-cp ../utils/llmount /sbin/mount.lustre
-mount -t lustre $mds_HOST:/mds1/client_facet $MOUNT
-
-#$LCONF --zeroconf --mds_uuid mds1_UUID --mds_nid `h2$NETTYPE $mds_HOST` \
-# --local_nid `h2$NETTYPE $client_HOST` --profile client_facet --mount $MOUNT
+insmod $LUSTRE/llite/llite.o || :
+cp $LUSTRE/utils/llmount /sbin/mount.lustre
+[ -d /r ] && $LCTL modules > /r/tmp/ogdb-`hostname`
+mount -t lustre `facet_host mds`:/mds1/client_facet $MOUNT
echo $TIMEOUT > /proc/sys/lustre/timeout
echo $UPCALL > /proc/sys/lustre/upcall