X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmgmt%2Fmgmt_svc.c;h=9debe475fd39c394f4b0f56f1e967b97ef1173f3;hb=e6e9b8baa8c2db4385bf2e2a692463ae41eb43ac;hp=f0ff838c1eb1b0a5d43587709470ff824421f487;hpb=4e601864fdf650cca88a8c3b539fb0f36290a89b;p=fs%2Flustre-release.git diff --git a/lustre/mgmt/mgmt_svc.c b/lustre/mgmt/mgmt_svc.c index f0ff838..9debe47 100644 --- a/lustre/mgmt/mgmt_svc.c +++ b/lustre/mgmt/mgmt_svc.c @@ -106,10 +106,9 @@ static int mgmt_setup(struct obd_device *obd, obd_count len, void *buf) RETURN(-EALREADY); mgmt_service = - ptlrpc_init_svc(MGMT_NBUFS, MGMT_BUFSIZE, MGMT_MAXREQSIZE, - MGMT_REQUEST_PORTAL, MGMT_REPLY_PORTAL, - mgmt_handler, "mgmt", - obd->obd_proc_entry); + ptlrpc_init_svc(MGMT_NBUFS, MGMT_BUFSIZE, MGMT_MAXREQSIZE, + MGMT_REQUEST_PORTAL, MGMT_REPLY_PORTAL, 30000, + mgmt_handler, "mgmt", obd->obd_proc_entry); if (!mgmt_service) { CERROR("Failed to start mgmt service\n"); RETURN(-ENOMEM);