Hi Greg

There seems to be a problem with RHCS mysql init script, I'll try to get to
it when I'll have more time.
For now you can solve this problem by not using the MySQL resource in luci,
instead use script resource to start/stop MySQL with /etc/init.d/mysql

If you use GFS and nead a floating IP your cluster.conf should look
something like this.

<resources>
                        <script file="/etc/init.d/mysqld"
name="mysql-scritp"/>
                        <ip address="192.168.122.100" monitor_link="1"/>
                        <clusterfs device="/dev/sda3" force_unmount="0"
fsid="59408" fstype="gfs" mountpoint="/data" name="virt-gfs"
self_fence="0"/>
                </resources>

Put all this resources in one service GFS should be first.

Hope this will help you

Grisha
--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to