From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dejan Muhamedagic Date: Tue, 16 Aug 2011 17:09:22 +0200 Subject: [Cluster-devel] [PATCH] Fix ocf-tester to use bash when testing agents In-Reply-To: <4E47B8A2.6040502@redhat.com> References: <4E459307.6040000@redhat.com> <4E47B8A2.6040502@redhat.com> Message-ID: <20110816150921.GB3705@squib> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Fabio and Chris, On Sun, Aug 14, 2011 at 01:59:30PM +0200, Fabio M. Di Nitto wrote: > On 08/12/2011 10:54 PM, Chris Feist wrote: > > Simple workaround to prevent errors when testing rgmanager resource > > agents with ocf tester. > > > > Thanks, > > Chris > > It's probably best to send patches that involves the whole tree to > ha-wg-technical, so that also the linux-ha people can look at them. Yes, I missed the patch. > The change is OK with me, but they might have other opinions. There are some platforms and linux distribution which use a shell different from bash. At least linux-ha RAs often don't require bash. For instance, Debian's default shell is dash, which is POSIX compliant and lighter than bash. Chris, which errors did you encounter? On most (or all) of my computers there is: $ ls -l /bin/sh lrwxrwxrwx 1 root root 4 Dec 3 2009 /bin/sh -> bash Cheers, Dejan > Fabio >