From: wangguang Date: Tue, 21 Mar 2017 00:27:55 +0000 (-0700) Subject: COLO: Fix Colo doc secondeary should be secondary X-Git-Tag: v3.1.0-rc0~14^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6f5629c6b2e67fe998688b349f6b8d8b1582a00a;p=users%2Fdwmw2%2Fqemu.git COLO: Fix Colo doc secondeary should be secondary Signed-off-by: Guang Wang Reviewed-by: Eric Blake Signed-off-by: Dr. David Alan Gilbert --- diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt index 6302469d0e..e2686bb338 100644 --- a/docs/COLO-FT.txt +++ b/docs/COLO-FT.txt @@ -173,7 +173,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