From 5d252184975c3197814c4511820fbaccc4889bc6 Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 4 Sep 2002 23:30:03 +0000 Subject: [PATCH] added newconn to lctl --- lustre/utils/lctl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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, -- 1.8.3.1