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
4bffa7f7
Commit
4bffa7f7
authored
Jan 13, 2009
by
Iustin Pop
Browse files
Small typo in ganeti-watcher
Reviewed-by: imsnah
parent
4040a784
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemons/ganeti-watcher
View file @
4bffa7f7
...
...
@@ -357,7 +357,8 @@ class Watcher(object):
instance
.
Restart
()
self
.
started_instances
.
add
(
instance
.
name
)
except
Exception
:
logging
.
exception
(
"Erro while restarting instance %s"
,
instance
.
name
)
logging
.
exception
(
"Error while restarting instance %s"
,
instance
.
name
)
notepad
.
RecordRestartAttempt
(
instance
)
elif
instance
.
state
in
HELPLESS_STATES
:
...
...
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