[Linux-cluster] postgres cluster with RHEL5

Terry td3201 at gmail.com
Fri Feb 1 16:30:06 UTC 2008


On Feb 1, 2008 10:09 AM, Lon Hohberger <lhh at redhat.com> wrote:
> On Thu, 2008-01-31 at 23:10 -0600, Terry wrote:
>
> >            <service autostart="1" domain="failover00" exclusive="0"
> > name="database" recovery="relocate">
> >                         <postgres-8 ref="dssystem2">
> >                                 <fs ref="db00"/>
> >                                 <ip ref="192.168.100.207"/>
> >                         </postgres-8>
> >                 </service>
>
> That's not going to work; the dependencies are backwards (assuming
> postgresql is trying to use the fs and ip).  Try:
>
>     <service autostart="1" domain="failover00" exclusive="0"
>              name="database" recovery="relocate">
>         <fs ref="db00"/>
>         <ip ref="192.168.100.207"/>
>         <postgres-8 ref="dssystem2"/>
>     </service>
>
> -- Lon

I spoke incorrectly.  The shared storage is an iSCSI volume with ext3.
 NFS is another cluster service.  Sorry.




More information about the Linux-cluster mailing list