From fd07f33af6a101d5b2a65f0d4a3a5697ee7bd42b Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 14 Feb 2004 01:31:10 +0000 Subject: [PATCH] Update b_eq from HEAD (20040213_1644) (b_bug974 landing). Eric Mei, per your comment in osc_announce_cached(), we should only be sending OBD_MD_FLGRANT if the client is caching data. If (AFAIK) liblustre isn't doing any client-side write cache then it shouldn't be requesting any grant from the OST. This isn't critical, since the OST _should_ stop giving out grant when the client isn't consuming it, but it would be good to verify. --- lustre/tests/recovery-cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-cleanup.sh b/lustre/tests/recovery-cleanup.sh index ce4a4a6..e4eefd0 100755 --- a/lustre/tests/recovery-cleanup.sh +++ b/lustre/tests/recovery-cleanup.sh @@ -22,10 +22,10 @@ CLIENT=${CLIENT:-mdev8} NETWORKTYPE=${NETWORKTYPE:-tcp} MOUNTPT=${MOUNTPT:-/mnt/lustre} CONFIG=${CONFIG:-recovery-cleanup.xml} -MDSDEV=${MDSDEV:-/tmp/mds-`hostname`} +MDSDEV=${MDSDEV:-/tmp/mds1-`hostname`} MDSSIZE=${MDSSIZE:-100000} FSTYPE=${FSTYPE:-ext3} -OSTDEV=${OSTDEV:-/tmp/ost-`hostname`} +OSTDEV=${OSTDEV:-/tmp/ost1-`hostname`} OSTSIZE=${OSTSIZE:-100000} do_mds() { -- 1.8.3.1