Re: [ovs-discuss] How to restart raft cluster after a complete shutdown?

2020-08-25 Thread Han Zhou
On Tue, Aug 25, 2020 at 7:08 AM Matthew Booth wrote: > > I'm deploying ovsdb-server (and only ovsdb-server) in K8S as a StatefulSet: > > https://github.com/openstack-k8s-operators/dev-tools/blob/master/ansible/files/ocp/ovn/ovsdb.yaml > > I'm going to replace this with an operator in due course,

Re: [ovs-discuss] Inquiry for DDlog status for ovn-northd

2020-08-25 Thread Ben Pfaff
On Tue, Aug 25, 2020 at 06:43:51PM +0200, Dumitru Ceara wrote: > On 8/25/20 6:01 PM, Ben Pfaff wrote: > > On Mon, Aug 24, 2020 at 04:28:22PM -0700, Han Zhou wrote: > >> As I remember you were working on the new ovn-northd that utilizes DDlog > >> for incremental processing. Could you share the

Re: [ovs-discuss] How to restart raft cluster after a complete shutdown?

2020-08-25 Thread Tony Liu
Start the first node to create the cluster. https://github.com/ovn-org/ovn/blob/master/utilities/ovn-ctl#L228 https://github.com/openvswitch/ovs/blob/master/utilities/ovs-lib.in#L478 Start the rest nodes to join the cluster. https://github.com/ovn-org/ovn/blob/master/utilities/ovn-ctl#L226

Re: [ovs-discuss] Inquiry for DDlog status for ovn-northd

2020-08-25 Thread Dumitru Ceara
On 8/25/20 6:01 PM, Ben Pfaff wrote: > On Mon, Aug 24, 2020 at 04:28:22PM -0700, Han Zhou wrote: >> As I remember you were working on the new ovn-northd that utilizes DDlog >> for incremental processing. Could you share the current status? >> >> Now that some more improvements have been made in

Re: [ovs-discuss] Inquiry for DDlog status for ovn-northd

2020-08-25 Thread Ben Pfaff
On Mon, Aug 24, 2020 at 04:28:22PM -0700, Han Zhou wrote: > As I remember you were working on the new ovn-northd that utilizes DDlog > for incremental processing. Could you share the current status? > > Now that some more improvements have been made in ovn-controller and OVSDB, > the ovn-northd

[ovs-discuss] How to restart raft cluster after a complete shutdown?

2020-08-25 Thread Matthew Booth
I'm deploying ovsdb-server (and only ovsdb-server) in K8S as a StatefulSet: https://github.com/openstack-k8s-operators/dev-tools/blob/master/ansible/files/ocp/ovn/ovsdb.yaml I'm going to replace this with an operator in due course, which may make the following simpler. I'm not necessarily