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
0a70a72a
Commit
0a70a72a
authored
Oct 24, 2008
by
Iustin Pop
Browse files
Fix an error handling case
Found while reviewing documentation. Reviewed-by: ultrotter
parent
2e3d1946
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/backend.py
View file @
0a70a72a
...
...
@@ -98,7 +98,7 @@ def GetMasterInfo():
master_node
=
cfg
.
GetMasterNode
()
except
errors
.
ConfigurationError
,
err
:
logging
.
exception
(
"Cluster configuration incomplete"
)
return
(
None
,
None
)
return
(
None
,
None
,
None
)
return
(
master_netdev
,
master_ip
,
master_node
)
...
...
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