The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
65 views

How can I solve the “split brain” issue with only 2 physical servers?

I have 2 physical servers, each will contain 2 VMs; a VM with Postgres (9.2) running, and a VM running some Python software (which will connect to the Postgres server). I'm not tied to anything in ...
1
vote
0answers
85 views

Dual Primary OCFS2 DRBD encountered split-brain. Is recovery always going to be manual in this case?

I've got two webservers which each have a disk attached. This disk is synced between them using drbd (2:8.3.13-1.1ubuntu1) in 'dual-primary' mode, and over the top of this I run ocfs2 (1.6.4-1ubuntu1) ...
1
vote
1answer
108 views

Predict the number of primaries after a split-brain situation

I am trying to avoid a split brain situation using automatic split brain recovery policies explained at http://www.drbd.org/users-guide/s-configure-split-brain-behavior.html How to predict which ...
1
vote
1answer
417 views

Clustering filesystem for small files

I'm looking for a distributed filesystem which I could use for storing lots of small files (<1MB usually). What I want to get is: 2 servers which have the fs mounted themselves and mirror the ...