Revision 6605411d tools/burnin
b/tools/burnin | ||
---|---|---|
288 | 288 |
growth = getattr(self.opts, '%s_growth' % disk) |
289 | 289 |
if growth > 0: |
290 | 290 |
op = opcodes.OpGrowDisk(instance_name=instance, disk=disk, |
291 |
amount=growth) |
|
291 |
amount=growth, wait_for_sync=True)
|
|
292 | 292 |
Log("- Increase %s's %s disk by %s MB" % (instance, disk, growth)) |
293 | 293 |
self.ExecOp(op) |
294 | 294 |
|
Also available in: Unified diff