BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Redundant array of inexpensive servers: clustering?
- Subject: [Discuss] Redundant array of inexpensive servers: clustering?
- From: richard.pieri at gmail.com (Richard Pieri)
- Date: Sun, 30 Mar 2014 19:31:11 -0400
- In-reply-to: <53389A03.8010707@borg.org>
- References: <6632cf71d55dabb34806494b44349729.squirrel@webmail.ci.net> <533884C8.4050006@gmail.com> <53388C0C.5060309@borg.org> <533891E9.8030600@gmail.com> <53389A03.8010707@borg.org>
Kent Borg wrote: > There is a non-free DRBD that handles more than two nodes. There might > be something useful down that path. The point of a quorum disk is the race condition. When the cluster splits the nodes race to fence the quorum disk and write their signatures. Fencing ensures that only one node can write to the quorum disk and the signature identifies the winner to the other nodes in the cluster. DRBD on its own can't do this. Corosync + Pacemaker supposedly can do it on top of DRBD but that's a full-on HA cluster suite with all of the overhead and maintenance that entails. If you're just doing hot to cold replication with manual switch then you don't need a heartbeat or quorum. Just let your hot node do its work, let DRBD replicate blocks to the cold node, and if the hot node fails then shut it down and flip whatever switch turns the cold node into the hot node. Just be sure to do your backups because DRBD will happily replicate trashed data to the cold node. -- Rich P.
- Follow-Ups:
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: bill.n1vux at gmail.com (Bill Ricker)
- [Discuss] Redundant array of inexpensive servers: clustering?
- References:
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: richb at pioneer.ci.net (Rich Braun)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: richard.pieri at gmail.com (Richard Pieri)
- [Discuss] Redundant array of inexpensive servers: clustering?
- From: kentborg at borg.org (Kent Borg)
- [Discuss] Redundant array of inexpensive servers: clustering?
- Prev by Date: [Discuss] Redundant array of inexpensive servers: clustering?
- Next by Date: [Discuss] Redundant array of inexpensive servers: clustering?
- Previous by thread: [Discuss] Redundant array of inexpensive servers: clustering?
- Next by thread: [Discuss] Redundant array of inexpensive servers: clustering?
- Index(es):