Skip to content
Snippets Groups Projects
Commit cc2cccfc authored by Guido Trotter's avatar Guido Trotter
Browse files

Add a TODO on the VerifyCluster option


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent d47319e2
No related branches found
No related tags found
No related merge requests found
...@@ -613,6 +613,7 @@ class Merger(object): ...@@ -613,6 +613,7 @@ class Merger(object):
(result.fail_reason, result.output)) (result.fail_reason, result.output))
# R0201: Method could be a function # R0201: Method could be a function
# TODO: make this overridable, for some verify errors
def _VerifyCluster(self): # pylint: disable-msg=R0201 def _VerifyCluster(self): # pylint: disable-msg=R0201
"""Runs gnt-cluster verify to verify the health. """Runs gnt-cluster verify to verify the health.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment