Whamcloud - gitweb
Branch b1_5
authornathan <nathan>
Wed, 31 May 2006 00:09:22 +0000 (00:09 +0000)
committernathan <nathan>
Wed, 31 May 2006 00:09:22 +0000 (00:09 +0000)
b=9853
add llite alias to modprobe.conf

lustre/utils/cluster_scripts/module_config.sh

index baff1eb..aadd139 100755 (executable)
@@ -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}