From: rread Date: Thu, 5 Sep 2002 23:21:27 +0000 (+0000) Subject: delete the self uuid first, then disconnect all. X-Git-Tag: 0.5.7~64 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=10c10a5eef561c473ca8e84e6693622533048186;p=fs%2Flustre-release.git delete the self uuid first, then disconnect all. --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index a575a58..b3408e5 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -315,12 +315,12 @@ class LCTLInterface: quit""" % (net, nid, servuuid) self.run(cmds) - # disconnect all connections + # disconnect all def disconnectAll(self, net): cmds = """ network %s - disconnect del_uuid self + disconnect quit""" % (net) self.run(cmds)