From 5c44ea2ed1cfdb4a20b9f128654aeca07a958c2e Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 28 May 2009 23:00:19 +0000 Subject: [PATCH] b=19507 i=johann disable grant_shrink (bz 12069) --- lustre/ChangeLog | 9 --------- lustre/llite/llite_lib.c | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index d237721..a629932 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -85,15 +85,6 @@ Bugzilla : 17536 Description: MDS create should not wait for statfs RPC while holding DLM lock. Severity : normal -Frequency : normal -Bugzilla : 12069 -Descriptoin: OST grant too much space to client even there are not enough space. -Details : Client will shrink its grant cache to OST if there are no write - activity over 6 mins (GRANT_SHRINK_INTERVAL), and OST will retrieve - this grant cache if there are already not enough avaible space - (left_space < total_clients * 32M). - -Severity : normal Frequency : rare, connect and disconnect target at same time Bugzilla : 17310 Descriptoin: ASSERTION(atomic_read(&imp->imp_inflight) == 0 diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index e4b3342..d56a998 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -386,8 +386,7 @@ static int client_common_fill_super(struct super_block *sb, OBD_CONNECT_REQPORTAL | OBD_CONNECT_BRW_SIZE | OBD_CONNECT_SRVLOCK | OBD_CONNECT_CANCELSET| OBD_CONNECT_AT | OBD_CONNECT_FID | - OBD_CONNECT_VBR | OBD_CONNECT_TRUNCLOCK| - OBD_CONNECT_GRANT_SHRINK; + OBD_CONNECT_VBR | OBD_CONNECT_TRUNCLOCK; if (!OBD_FAIL_CHECK(OBD_FAIL_OSC_CONNECT_CKSUM)) { /* OBD_CONNECT_CKSUM should always be set, even if checksums are -- 1.8.3.1