]> Git Repo - qemu.git/blobdiff - docs/COLO-FT.txt
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-09' into...
[qemu.git] / docs / COLO-FT.txt
index 6302469d0ed0455af0aa3894920d6213954c3c60..ad24680d130e86734d962c6a2701392862d88ba7 100644 (file)
@@ -102,7 +102,7 @@ to make sure the state of VM in Secondary side is always consistent with VM in
 Primary side.
 
 COLO Proxy:
-Delivers packets to Primary and Seconday, and then compare the responses from
+Delivers packets to Primary and Secondary, and then compare the responses from
 both side. Then decide whether to start a checkpoint according to some rules.
 Please refer to docs/colo-proxy.txt for more information.
 
@@ -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
This page took 0.02366 seconds and 4 git commands to generate.