From dcddfdab273f663e59720d1087b0e0667d9e5870 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 12 Oct 2005 17:58:10 +0000 Subject: [PATCH] b=7047 p=adilger r=nic fix typo that was preventing lconf --abort_recovery from working --- lustre/utils/lconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 47e91f6..1a83a71 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -676,7 +676,7 @@ class LCTLInterface: self.cleanup(name, uuid, 0) raise e if (config.abort_recovery): - if (type == 'obdfilter' or type == 'mdt'): + if (type == 'obdfilter' or type == 'mds'): self.abort_recovery(name) # cleanup a device -- 1.8.3.1