From: eeb Date: Wed, 18 Sep 2002 18:17:26 +0000 (+0000) Subject: increased request buffering for the OST service X-Git-Tag: 0.5.8~1 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=230aec0ad569a76b0ba52c53239cc6ef5986903c;p=fs%2Flustre-release.git increased request buffering for the OST service --- diff --git a/lustre/ost/ost_handler.c b/lustre/ost/ost_handler.c index f81eede..03a58ea 100644 --- a/lustre/ost/ost_handler.c +++ b/lustre/ost/ost_handler.c @@ -597,7 +597,7 @@ static int ost_setup(struct obd_device *obddev, obd_count len, void *buf) GOTO(error_dec, err = -EINVAL); } - ost->ost_service = ptlrpc_init_svc(1024, 640, OST_REQUEST_PORTAL, + ost->ost_service = ptlrpc_init_svc(1024, 4096, OST_REQUEST_PORTAL, OSC_REPLY_PORTAL, "self", ost_handle, "ost"); if (!ost->ost_service) {