From: Fabien G. <fab...@gm...> - 2010-06-14 09:24:57
|
Hello, On Mon, Jun 14, 2010 at 10:45 AM, Laurent Wandrebeck <lw...@hy...> wrote: > > http://www.moosefs.org/mini-howtos.html#redundant-master > > > > and see how it is possible to create a fail proof solution using CARP. > > [MB] You can also refer to this mini how-to: > Well, the only CARP setting I've done is for pfsense, and it's integrated > (as in click, click, done:). > MooseFS is especially sweet to configure and deploy. Not so for master > failover :) > You can also use Heartbeat for the master/slave, with a haresources file looking like "mfsmaster IPaddr::192.168.0.100/24/eth1 switchMFSmaster", and creating a script switchMFSmaster launching the following lines when switching from slave to master : mfsmetalogger stop mfsmetarestore -a mfsmaster start And on the master node becoming slave : mfsmaster stop mfsmetalogger start > Do you plan to enhance that point in an upcoming version so it becomes > quick (and easy) to get ? > It'd be a really nice feature, and could push MooseFS into HA world. > I agree with you, it would be really nice to have an integrated way to do so. Fabien PS : thanks for the CentOS repo ;-) |