|
|
0a122b |
From 0488e742dcf68d044910b51beddc712ae1baa767 Mon Sep 17 00:00:00 2001
|
|
|
0a122b |
Message-Id: <0488e742dcf68d044910b51beddc712ae1baa767.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
In-Reply-To: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
References: <c5386144fbf09f628148101bc674e2421cdd16e3.1387382496.git.minovotn@redhat.com>
|
|
|
0a122b |
From: Nigel Croxon <ncroxon@redhat.com>
|
|
|
0a122b |
Date: Thu, 14 Nov 2013 22:53:08 +0100
|
|
|
0a122b |
Subject: [PATCH 32/46] rdma: remaining documentation fixes
|
|
|
0a122b |
|
|
|
0a122b |
RH-Author: Nigel Croxon <ncroxon@redhat.com>
|
|
|
0a122b |
Message-id: <1384469598-13137-33-git-send-email-ncroxon@redhat.com>
|
|
|
0a122b |
Patchwork-id: 55710
|
|
|
0a122b |
O-Subject: [RHEL7.0 PATCH 32/42] rdma: remaining documentation fixes
|
|
|
0a122b |
Bugzilla: 1011720
|
|
|
0a122b |
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Amit Shah <amit.shah@redhat.com>
|
|
|
0a122b |
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
0a122b |
|
|
|
0a122b |
Bugzilla: 1011720
|
|
|
0a122b |
https://bugzilla.redhat.com/show_bug.cgi?id=1011720
|
|
|
0a122b |
|
|
|
0a122b |
>From commit ID:
|
|
|
0a122b |
commit 8f3067bd86485f8cd03abc940ddb2b8467ef3627
|
|
|
0a122b |
Author: Michael R. Hines <mrhines@us.ibm.com>
|
|
|
0a122b |
Date: Fri Aug 9 16:05:45 2013 -0400
|
|
|
0a122b |
|
|
|
0a122b |
rdma: remaining documentation fixes
|
|
|
0a122b |
|
|
|
0a122b |
Was missing 'setup-time' in some of the QMP documentation...
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
|
|
|
0a122b |
Reviewed-by: Eric Blake <eblake@redhat.com>
|
|
|
0a122b |
Message-id: 1376078746-24948-7-git-send-email-mrhines@linux.vnet.ibm.com
|
|
|
0a122b |
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
qmp-commands.hx | 10 ++++++++++
|
|
|
0a122b |
1 files changed, 10 insertions(+), 0 deletions(-)
|
|
|
0a122b |
|
|
|
0a122b |
Signed-off-by: Michal Novotny <minovotn@redhat.com>
|
|
|
0a122b |
---
|
|
|
0a122b |
qmp-commands.hx | 10 ++++++++++
|
|
|
0a122b |
1 file changed, 10 insertions(+)
|
|
|
0a122b |
|
|
|
0a122b |
diff --git a/qmp-commands.hx b/qmp-commands.hx
|
|
|
0a122b |
index 4942590..cedcd17 100644
|
|
|
0a122b |
--- a/qmp-commands.hx
|
|
|
0a122b |
+++ b/qmp-commands.hx
|
|
|
0a122b |
@@ -2576,6 +2576,12 @@ The main json-object contains the following:
|
|
|
0a122b |
- "total-time": total amount of ms since migration started. If
|
|
|
0a122b |
migration has ended, it returns the total migration
|
|
|
0a122b |
time (json-int)
|
|
|
0a122b |
+- "setup-time" amount of setup time in milliseconds _before_ the
|
|
|
0a122b |
+ iterations begin but _after_ the QMP command is issued.
|
|
|
0a122b |
+ This is designed to provide an accounting of any activities
|
|
|
0a122b |
+ (such as RDMA pinning) which may be expensive, but do not
|
|
|
0a122b |
+ actually occur during the iterative migration rounds
|
|
|
0a122b |
+ themselves. (json-int)
|
|
|
0a122b |
- "downtime": only present when migration has finished correctly
|
|
|
0a122b |
total amount in ms for downtime that happened (json-int)
|
|
|
0a122b |
- "expected-downtime": only present while migration is active
|
|
|
0a122b |
@@ -2629,6 +2635,7 @@ Examples:
|
|
|
0a122b |
"remaining":123,
|
|
|
0a122b |
"total":246,
|
|
|
0a122b |
"total-time":12345,
|
|
|
0a122b |
+ "setup-time":12345,
|
|
|
0a122b |
"downtime":12345,
|
|
|
0a122b |
"duplicate":123,
|
|
|
0a122b |
"normal":123,
|
|
|
0a122b |
@@ -2653,6 +2660,7 @@ Examples:
|
|
|
0a122b |
"remaining":123,
|
|
|
0a122b |
"total":246,
|
|
|
0a122b |
"total-time":12345,
|
|
|
0a122b |
+ "setup-time":12345,
|
|
|
0a122b |
"expected-downtime":12345,
|
|
|
0a122b |
"duplicate":123,
|
|
|
0a122b |
"normal":123,
|
|
|
0a122b |
@@ -2672,6 +2680,7 @@ Examples:
|
|
|
0a122b |
"remaining":1053304,
|
|
|
0a122b |
"transferred":3720,
|
|
|
0a122b |
"total-time":12345,
|
|
|
0a122b |
+ "setup-time":12345,
|
|
|
0a122b |
"expected-downtime":12345,
|
|
|
0a122b |
"duplicate":123,
|
|
|
0a122b |
"normal":123,
|
|
|
0a122b |
@@ -2697,6 +2706,7 @@ Examples:
|
|
|
0a122b |
"remaining":1053304,
|
|
|
0a122b |
"transferred":3720,
|
|
|
0a122b |
"total-time":12345,
|
|
|
0a122b |
+ "setup-time":12345,
|
|
|
0a122b |
"expected-downtime":12345,
|
|
|
0a122b |
"duplicate":10,
|
|
|
0a122b |
"normal":3333,
|
|
|
0a122b |
--
|
|
|
0a122b |
1.7.11.7
|
|
|
0a122b |
|