From ba269b7e789a8f23b7cb6b8375e2048281c65bfb Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 5 Sep 2002 18:33:42 +0000 Subject: [PATCH] add close_uuid --- lustre/utils/lctl.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lctl.c b/lustre/utils/lctl.c index 55f337b..8663010 100644 --- a/lustre/utils/lctl.c +++ b/lustre/utils/lctl.c @@ -60,9 +60,11 @@ command_t cmdlist[] = { "The nid defaults to hostname for tcp networks and is automatically " "setup for elan/myrinet networks.\n" "usage: mynid [nid]"}, - {"add_uuid", jt_ptl_add_uuid, 0, "associate a uuid with a nid\n" + {"add_uuid", jt_ptl_add_uuid, 0, "associate a UUID with a nid\n" "usage: add_uuid "}, - {"del_uuid", jt_ptl_del_uuid, 0, "delete a uuid association\n" + {"close_uuid", jt_ptl_close_uuid, 0, "disconnect a UUID\n" + "usage: close_uuid )"}, + {"del_uuid", jt_ptl_del_uuid, 0, "delete a UUID association\n" "usage: del_uuid "}, {"add_route", jt_ptl_add_route, 0, "add an entry to the routing table\n" -- 1.8.3.1