Signed-off-by: Wen Congyang <[email protected]> Signed-off-by: Changlong Xie <[email protected]> Signed-off-by: Wang WeiWei <[email protected]> Signed-off-by: zhanghailiang <[email protected]> Signed-off-by: Gonglei <[email protected]> Reviewed-by: Eric Blake <[email protected]> --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/block-core.json b/qapi/block-core.json index ada3202..0935b81 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2184,7 +2184,7 @@ # @mode: the replication mode # # @top-id: #optional In secondary mode, node name or device ID of the root -# node who owns the replication node chain. Ignored in primary mode. +# node who owns the replication node chain. Must not be given in primary mode. # # Since: 2.8 ## -- 1.9.3
