[ovs-dev] [PATCH v4 0/2] Partial cluster support in Python IDL client

Numan Siddique nusiddiq at redhat.com
Wed Aug 15 09:09:42 UTC 2018


On Wed, Aug 15, 2018 at 12:20 AM Ben Pfaff <blp at ovn.org> wrote:

> On Tue, Aug 07, 2018 at 05:07:19PM +0530, nusiddiq at redhat.com wrote:
> > From: Numan Siddique <nusiddiq at redhat.com>
> >
> > Python IDL library is lacking the functionality to connect to the
> > clustered db servers by providing multiple remotes (like -
> > "tcp:10.0.0.1:6641, tcp:10.0.0.2:6641, tcp:10.0.0.3:6641") in the
> > connection string.
> >
> > This patch adds this functionality to the python idl library.
> > It still lacks the feature to connect to the master of the cluster.
> > To add this
> >   - python idl client should monitor and read the '_Server' schema
> >   - connect to the master of the cluster.
> >
> > I will submit the patch once that is ready. But for now I think this
> > is good enough for the clients to connect to the cluster dbs.
>
> I applied this series to master.  Do you want it backported?
>

Thanks for the review and applying the patches. Yes. It would be great if
it is back ported to
branch 2.10.

Numan


More information about the dev mailing list