[ovs-dev] [PATCH] ovn: Fix the wrong return, otherwise it will cause the document more than one space.

Ben Pfaff blp at ovn.org
Wed Dec 7 07:32:48 UTC 2016


On Wed, Dec 07, 2016 at 02:07:05PM +0800, Guoshuai Li wrote:
> Signed-off-by: Guoshuai Li <ligs at dtdream.com>
> ---
>  IntegrationGuide.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/IntegrationGuide.rst b/IntegrationGuide.rst
> index d34e9ed..11e77ba 100644
> --- a/IntegrationGuide.rst
> +++ b/IntegrationGuide.rst
> @@ -240,8 +240,8 @@ Whenever the active server dies, pacemaker is responsible to promote one of
>  the backup servers to be active. Both ovn-controller and ovn-northd needs the
>  ip-address at which the active server is listening. With pacemaker changing the
>  node at which the active server is run, it is not efficient to instruct all the
> -ovn-controllers and the ovn-northd to listen to the latest active server's ip-
> -address
> +ovn-controllers and the ovn-northd to listen to the latest active server's
> +ip-address.
>  
>  This problem can be solved by using a native ocf resource agent
>  `ocf:heartbeat:IPaddr2`. The IPAddr2 resource agent is just a resource with an

Thanks, applied to master.


More information about the dev mailing list