Revision 60472d29 tools/burnin

b/tools/burnin
596 596
      Log("instance %s", instance, indent=1)
597 597
      for idx, growth in enumerate(self.disk_growth):
598 598
        if growth > 0:
599
          op = opcodes.OpGrowDisk(instance_name=instance, disk=idx,
600
                                  amount=growth, wait_for_sync=True)
599
          op = opcodes.OpInstanceGrowDisk(instance_name=instance, disk=idx,
600
                                          amount=growth, wait_for_sync=True)
601 601
          Log("increase disk/%s by %s MB", idx, growth, indent=2)
602 602
          self.ExecOrQueue(instance, [op])
603 603

  

Also available in: Unified diff