Re: [Linux-HA] How/Where does ocf_log log?

2013-06-26 Thread Lars Marowsky-Bree
On 2013-06-26T19:48:41, Tony Stocker wrote: > Where exactly do calls using 'ocf_log' log the information? For instance > with the call: > > ocf_log info "Starting $InstanceName" > > inside a start function, where (what file) should I be looking for this > output? /var/log/messages. Tho

[Linux-HA] How/Where does ocf_log log?

2013-06-26 Thread Tony Stocker
Where exactly do calls using 'ocf_log' log the information? For instance with the call: ocf_log info "Starting $InstanceName" inside a start function, where (what file) should I be looking for this output? Does any configuration need to be done to have the logging enabled or shou

Re: [Linux-HA] disallowing concurrent configuration (CIB modifications)

2013-06-26 Thread Dejan Muhamedagic
On Wed, Jun 26, 2013 at 06:13:33PM +0300, Vladislav Bogdanov wrote: > 26.06.2013 15:57, Dejan Muhamedagic wrote: > > On Thu, Jun 06, 2013 at 05:19:03PM +0200, Dejan Muhamedagic wrote: > >> Hi, > >> > >> On Thu, Jun 06, 2013 at 03:11:16PM +0300, Vladislav Bogdanov wrote: > >>> 06.06.2013 08:43, Vlad

Re: [Linux-HA] disallowing concurrent configuration (CIB modifications)

2013-06-26 Thread Vladislav Bogdanov
26.06.2013 15:57, Dejan Muhamedagic wrote: > On Thu, Jun 06, 2013 at 05:19:03PM +0200, Dejan Muhamedagic wrote: >> Hi, >> >> On Thu, Jun 06, 2013 at 03:11:16PM +0300, Vladislav Bogdanov wrote: >>> 06.06.2013 08:43, Vladislav Bogdanov wrote: >>> [...] I recall that LDAP has similar problem,

Re: [Linux-HA] disallowing concurrent configuration (CIB modifications)

2013-06-26 Thread Dejan Muhamedagic
On Thu, Jun 06, 2013 at 05:19:03PM +0200, Dejan Muhamedagic wrote: > Hi, > > On Thu, Jun 06, 2013 at 03:11:16PM +0300, Vladislav Bogdanov wrote: > > 06.06.2013 08:43, Vladislav Bogdanov wrote: > > [...] > > > I recall that LDAP has similar problem, which is easily worked around > > > with

[Linux-HA] Resource Always Tries to Start on the Wrong Node

2013-06-26 Thread Robinson, Eric
I don't understand why resources try to start on the wrong node (and of course fail). My nodes are ha05 and ha06. ha05 is master/primary and all resources are running on it. If I run... crm resource stop p_MySQL_185 ..the resource stops fine. Then if I run... crm resource start p_MySQL_185