[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Subject: [PATCH]COLO: Fix spell error in Colo doc
From: |
wangguang |
Subject: |
[Qemu-devel] Subject: [PATCH]COLO: Fix spell error in Colo doc |
Date: |
Mon, 20 Mar 2017 19:49:01 -0700 (MST) |
This is an error in COLO-FT.txt.
secondeary-disk0 should be secondary-disk0.
Signed-off-by: Guang Wang <address@hidden>
---
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.
- [Qemu-devel] Subject: [PATCH]COLO: Fix spell error in Colo doc,
wangguang <=