Skip to content
Snippets Groups Projects
Commit 084a9f22 authored by Iustin Pop's avatar Iustin Pop
Browse files

Small burnin info message change

This looks beter than '0 disk'.

Reviewed-by: ultrotter
parent f768530c
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment