Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c0c2f
)
Branch b1_5
author
nathan
<nathan>
Wed, 31 May 2006 00:09:22 +0000
(
00:09
+0000)
committer
nathan
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/cluster_scripts/module_config.sh
b/lustre/utils/cluster_scripts/module_config.sh
index
baff1eb
..
aadd139
100755
(executable)
--- 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}