Hi Serge, Hi Dejan, Thanks!!
Hideo Yamauchi. --- Dejan Muhamedagic <[email protected]> wrote: > Hi Serge, > > On Wed, Sep 22, 2010 at 08:26:43AM -0600, Serge Dubrouski wrote: > > Thanks, Dejan - > > > > There was one more little patch for pgsql to replace: > > > > ocf_run $quietrun su $OCF_RESKEY_pgdba -c "$*" > > > > with > > > > ocf_run $quietrun su $OCF_RESKEY_pgdba -c "cd $OCF_RESKEY_pgdata; $@" > > > > earlier. > > > > Can you please apply that one too or you want me to resubmit it? > > Applied. > > Cheers, > > Dejan > > > Thanks. > > > > On Wed, Sep 22, 2010 at 8:21 AM, Dejan Muhamedagic <[email protected]> > > wrote: > > > Hi Hideo-san, > > > > > > On Mon, Sep 20, 2010 at 04:43:35PM +0900, [email protected] > > > wrote: > > >> Hi Serge, > > >> > > >> > This is good. Thanks, Hideo. > > >> > > >> Thanks!! > > >> > > >> Let a development version please reflect this patch. > > > > > > Patch applied. > > > > > > Cheers, > > > > > > Dejan > > > > > >> Best Regards, > > >> Hideo Yamauchi. > > >> > > >> > > >> --- Serge Dubrouski <[email protected]> wrote: > > >> > > >> > This is good. Thanks, Hideo. > > >> > > > >> > 2010/9/17  <[email protected]>: > > >> > > Hi All, > > >> > > > > >> > > When we made pgdata a mount(example : /dbfp1 on shared disk), the > > >> > > next error log is > output in > > >> > probe by > > >> > > all means. > > >> > > > > >> > > ERROR: Cannot find configuration file > > >> > > /dbfp1/pgdata/data/postgresql.conf > > >> > > > > >> > > Do not make this error log warning in probe? > > >> > > > > >> > > Because the reason is because an operator watching error-log is > > >> > > confused. > > >> > > > > >> > > diff -r d2fdb87bded9 heartbeat/pgsql > > >> > > --- a/heartbeat/pgsql   Fri Sep 17 15:30:20 2010 +0900 > > >> > > +++ b/heartbeat/pgsql   Fri Sep 17 15:33:04 2010 +0900 > > >> > > @@ -22,6 +22,11 @@ > > >> > >  get_pgsql_param() { > > >> > >     local config_file > > >> > >     local param_name > > >> > > +    local loglevel=err > > >> > > + > > >> > > +    if ocf_is_probe; then > > >> > > +        loglevel=warn > > >> > > +    fi > > >> > > > > >> > >     param_name=$1 > > >> > > > > >> > > @@ -33,7 +38,7 @@ > > >> > >     fi > > >> > > > > >> > >     if [ ! -f "$config" ]; then > > >> > > -        ocf_log err "Cannot find configuration > > >> > > file $config" > > >> > > +        ocf_log $loglevel "Cannot find > > >> > > configuration file $config" > > >> > >         return > > >> > >     fi > > >> > > > > >> > > > > >> > > Best Regards, > > >> > > Hideo Yamauchi. > > >> > > > > >> > > _______________________________________________________ > > >> > > Linux-HA-Dev: [email protected] > > >> > > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > > >> > > Home Page: http://linux-ha.org/ > > >> > > > > >> > > > > >> > > > >> > > > >> > > > >> > -- > > >> > Serge Dubrouski. > > >> > _______________________________________________________ > > >> > Linux-HA-Dev: [email protected] > > >> > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > > >> > Home Page: http://linux-ha.org/ > > >> > > > >> > > >> _______________________________________________________ > > >> Linux-HA-Dev: [email protected] > > >> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > > >> Home Page: http://linux-ha.org/ > > > _______________________________________________________ > > > Linux-HA-Dev: [email protected] > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > > > Home Page: http://linux-ha.org/ > > > > > > > > > > > -- > > Serge Dubrouski. > > _______________________________________________________ > > Linux-HA-Dev: [email protected] > > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > > Home Page: http://linux-ha.org/ > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ > _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
