From 230aec0ad569a76b0ba52c53239cc6ef5986903c Mon Sep 17 00:00:00 2001 From: eeb Date: Wed, 18 Sep 2002 18:17:26 +0000 Subject: [PATCH] increased request buffering for the OST service --- lustre/ost/ost_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.8.3.1