Re: [ovs-dev] installing Python 2.7 on Xenserver (was: Re: [PATCH 1/2] Increase prerequisite from Python 2.4 to Python 2.7.)

2015-06-09 Thread Andy Hill
odern Python > features, so I'd like to get this resolved. > > Thanks, > > Ben. > > On Thu, May 28, 2015 at 06:59:17AM -0400, Andy Hill wrote: > > I don't think it's too difficult, there just needs to be a well known > > location where it's installed.

Re: [ovs-dev] installing Python 2.7 on Xenserver (was: Re: [PATCH 1/2] Increase prerequisite from Python 2.4 to Python 2.7.)

2015-05-29 Thread Andy Hill
> Hmm, do we install anything else Python-based on hypervisors? Yes, but they don't use the OVS Python modules. Those scripts build ovs-vsctl commands[1]. I don't think porting the OVS modules to a newer Python would impact those. [1] https://github.com/openvswitch/ovs/blob/master/xenserver/opt_

Re: [ovs-dev] [PATCH 1/2] Increase prerequisite from Python 2.4 to Python 2.7.

2015-05-29 Thread Andy Hill
> What if we apply these to the ovn branch, and then plan to merge ovn > into master only after OVS 2.4 is released? That's sounds fine to me. I'll update the related mailing list threads when I hear more back from Citrix. ___ dev mailing list dev@openv

Re: [ovs-dev] installing Python 2.7 on Xenserver (was: Re: [PATCH 1/2] Increase prerequisite from Python 2.4 to Python 2.7.)

2015-05-28 Thread Andy Hill
gt; On Thu, May 21, 2015 at 07:23:49PM -0700, Andy Hill wrote: >> > As a consequence, this requires dropping support for old versions of >> > XenServer. I don't expect that to be much of a problem. >> >> Unfortunately, the most recent release of XenServer (6.5) sti

Re: [ovs-dev] [PATCH 1/2] Increase prerequisite from Python 2.4 to Python 2.7.

2015-05-21 Thread Andy Hill
> As a consequence, this requires dropping support for old versions of > XenServer. I don't expect that to be much of a problem. Unfortunately, the most recent release of XenServer (6.5) still ships with Python 2.4. > +Open vSwitch requires a version of XenServer (XCP) that includes a > +modern

[ovs-dev] [PATCH 1/1] Always save ofports on kmod reload

2014-07-18 Thread Andy Hill
Not saving the ofport on kmod reloads can lead to datapath outages with some scenarios. Further, there doesn't seem to be a reason not to save ofports. Signed-off-by: Andy Hill ___ dev mailing list dev@openvswitch.org http://openvswitch.org/ma

[ovs-dev] [PATCH 1/1] Fix misspellings in comments and docs.

2013-06-04 Thread Andy Hill
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill --- 0001-Fix-misspellings-in-comments-and-docs.patch Description: Binary data ___ dev mailing list dev@openvswitch.org http