From 6a438c988d4548b6dca1130671b13b29e9dd0ddd Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 16 Oct 2007 15:27:07 +0000 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9Cgnt-cluster=20verify=E2=80=9D?= =?UTF-8?q?=20exit=200=20if=20there's=20no=20problem=20with=20instances.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: schreiberal --- lib/cmdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 50cca0ac7..f84ac6337 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -798,7 +798,7 @@ class LUVerifyCluster(NoHooksLU): (instance, node)) bad = True - return not bad + return bad def _VerifyOrphanVolumes(self, node_vol_should, node_vol_is, feedback_fn): """Verify if there are any unknown volumes in the cluster. -- GitLab