From 5e5a971e5afc86f56f597da2acabd964fb8ab159 Mon Sep 17 00:00:00 2001 From: huanghua Date: Sat, 3 Jun 2006 06:57:39 +0000 Subject: [PATCH] add fid & fld into these scripts --- lustre/utils/loadmod_all.sh | 2 ++ lustre/utils/module_setup.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lustre/utils/loadmod_all.sh b/lustre/utils/loadmod_all.sh index e887311..bcb22ea 100755 --- a/lustre/utils/loadmod_all.sh +++ b/lustre/utils/loadmod_all.sh @@ -4,6 +4,8 @@ dmesg -c >/dev/null dmesg -n 8 modprobe mgs +modprobe fid +modprobe fld modprobe mgc modprobe osd modprobe ost diff --git a/lustre/utils/module_setup.sh b/lustre/utils/module_setup.sh index 0d9f50e..e7f8738 100755 --- a/lustre/utils/module_setup.sh +++ b/lustre/utils/module_setup.sh @@ -40,6 +40,8 @@ cp -u ../../lustre/lvfs/lvfs.ko $MDIR cp -u ../../lustre/obdclass/llog_test.ko $MDIR cp -u ../../lustre/obdclass/obdclass.ko $MDIR cp -u ../../lustre/mdd/mdd.ko $MDIR +cp -u ../../lustre/fld/fld.ko $MDIR +cp -u ../../lustre/fid/fid.ko $MDIR cp -u ../../lnet/libcfs/libcfs.ko $MDIR cp -u ../../lnet/tests/pingcli.ko $MDIR cp -u ../../lnet/tests/spingsrv.ko $MDIR -- 1.8.3.1