From: huanghua Date: Sat, 3 Jun 2006 06:57:39 +0000 (+0000) Subject: add fid & fld into these scripts X-Git-Tag: v1_8_0_110~486^2~1671 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5e5a971e5afc86f56f597da2acabd964fb8ab159;p=fs%2Flustre-release.git add fid & fld into these scripts --- 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