1 Nov 2011 01:38
possibly silly question (raid failover)
Miles Fidelman <mfidelman <at> meetinghouse.net>
2011-11-01 00:38:16 GMT
2011-11-01 00:38:16 GMT
Hi Folks, I've been exploring various ways to build a "poor man's high availability cluster." Currently I'm running two nodes, using raid on each box, running DRBD across the boxes, and running Xen virtual machines on top of that. I now have two brand new servers - for a total of four nodes - each with four large drives, and four gigE ports. Between the configuration of the systems, and rack space limitations, I'm trying to use each server for both storage and processing - and been looking at various options for building a cluster file system across all 16 drives, that supports VM migration/failover across all for nodes, and that's resistant to both single-drive failures, and to losing an entire server (and it's 4 drives), and maybe even losing two servers (8 drives). The approach that looks most interesting is Sheepdog - but it's both tied to KVM rather than Xen, and a bit immature. But it lead me to wonder if something like this might make sense: - mount each drive using AoE - run md RAID 10 across all 16 drives one one node - mount the resulting md device using AoE - if the node running the md device fails, use pacemaker/crm to auto-start an md device on another node, re-assemble and republish the array - resulting in a 16-drive raid10 array that's accessible from all nodes Or is this just silly and/or wrongheaded?(Continue reading)
Well, its always reproducible on my ubuntu when I run that script.
>
> In this case search_mdstat was nearly identical to conf_match, but uses the
> bits you removed. So I unified the two.
>
> For the 'Kill' fix, I removed a different test on 'force' so that the printf
> that you removed could not actually be reached.
That is great! There are times where I am not quite sure what the
original intention of the code was, so I am just glad the patches is
proving to be of use :)
Cheers,
Jes
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at
RSS Feed