From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/1] tabled: Add replication daemon Date: Sat, 28 Nov 2009 00:18:05 -0500 Message-ID: <4B10B28D.1000403@garzik.org> References: <20091126193923.088ff34c@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091126193923.088ff34c@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 11/26/2009 09:39 PM, Pete Zaitcev wrote: > This patch adds what amounts to a background process that maintains > redundancy for object data. It is far from the complete solution. > For one thing, it does not verify checksums. But it's a start. > > There's no way to turn this off, by intention. The whole thing must > work very reliably, not steal too much from benchmarks (but if it > does, it's only honest to take the hit). It is indispensible. > However, there's a plan to add useful monitoring of jobs and other > state, such as available nodes. > > This implementation uses a separate thread. > > Signed-off-by: Pete Zaitcev Fantastic, thanks for updating this. Will review in-depth during next work session (it's the holidays here, and I've been under the weather to boot). Jeff