Re: [Pacemaker] simulate multiple nodes

2010-11-03 Thread Andrew Beekhof
You're wanting to run multiple instances of pacemaker on a single node? That's unlikely to work. Why not use a vm instead? On 10/29/10, Alan Jones falanclus...@gmail.com wrote: Has anyone configured pacemaker to simulate multiple nodes with multiple process instances? Ideally, I'd like to

Re: [Pacemaker] simulate multiple nodes

2010-11-03 Thread Lars Ellenberg
On Wed, Nov 03, 2010 at 02:28:35PM +0100, Andrew Beekhof wrote: You're wanting to run multiple instances of pacemaker on a single node? That's unlikely to work. Why not use a vm instead? linux containers would probably be the most lightweight virtualization for that purpose, and works great.

[Pacemaker] simulate multiple nodes

2010-10-28 Thread Alan Jones
Has anyone configured pacemaker to simulate multiple nodes with multiple process instances? Ideally, I'd like to bind corosync daemons to different loopback IPs (e.g. 127.0.0.1, 127.0.0.2, etc) and somehow direct the pacemaker instances to separate corosync processes. Any thoughts or comments