yeahuh / rpms / qemu-kvm

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