From: rread Date: Wed, 4 Sep 2002 23:30:03 +0000 (+0000) Subject: added newconn to lctl X-Git-Tag: v1_7_100~4889 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5d252184975c3197814c4511820fbaccc4889bc6;p=fs%2Flustre-release.git added newconn to lctl --- diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index 948ae01..55f337b 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -155,10 +155,8 @@ command_t cmdlist[] = { "stop lock manager stress test (no args)\n"}, {"dump_ldlm", jt_obd_dump_ldlm, 0, "dump all lock manager state (no args)"}, + {"newconn", jt_obd_newconn, 0, "newconn [newuuid]"}, -#if 0 - {"newconn", jt_newconn, 0, "newconn [newuuid]"}, -#endif /* Debug commands */ {"======== debug =========", jt_noop, 0, "debug"}, {"debug_kernel", jt_dbg_debug_kernel, 0,