From 10c10a5eef561c473ca8e84e6693622533048186 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 5 Sep 2002 23:21:27 +0000 Subject: [PATCH] delete the self uuid first, then disconnect all. --- lustre/utils/lconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.8.3.1