From 6f5629c6b2e67fe998688b349f6b8d8b1582a00a Mon Sep 17 00:00:00 2001 From: wangguang Date: Mon, 20 Mar 2017 17:27:55 -0700 Subject: [PATCH] COLO: Fix Colo doc secondeary should be secondary Signed-off-by: Guang Wang Reviewed-by: Eric Blake Signed-off-by: Dr. David Alan Gilbert --- 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 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