[Linux-cluster] postgres cluster with RHEL5

Lon Hohberger lhh at redhat.com
Fri Feb 1 16:09:23 UTC 2008


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





More information about the Linux-cluster mailing list