Am Montag, 13. Mai 2013, 15:46:40 schrieb Robert Sander: > Hi, > > Is there a heartbeat cluster resource agent that is able to manage > multiple IP addresses at once? > > When we configure IP addresses as cluster resources with > ocf:heartbeat:IPaddr2 it takes about a second for every addresses to > switch to another node. > > We are building a server with potentially hundreds of service IPs. The > resource agent ocf:heartbeat:IPaddr2 is not scaling very well in this > scenario.
No. Make a group of the IPs and set the meta-attribute ordered of the group to "false". So all IPs can start at the same time. Greetings, -- Dr. Michael Schwartzkopff Guardinistr. 63 81375 München Tel: (0163) 172 50 98 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
