commit | cc1658b3381acc8b64e1d1065c24690485d1510f | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Sun Mar 30 19:54:51 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Sun Mar 30 19:54:51 2014 -0700 |
tree | 207624098f14804a70e02fca7f2ca4f46c1b7789 | |
parent | 9bdd1818eb3fb97fbf4281712aefce7759ab5bf3 [diff] |
vzmigrate: call vzctl status with --quiet Without --quiet, vzctl status output could be garbled if we run vzmigrate with -vv (or higher verbosity) as in such case vzmigrate calls vzctl with --verbose. Nevertheless, it's a bug in vzctl, not vzmigrate, and it is fixed by the previous commit 9bdd181. But we can't be sure it's fixed on the remote side, so always use --quiet. Signed-off-by: Kir Kolyshkin <kir@openvz.org>