grow-disk: wait until resync is completed
authorIustin Pop <iustin@google.com>
Tue, 24 Jun 2008 14:29:18 +0000 (14:29 +0000)
committerIustin Pop <iustin@google.com>
Tue, 24 Jun 2008 14:29:18 +0000 (14:29 +0000)
commit349cd6c336232caeff1e392973e7e15e6209f49e
treef1d312ee91151b491ab9123cfaa541decf2bb82a
parentb1383e54614ff661f37a45f5036615d73a18dbcd
grow-disk: wait until resync is completed

The patch adds a new ‘--no-wait-for-sync’ parameter to grow-disk similar
to the one in instance add, and changes the default to wait.

This is cleaner as at the moment when the command returns, we either
have a fully synced disk or there is an error.

Reviewed-by: ultrotter
lib/cmdlib.py
lib/opcodes.py
man/gnt-instance.sgml
scripts/gnt-instance
tools/burnin