Re: [Linux-ha-dev] Stonith turns node names to lowercase

2011-10-19 Thread Alberic de Pertat
Hi, > > I am currently in the process of writing a fencing agent for VMware > > vCenter. After some tests, I noticed that the stonith command is > > turning the nodename to lowercase. > > But there is already a vcenter stonith plugin (external/vcenter). Argh I should have started there. > > The

Re: [Linux-ha-dev] Stonith turns node names to lowercase

2011-10-19 Thread Lars Marowsky-Bree
On 2011-10-18T12:12:05, Alberic de Pertat wrote: > I am currently in the process of writing a fencing agent for VMware vCenter. > After some tests, I noticed that the stonith command is turning the nodename > to lowercase. Yes, that was added because host/nodenames by definition *are* case ins

Re: [Linux-ha-dev] Stonith turns node names to lowercase

2011-10-19 Thread Lars Marowsky-Bree
On 2011-10-18T12:40:40, Florian Haas wrote: > > g_strdown(nodecopy); > > > > Is there a reason for this ? > I suppose Dejan will accept a patch making this configurable. Please, no. We fence by hostname; hostnames are case insensitive by definition. Plugins need to handle that. Regards,

[Linux-ha-dev] announcement for glue 1.0.8

2011-10-19 Thread Dejan Muhamedagic
Hello, The 1.0.8 release of glue is out. There were no significant changes since 1.0.8-rc1. Please upgrade at the earliest possible opportunity. The highlights: - new external/libvirt stonith plugin (thanks to Holger Teutsch) - new external/vcenter stonith plugin (thanks to Nhan Ngo Dinh) - new

Re: [Linux-ha-dev] [PATCH]Description addition of the GNU license

2011-10-19 Thread Dejan Muhamedagic
Hi, On Wed, Oct 19, 2011 at 03:35:54PM +0900, nozawat wrote: > Hi > > I forgot to describe GPL2 license in resource-agents of syslog-ng and > rsyslog. > I send the patch which I added GPL2 license to. Applied. Cheers, Dejan > Regards, > Tomo > ___

Re: [Linux-ha-dev] Stonith turns node names to lowercase

2011-10-19 Thread Dejan Muhamedagic
Hi, On Wed, Oct 19, 2011 at 10:49:57AM +0200, Alberic de Pertat wrote: > Hi, > > > > I am currently in the process of writing a fencing agent for VMware > > > vCenter. After some tests, I noticed that the stonith command is > > > turning the nodename to lowercase. > > > > But there is already a v