> From sebastien lorandel Tuesday, July 31, 2007 6:16 AM > > Hi installed Heartbeat v2.0.8 and DRBDv8. Everything works > well independantly, so I decided to monitor DRBD through Heartbeat. > Now DRBD starts with my Heartbeat on my two nodes, but none > of them become Primary... I know I could use a drbdadm > command to make it, but I want to create a filesystem > resource on my cluster... > So how can I configure a primary node for DRBD?
I believe that none of them become master because you have the target_role set to started, which is the same as slave: <nvpair id="ms-drbd0_target_role" name="target_role" value="started" /> Try changing this to set the target_role to master. However, when I do this what I find is that both of my nodes incorrectly become master. I tried getting some help from the list on it, but like you, all I got was an answer that DRBD 0.8 is not supported, though I don't understand what is missing. Someone obviously updated the OCF script to work correctly with 0.8 regarding "Unconfigured" versus "Not configured" messages and I don't see any other issues. David _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
