|
|
0a122b |
From 19b8051f791f74ed46a51fff8c74a51bf11dd23d Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
From: Kevin Wolf <kwolf@redhat.com>
|
|
|
0a122b |
Date: Tue, 11 Feb 2014 16:24:44 +0100
|
|
|
0a122b |
Subject: [PATCH 27/28] Documentation: qemu-img: Mention SIGUSR1 progress report
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Kevin Wolf <kwolf@redhat.com>
|
|
|
0a122b |
Message-id: <1392135884-10508-4-git-send-email-kwolf@redhat.com>
|
|
|
0a122b |
Patchwork-id: 57224
|
|
|
0a122b |
O-Subject: [RHEL-7.0 qemu-kvm PATCH 3/3] Documentation: qemu-img: Mention SIGUSR1 progress report
|
|
|
0a122b |
Bugzilla: 997878
|
|
|
0a122b |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Document the SIGUSR1 behaviour of qemu-img. Also, added compare to the
|
|
|
0a122b |
list of subcommands that support -p.
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
0a122b |
Reviewed-by: Benoit Canet <benoit@irqsave.net>
|
|
|
0a122b |
(cherry picked from commit 0e3bd9932f862c1c1e4926939b4d0c602ce214ef)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
qemu-img.texi | 4 +++-
|
|
|
0a122b |
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
qemu-img.texi | 4 +++-
|
|
|
0a122b |
1 files changed, 3 insertions(+), 1 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/qemu-img.texi b/qemu-img.texi
|
|
|
0a122b |
index d75a780..7c28759 100644
|
|
|
0a122b |
--- a/qemu-img.texi
|
|
|
0a122b |
+++ b/qemu-img.texi
|
|
|
0a122b |
@@ -53,7 +53,9 @@ indicates that target image must be compressed (qcow format only)
|
|
|
0a122b |
@item -h
|
|
|
0a122b |
with or without a command shows help and lists the supported formats
|
|
|
0a122b |
@item -p
|
|
|
0a122b |
-display progress bar (convert and rebase commands only)
|
|
|
0a122b |
+display progress bar (compare, convert and rebase commands only).
|
|
|
0a122b |
+If the @var{-p} option is not used for a command that supports it, the
|
|
|
0a122b |
+progress is reported when the process receives a @code{SIGUSR1} signal.
|
|
|
0a122b |
@item -q
|
|
|
0a122b |
Quiet mode - do not print any output (except errors). There's no progress bar
|
|
|
0a122b |
in case both @var{-q} and @var{-p} options are used.
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.1
|
|
|
0a122b |
|