From cc2cccfcd4edf6c3e619c1a44b2c6a79c8730fb3 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 19 Aug 2011 12:23:45 +0100
Subject: [PATCH] Add a TODO on the VerifyCluster option

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 tools/cluster-merge | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/cluster-merge b/tools/cluster-merge
index cff79dda7..148608ecf 100755
--- a/tools/cluster-merge
+++ b/tools/cluster-merge
@@ -613,6 +613,7 @@ class Merger(object):
                                 (result.fail_reason, result.output))
 
   # R0201: Method could be a function
+  # TODO: make this overridable, for some verify errors
   def _VerifyCluster(self): # pylint: disable-msg=R0201
     """Runs gnt-cluster verify to verify the health.
 
-- 
GitLab