From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq9r4-0004yj-Ty for qemu-devel@nongnu.org; Mon, 20 Mar 2017 22:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cq9r1-0006id-2P for qemu-devel@nongnu.org; Mon, 20 Mar 2017 22:49:02 -0400 Received: from mbob.nabble.com ([162.253.133.15]:55277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq9r0-0006hO-S4 for qemu-devel@nongnu.org; Mon, 20 Mar 2017 22:48:58 -0400 Received: from mtom.nabble.com (unknown [162.253.133.81]) by mbob.nabble.com (Postfix) with ESMTP id 17E633F41206 for ; Mon, 20 Mar 2017 19:24:06 -0700 (PDT) Date: Mon, 20 Mar 2017 19:49:01 -0700 (MST) From: wangguang Message-ID: <1490064541056-474448.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Subject: [PATCH]COLO: Fix spell error in Colo doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is an error in COLO-FT.txt. secondeary-disk0 should be secondary-disk0. Signed-off-by: Guang Wang --- docs/COLO-FT.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt index e289be2..bec7547 100644 --- a/docs/COLO-FT.txt +++ b/docs/COLO-FT.txt @@ -139,7 +139,7 @@ Secondary: { 'execute': 'nbd-server-start', 'arguments': {'addr': {'type': 'inet', 'data': {'host': 'xx.xx.xx.xx', 'port': '8889'} } } } -{'execute': 'nbd-server-add', 'arguments': {'device': 'secondeary-disk0', 'writable': true } } +{'execute': 'nbd-server-add', 'arguments': {'device': 'secondary-disk0', 'writable': true } } Note: a. The qmp command nbd-server-start and nbd-server-add must be run -- 2.9.3 -- View this message in context: http://qemu.11.n7.nabble.com/Subject-PATCH-COLO-Fix-spell-error-in-Colo-doc-tp474448.html Sent from the Developer mailing list archive at Nabble.com.