From: nathan Date: Wed, 31 May 2006 00:09:22 +0000 (+0000) Subject: Branch b1_5 X-Git-Tag: v1_7_100~1^90~8^2~190 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=79dc4bdd48e8c35c7ebdf4efa7b0064b143d344c;p=fs%2Flustre-release.git Branch b1_5 b=9853 add llite alias to modprobe.conf --- diff --git a/lustre/utils/cluster_scripts/module_config.sh b/lustre/utils/cluster_scripts/module_config.sh index baff1eb..aadd139 100755 --- a/lustre/utils/cluster_scripts/module_config.sh +++ b/lustre/utils/cluster_scripts/module_config.sh @@ -27,6 +27,8 @@ generate_lnet_lines() { TMP_LINE="${NETWORKS}" echo ${START_MARKER} > ${MODLINES_FILE} + echo "# Lustre module options added automatically by `basename $0`" >> ${MODLINES_FILE} + echo "alias lustre llite" >> ${MODLINES_FILE} while true; do LNET_LINE=${TMP_LINE%%\\n*} echo ${LNET_LINE} >> ${MODLINES_FILE}