Re: [ClusterLabs] Proposed change for 1.1.16: ending python 2.6 compatibility

2016-07-05 Thread Digimer
On 05/07/16 01:31 PM, Ken Gaillot wrote: > As you may be aware, python 3 is a significant, backward-compatible > restructuring of the python language. Most development of the python 2 > series has ended, and support for python 2 will completely end in 2020. > > Pacemaker currently uses python

[ClusterLabs] Proposed change for 1.1.16: ending python 2.6 compatibility

2016-07-05 Thread Ken Gaillot
As you may be aware, python 3 is a significant, backward-compatible restructuring of the python language. Most development of the python 2 series has ended, and support for python 2 will completely end in 2020. Pacemaker currently uses python only in its test suites. At some point, we may convert

Re: [ClusterLabs] Antw: Doing reload right

2016-07-05 Thread Ken Gaillot
On 07/04/2016 03:52 AM, Vladislav Bogdanov wrote: > 01.07.2016 18:26, Ken Gaillot wrote: > > [...] > >> You're right, "parameters" or "params" would be more consistent with >> existing usage. "Instance attributes" is probably the most technically >> correct term. I'll vote for "reload-params" >

Re: [ClusterLabs] Antw: Re: Antw: Doing reload right

2016-07-05 Thread Ken Gaillot
On 07/04/2016 02:01 AM, Ulrich Windl wrote: > For the case of changing the contents of an external configuration file, the > RA would have to provide some reloadable dummy parameter then (maybe like > "config_generation=2"). That is a widely recommended approach for the current "reload"

Re: [ClusterLabs] How about making pacemaker OCF_ROOT_DIR more portable ?

2016-07-05 Thread Ken Gaillot
On 07/04/2016 10:07 PM, Li Junliang wrote: > Hi all, > Currently, OCF_ROOT_DIR in configure.ac for pacemaker is fixed > to /usr/lib/ocf. But in resource-agents project , we can set > OCF_ROOT_DIR by setting "--with-ocf-root=xxx" . So , there may be two > different OCF directories . Would it