High Availability Of MooseFS Master

2.3k views Asked by At

I have a setup where we are running 1 Master and 3 chunk servers . In case one of my chunk servers goes down My set up is working fine .I want the same functionality with my Master server too .How can I do that ?

My exact need is : I am going to have 2 master servers and if one goes down 2nd one should act as master

3

There are 3 answers

3
blink On

You should try LizardFS http://lizardfs.com and on http://github.com/lizardfs/lizardfs , its fork of MooseFS and have build in master ha compability.

The simplest way is to have in eg. keepalived with virtual ip bind to this virtual ip master server and deploy second master server on diffrent machine but in config you need to set PERSONALITY from master to shadow. When first master going down and keepalived swith ip to second machine you need change back PERSONALITY to master nad reload master server.

If you write correct config for keepalived you can get 1-2 sec downtime.

2
AudioBubble On

MooseFS 2.0 Pro have master HA

http://moosefs.com/support.html "2 – Premium Software Features includes Master HA."

http://moosefs.com/products.html left menu -> card Overview

0
prk On

MooseFS in version >= 2.0 Pro have Master HA