From: nic Date: Wed, 12 Oct 2005 17:58:10 +0000 (+0000) Subject: b=7047 X-Git-Tag: v1_7_100~1^103~4^2~260^2~45 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=dcddfdab273f663e59720d1087b0e0667d9e5870;p=fs%2Flustre-release.git b=7047 p=adilger r=nic fix typo that was preventing lconf --abort_recovery from working --- 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