From: rread Date: Thu, 5 Sep 2002 18:33:42 +0000 (+0000) Subject: add close_uuid X-Git-Tag: v1_7_100~4883 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ba269b7e789a8f23b7cb6b8375e2048281c65bfb;p=fs%2Flustre-release.git add close_uuid --- 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"