Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754934AbYCQIQ4 (ORCPT ); Mon, 17 Mar 2008 04:16:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752824AbYCQIQt (ORCPT ); Mon, 17 Mar 2008 04:16:49 -0400 Received: from phunq.net ([64.81.85.152]:60284 "EHLO moonbase.phunq.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752649AbYCQIQt (ORCPT ); Mon, 17 Mar 2008 04:16:49 -0400 From: Daniel Phillips To: david@lang.hm Subject: Re: [ANNOUNCE] Ramback: faster than a speeding bullet Date: Mon, 17 Mar 2008 00:16:18 -0800 User-Agent: KMail/1.9.5 Cc: David Newall , Alan Cox , Willy Tarreau , linux-kernel@vger.kernel.org References: <200803092346.17556.phillips@phunq.net> <200803162252.58274.phillips@phunq.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803170116.19546.phillips@phunq.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 28 On Sunday 16 March 2008 23:49, david@lang.hm wrote: > > Mirroring on the other hand, makes a realtime copy of a volume, that is > > never out of date. > > so just mirror to a local disk array then. Great idea. Except that the disk array has millisecond level latency, when what we trying to achieve is microsecond level latency. > a local disk array has more write bandwidth than a network connection to a > remote machine, so if you can mirror to a remote machine you can mirror to > a local disk array. So you could potentially connect to a _huge_ disk array and write deltas to it. The disk array would have to support roughly 3 Gbytes/second of write bandwidth to keep up with the Violin ramdisk. Doable, but you are now in the serious heavy iron zone. Personally, I like my nice simple design a lot more. Just mirror it, as many times as you need to satisfy your paranoia. Or how about go write your own? Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/