Hi out there! I'm trying to set up my cluster with luci. While creating a failoverdomain I always get an error message. Luci says, that the failoverdomain can't be created. The error message is in german language - so I'll try to translate ist: Website-Error An error occured. Error message: Errortype AttributeError Errorvalue getFailoverDomainByName Requested at: 2008/11/20 18:29:29.714 GMT+1 Can anybody tell me, whats going wrong there? My configuration created by luci: <?xml version="1.0"?> <cluster alias="Nyx" config_version="3" name="Nyx"> <fence_daemon clean_start="0" post_fail_delay="0" post_join_delay="3"/> <clusternodes> <clusternode name="node2.mylan" nodeid="1" votes="1"> <fence/> <multicast addr="226.95.1.1" interface="bond0.2"/> </clusternode> <clusternode name="node1.mylan" nodeid="2" votes="1"> <fence/> <multicast addr="226.95.1.1" interface="bond0.2"/> </clusternode> </clusternodes> <cman expected_votes="1" two_node="1"> <multicast addr="226.95.1.1"/> </cman> <fencedevices/> <rm> <failoverdomains/> <resources/> </rm> <quorumd device="/dev/mapper/lun-quorump1" interval="3" min_score="1" tko="10" votes="3"> <heuristic interval="2" program="ping -c3 -t2 10.100.1.1" score="1"/> <heuristic interval="2" program="ping -c3 -t2 10.100.1.2" score="1"/> <heuristic interval="2" program="ping -c3 -t2 10.100.1.3" score="1"/> <heuristic interval="2" program="ping -c3 -t2 10.100.8.1" score="1"/> <heuristic interval="2" program="ping -c3 -t2 10.100.8.2" score="1"/> </quorumd> </cluster> Thanks, Andre |
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster