Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
6a438c98
Commit
6a438c98
authored
Oct 16, 2007
by
Michael Hanselmann
Browse files
Make “gnt-cluster verify” exit 0 if there's no problem with instances.
Reviewed-by: schreiberal
parent
86b8c6ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cmdlib.py
View file @
6a438c98
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment