* [Qemu-devel] [PATCHV2] COLO: COLO-FT.txt err
@ 2017-03-18 5:43 wang.guang55
2017-03-18 6:08 ` Hailiang Zhang
0 siblings, 1 reply; 2+ messages in thread
From: wang.guang55 @ 2017-03-18 5:43 UTC (permalink / raw)
To: zhang.zhanghailiang; +Cc: qemu-devel, zhangchen.fnst
This is an error in COLO-FT.txt.
secondeary-disk0 should be secondary-disk0.
Signed-off-by: Guang Wang<wang.guang55@zte.com.cn>
diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt
index e289be2..754efda 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
原始邮件
发件人:王广10165992
收件人: <zhang.zhanghailiang@huawei.com>
抄送人: <qemu-devel@nongnu.org> <zhangchen.fnst@cn.fujitsu.com>
日 期 :2017年03月18日 13:38
主 题 :[Qemu-devel] [PATCH] COLO: COLO-FT.txt err
This is an error in COLO-FT.txt.
secondeary-disk0 should be secondary-disk0.
Signed-off-by: Guang Wang<wang.guang55@zte.com.cn>
diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt
index e289be2..754efda 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 } }
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCHV2] COLO: COLO-FT.txt err
2017-03-18 5:43 [Qemu-devel] [PATCHV2] COLO: COLO-FT.txt err wang.guang55
@ 2017-03-18 6:08 ` Hailiang Zhang
0 siblings, 0 replies; 2+ messages in thread
From: Hailiang Zhang @ 2017-03-18 6:08 UTC (permalink / raw)
To: wang.guang55; +Cc: xuquan8, qemu-devel, zhangchen.fnst
Hi,
Thanks for reporting this.
This patch has wrong format and it seems that you pasted the content
to this email directly, please follow the introduction bellow to submit a patch:
http://wiki.qemu-project.org/Contribute/SubmitAPatch
Thanks,
Hailiang
On 2017/3/18 13:43, wang.guang55@zte.com.cn wrote:
> This is an error in COLO-FT.txt.
>
>
> secondeary-disk0 should be secondary-disk0.
>
>
>
>
>
>
> Signed-off-by: Guang Wang<wang.guang55@zte.com.cn>
>
> diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt
>
> index e289be2..754efda 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
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> 原始邮件
>
>
>
> 发件人:王广10165992
> 收件人: <zhang.zhanghailiang@huawei.com>
> 抄送人: <qemu-devel@nongnu.org> <zhangchen.fnst@cn.fujitsu.com>
> 日 期 :2017年03月18日 13:38
> 主 题 :[Qemu-devel] [PATCH] COLO: COLO-FT.txt err
>
>
>
>
>
>
> This is an error in COLO-FT.txt.
>
> secondeary-disk0 should be secondary-disk0.
>
>
>
>
> Signed-off-by: Guang Wang<wang.guang55@zte.com.cn>
>
> diff --git a/docs/COLO-FT.txt b/docs/COLO-FT.txt
>
> index e289be2..754efda 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 } }
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-18 6:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-18 5:43 [Qemu-devel] [PATCHV2] COLO: COLO-FT.txt err wang.guang55
2017-03-18 6:08 ` Hailiang Zhang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.