Re: [ovs-dev] [PATCH v3 0/4] High availability support for OVN DB servers using pacemaker

2016-10-05 Thread Andy Zhou
On Tue, Oct 4, 2016 at 1:37 PM, Ben Pfaff  wrote:

> On Wed, Sep 28, 2016 at 10:00:19AM +0530, bscha...@redhat.com wrote:
> > v2 -> v3:
> > - Handling few edged cases in the OCF script as suggested by
> >   Andrew Beekhof
> >
> > This patch contains changes required to run a pacemaker resource agent
> > to manage OVN db servers in active/standby mode in a HA cluster.
>
> I'm not sure who should review this.  Andy?  Russell?  (me?  I'm
> willing, if requested.)
>

I will try to review them in the next few days.
Since I have not used heartbeat before, It may take some time for me to set
up an environment to try it out.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


Re: [ovs-dev] [PATCH v3 0/4] High availability support for OVN DB servers using pacemaker

2016-10-04 Thread Ben Pfaff
On Wed, Sep 28, 2016 at 10:00:19AM +0530, bscha...@redhat.com wrote:
> v2 -> v3:
> - Handling few edged cases in the OCF script as suggested by
>   Andrew Beekhof
> 
> This patch contains changes required to run a pacemaker resource agent
> to manage OVN db servers in active/standby mode in a HA cluster.

I'm not sure who should review this.  Andy?  Russell?  (me?  I'm
willing, if requested.)
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] [PATCH v3 0/4] High availability support for OVN DB servers using pacemaker

2016-09-27 Thread bschanmu
v2 -> v3:
- Handling few edged cases in the OCF script as suggested by
  Andrew Beekhof

This patch contains changes required to run a pacemaker resource agent
to manage OVN db servers in active/standby mode in a HA cluster.

Babu Shanmugam (4):
  ovn: ovn-ctl support for HA ovn DB servers
  ovn: OCF script for OVN OVSDB servers
  ovn: Add ovn db servers ocf script in fedora packager
  ovn: Add ovndb servers ocf script in debian packager

 debian/automake.mk  |   2 +
 debian/ovn-common.install   |   1 +
 debian/ovn-common.postinst  |  24 +++
 debian/ovn-common.postrm|  23 +++
 ovn/utilities/automake.mk   |   6 +-
 ovn/utilities/ovn-ctl   | 173 +---
 ovn/utilities/ovndb-servers.ocf | 349 
 rhel/openvswitch-fedora.spec.in |   8 +
 8 files changed, 559 insertions(+), 27 deletions(-)
 create mode 100644 debian/ovn-common.postinst
 create mode 100644 debian/ovn-common.postrm
 create mode 100755 ovn/utilities/ovndb-servers.ocf

-- 
1.9.1

___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev