From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq8lX-00027g-S5 for qemu-devel@nongnu.org; Mon, 20 Mar 2017 21:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cq8lU-0003XA-Pb for qemu-devel@nongnu.org; Mon, 20 Mar 2017 21:39:15 -0400 Received: from mbob.nabble.com ([162.253.133.15]:53594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq8lU-0003Ws-K3 for qemu-devel@nongnu.org; Mon, 20 Mar 2017 21:39:12 -0400 Received: from mtom.nabble.com (unknown [162.253.133.81]) by mbob.nabble.com (Postfix) with ESMTP id 742F93F408D7 for ; Mon, 20 Mar 2017 18:14:21 -0700 (PDT) Date: Mon, 20 Mar 2017 18:39:16 -0700 (MST) From: wangguang Message-ID: <1490060356096-474442.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v5]COLO:Fix spell error in Colo doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Subject: [PATCH]COLO:Fix spell error in Colo doc 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/PATCH-v5-COLO-Fix-spell-error-in-Colo-doc-tp474442.html Sent from the Developer mailing list archive at Nabble.com.