From 885465ead6da8cbce3300023c8bd2fd963544301 Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 8 Aug 2002 09:49:39 +0000 Subject: [PATCH] add dump_ldlm command from obdctl --- lustre/utils/lctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index c7a5b33..03a32b6 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -133,6 +133,8 @@ command_t cmdlist[] = { "usage: test_brw [write [verbose [pages [obdos]]]]"}, {"test_ldlm", jt_obd_test_ldlm, 0, "perform lock manager test\n" "usage: test_ldlm"}, + {"dump_ldlm", jt_obd_dump_ldlm, 0, + "dump all lock manager state (no args)"}, #if 0 {"create", jt_create, 0, "create [count [mode [verbose]]]"}, -- 1.8.3.1