Revision 084a9f22

b/tools/burnin
298 298
        if growth > 0:
299 299
          op = opcodes.OpGrowDisk(instance_name=instance, disk=idx,
300 300
                                  amount=growth, wait_for_sync=True)
301
          Log("- Increase %s's %s disk by %s MB" % (instance, idx, growth))
301
          Log("- Increase %s's disk/%s by %s MB" % (instance, idx, growth))
302 302
          self.ExecOp(op)
303 303

  
304 304
  def ReplaceDisks1D8(self):

Also available in: Unified diff