From 225cd7a7cc564d94c0b3cba0a30ecafb8a83be41 Mon Sep 17 00:00:00 2001 From: rread Date: Mon, 3 Nov 2003 07:00:17 +0000 Subject: [PATCH] return the osc create grow counts to 2000, which sadly doesn't work very well on my machine. --- lustre/osc/osc_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index 015b2ca..c52ad4b 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -263,8 +263,8 @@ void oscc_init(struct obd_export *exp) spin_lock_init(&oed->oed_oscc.oscc_lock); oed->oed_oscc.oscc_exp = exp; oed->oed_oscc.oscc_kick_barrier = 100; - oed->oed_oscc.oscc_grow_count = 20; - oed->oed_oscc.oscc_initial_create_count = 20; + oed->oed_oscc.oscc_grow_count = 2000; + oed->oed_oscc.oscc_initial_create_count = 2000; oed->oed_oscc.oscc_next_id = 2; oed->oed_oscc.oscc_last_id = 1; -- 1.8.3.1