Re: [ovs-dev] [PATCH v3] ovn-sb.ovsschema: Avoid duplicated IPs in Encap table.

2018-11-15 Thread Han Zhou
On Thu, Nov 15, 2018 at 11:31 AM Ben Pfaff wrote: > > On Thu, Nov 15, 2018 at 11:07:11AM -0800, Han Zhou wrote: > > From: Han Zhou > > > > When adding a new chassis, if there is an old chassis with same IP > > existed in Encap table, it is allowed to be added today. However, > > allowing it to be

Re: [ovs-dev] [PATCH v3] ovn-sb.ovsschema: Avoid duplicated IPs in Encap table.

2018-11-15 Thread Ben Pfaff
On Thu, Nov 15, 2018 at 11:07:11AM -0800, Han Zhou wrote: > From: Han Zhou > > When adding a new chassis, if there is an old chassis with same IP > existed in Encap table, it is allowed to be added today. However, > allowing it to be added results in problems: > > 1. The new chassis cannot work

[ovs-dev] [PATCH v3] ovn-sb.ovsschema: Avoid duplicated IPs in Encap table.

2018-11-15 Thread Han Zhou
From: Han Zhou When adding a new chassis, if there is an old chassis with same IP existed in Encap table, it is allowed to be added today. However, allowing it to be added results in problems: 1. The new chassis cannot work because none of the other chassises are able to create tunnel to it,