Hey all, here is my setup.
2 node cluster with 1 quorum device. Both nodes are utilizing an HP P2000 SAS storage array. Currently I have a qdisk hueristic which monitors my multipath -ll output for a loss of /dev/sd* devices.
<heuristic interval="3" program="multipath -ll | grep sd* | grep active" score="1" tko="5"/>
This works out great until the quorum disk is rebooted or lost. Once that happens the huerstic reboots each node.
Does anyone know of a better way to failover if I loose my storage on one of my nodes?
2 node cluster with 1 quorum device. Both nodes are utilizing an HP P2000 SAS storage array. Currently I have a qdisk hueristic which monitors my multipath -ll output for a loss of /dev/sd* devices.
<heuristic interval="3" program="multipath -ll | grep sd* | grep active" score="1" tko="5"/>
This works out great until the quorum disk is rebooted or lost. Once that happens the huerstic reboots each node.
Does anyone know of a better way to failover if I loose my storage on one of my nodes?