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
6852c52f
Commit
6852c52f
authored
Nov 16, 2007
by
Guido Trotter
Browse files
Fix a typo in a warning message
Reviewed-by: schreiberal
parent
6510a58a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/cmdlib.py
View file @
6852c52f
...
...
@@ -3765,7 +3765,7 @@ class LUReplaceDisks(LogicalUnit):
cfg
.
SetDiskID
(
dev
,
old_node
)
if
not
rpc
.
call_blockdev_shutdown
(
old_node
,
dev
):
warning
(
"Failed to shutdown drbd for %s on old node"
%
dev
.
iv_name
,
"Please cleanup this device manuall as soon as possible"
)
"Please cleanup this device manuall
y
as soon as possible"
)
# we have new storage, we 'rename' the network on the primary
info
(
"switching primary drbd for %s to new secondary node"
%
dev
.
iv_name
)
...
...
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