[ovs-dev] [PATCH] The dependency between ovndb_servers-master and VirtualIP is wrong

Ben Pfaff blp at ovn.org
Tue Jan 23 19:17:45 UTC 2018


Thank you for the patch!  With this message, I'm adding a few people who
might be capable of a review to the thread (I'm certainly not).

Thanks,

Ben.

On Thu, Jan 18, 2018 at 05:37:35PM +0800, xurong00037997 wrote:
> From: zhaojingjing0067370 <zhao.jingjing2 at zte.com.cn>
> 
> ---
>  Documentation/topics/integration.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/topics/integration.rst b/Documentation/topics/integration.rst
> index 0447faf..d129e21 100644
> --- a/Documentation/topics/integration.rst
> +++ b/Documentation/topics/integration.rst
> @@ -255,6 +255,6 @@ with the active server::
>  
>      $ pcs resource create VirtualIP ocf:heartbeat:IPaddr2 ip=x.x.x.x \
>          op monitor interval=30s
> -    $ pcs constraint order promote ovndb_servers-master then VirtualIP
> -    $ pcs constraint colocation add VirtualIP with master ovndb_servers-master \
> +    $ pcs constraint order start VirtualIP then promote ovndb_servers-master
> +    $ pcs constraint colocation add master ovndb_servers-master with VirtualIP \
>          score=INFINITY
> -- 
> 1.8.3.1
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev


More information about the dev mailing list