Re: postgres cluster with RHEL5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux