Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-27 Thread Takatoshi MATSUO
Hi Dejan Thanks. I can confirm the bug is fixed. Regards, Takatoshi MATSUO 2013/6/27 Dejan Muhamedagic : > Hi Takatoshi-san, > > On Thu, Jun 27, 2013 at 02:43:15PM +0900, Takatoshi MATSUO wrote: >> Hi Dejan >> >> Thanks. >> But previous commit c8e7cb61 or 7c9df6e81 (Jun 21) cause this error >>

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-27 Thread Dejan Muhamedagic
Hi Takatoshi-san, On Thu, Jun 27, 2013 at 02:43:15PM +0900, Takatoshi MATSUO wrote: > Hi Dejan > > Thanks. > But previous commit c8e7cb61 or 7c9df6e81 (Jun 21) cause this error > when using comment between configuration. Oops. Good catch. Fixed now. Thanks for reporting! Cheers, Dejan > confi

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-26 Thread Takatoshi MATSUO
Hi Dejan Thanks. But previous commit c8e7cb61 or 7c9df6e81 (Jun 21) cause this error when using comment between configuration. config.crm property \ no-quorum-policy="ignore" \ stonith-enabled="false" \ startup-fencing="false" \ stonith-timeout="20s"

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-26 Thread Dejan Muhamedagic
Hi Takatoshi-san, On Wed, Jun 26, 2013 at 11:48:00AM +0900, Takatoshi MATSUO wrote: > Hi Dejan > > I received another FutureWarning of python. > > /usr/lib64/python2.6/site-packages/crmsh/completion.py:88: > FutureWarning: The behavior of this > method will change in future versions. Use specifi

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-25 Thread Takatoshi MATSUO
Hi Dejan I received another FutureWarning of python. /usr/lib64/python2.6/site-packages/crmsh/completion.py:88: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead. if not doc Regards, Takatoshi MATSUO 2013/6/2

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-21 Thread Takatoshi MATSUO
Hi Dejan Thank you for your quick response. I can inhibit warnings. Regards, Takatoshi MATSUO 2013/6/21 Dejan Muhamedagic : > Hi Takatoshi-san, > > On Fri, Jun 21, 2013 at 04:41:39PM +0900, Takatoshi MATSUO wrote: >> Hi Dejan >> >> I use latest crmsh(ff28b19bdb1d) and it issues FutureWarning of

Re: [Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-21 Thread Dejan Muhamedagic
Hi Takatoshi-san, On Fri, Jun 21, 2013 at 04:41:39PM +0900, Takatoshi MATSUO wrote: > Hi Dejan > > I use latest crmsh(ff28b19bdb1d) and it issues FutureWarning of python > when using comment(#). > > config.crm file > > # Comment > property \ > no-quorum-policy="ignore" \

[Linux-ha-dev] crmsh issues FutureWarning of python

2013-06-21 Thread Takatoshi MATSUO
Hi Dejan I use latest crmsh(ff28b19bdb1d) and it issues FutureWarning of python when using comment(#). config.crm file # Comment property \ no-quorum-policy="ignore" \ stonith-enabled="false" \ startup-fencing="false" \ stonith-timeout="20s" --