From af7c07a8eed979fd9a10dd221338b14a86f90fdb Mon Sep 17 00:00:00 2001 From: Nathan Rutman Date: Mon, 23 Aug 2010 10:59:22 -0700 Subject: [PATCH] b=23595 return registration errors i=johann i=vitaly --- lustre/mgs/mgs_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mgs/mgs_handler.c b/lustre/mgs/mgs_handler.c index 4e85cd4..d8e3550 100644 --- a/lustre/mgs/mgs_handler.c +++ b/lustre/mgs/mgs_handler.c @@ -530,6 +530,7 @@ static int mgs_set_info_rpc(struct ptlrpc_request *req) lustre_cfg_bufs_reset(&bufs, NULL); lustre_cfg_bufs_set_string(&bufs, 1, msp->mgs_param); lcfg = lustre_cfg_new(LCFG_PARAM, &bufs); + req->rq_status = rc; rc = mgs_setparam(obd, lcfg, fsname); if (rc) { CERROR("Error %d in setting the parameter %s for fs %s\n", -- 1.8.3.1