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
084a9f22
Commit
084a9f22
authored
Nov 21, 2008
by
Iustin Pop
Browse files
Small burnin info message change
This looks beter than '0 disk'. Reviewed-by: ultrotter
parent
f768530c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/burnin
View file @
084a9f22
...
...
@@ -298,7 +298,7 @@ class Burner(object):
if
growth
>
0
:
op
=
opcodes
.
OpGrowDisk
(
instance_name
=
instance
,
disk
=
idx
,
amount
=
growth
,
wait_for_sync
=
True
)
Log
(
"- Increase %s's
%s
disk by %s MB"
%
(
instance
,
idx
,
growth
))
Log
(
"- Increase %s's disk
/%s
by %s MB"
%
(
instance
,
idx
,
growth
))
self
.
ExecOp
(
op
)
def
ReplaceDisks1D8
(
self
):
...
...
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