Burnin OpGrowDisk
authorIustin Pop <iustin@google.com>
Tue, 14 Oct 2008 16:22:14 +0000 (16:22 +0000)
committerIustin Pop <iustin@google.com>
Tue, 14 Oct 2008 16:22:14 +0000 (16:22 +0000)
commit659712c850a5624057c6425e29928ee697de5dea
tree2488ef7520a09d188dd3829f9a4b7ef0937c37b5
parent6b5605e84221401daa07611430c5fbe20c1d3ee7
Burnin OpGrowDisk

With this patch both the os and the swap disk are grown during
burnin. You can pass an increase size of 0 to skip this operation.

and:

burnin: don't try to grow diskless instances

    When burnin is run on a diskless instance, it fails when trying
    GrowDisk, because a non-existant disk cannot be grown. This patch
    disables the test for that disk template.

This is a forward-port of revisions 1181 and 1606 on the 1.2 branch.

Original author: ultrotter
Reviewed-by: ultrotter
tools/burnin