commit | aefc8ef6c98cbd954b095b515d7b0dbaeaaa4fef | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Jan 30 00:49:44 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Jan 30 00:56:59 2012 +0400 |
tree | 4bc86b193f500a992c11a51d1e83d383f5deb0a4 | |
parent | 704273e433908f4dbab08b7a1089dd395e3359dc [diff] |
vzctl create: show tarball extraction progress using pv If pv tool is available, make use of it to show a nice progress bar, like this: Creating container private area (fedora-15-x86) 44.5MB 0:00:09 [4.96MB/s] [======> ] 21% ETA 0:00:32 Isn't it cute? ;) While at it, simplify error message (and get rid of 'error' because it is already printed by vzerror). Signed-off-by: Kir Kolyshkin <kir@openvz.org>