From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq7cr-0002pN-KA for qemu-devel@nongnu.org; Mon, 20 Mar 2017 20:26:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cq7co-0005Xd-FY for qemu-devel@nongnu.org; Mon, 20 Mar 2017 20:26:13 -0400 Received: from mbob.nabble.com ([162.253.133.15]:51178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq7co-0005TX-9X for qemu-devel@nongnu.org; Mon, 20 Mar 2017 20:26:10 -0400 Received: from mtom.nabble.com (unknown [162.253.133.81]) by mbob.nabble.com (Postfix) with ESMTP id 62EF33F3FC93 for ; Mon, 20 Mar 2017 17:01:16 -0700 (PDT) Date: Mon, 20 Mar 2017 17:26:10 -0700 (MST) From: wangguang Message-ID: <1490055970461-474432.post@n7.nabble.com> In-Reply-To: <1490011066479-474158.post@n7.nabble.com> References: <1490011066479-474158.post@n7.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4]COLO:Fix Colo doc, secondeary should be secondary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Subject: [PATCH] Fix Colo doc secondeary should be secondary 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-v3-COLO-Fix-Colo-doc-secondeary-should-be-secondary-tp474158p474432.html Sent from the Developer mailing list archive at Nabble.com.