From: rread Date: Mon, 3 Nov 2003 07:00:17 +0000 (+0000) Subject: return the osc create grow counts to 2000, which sadly doesn't work X-Git-Tag: v1_7_0_51~2^9~201 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=225cd7a7cc564d94c0b3cba0a30ecafb8a83be41;p=fs%2Flustre-release.git return the osc create grow counts to 2000, which sadly doesn't work very well on my machine. --- 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;