From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch] tabled: parse Chunk parameters in CLD v2 Date: Sun, 16 Aug 2009 22:01:23 -0400 Message-ID: <4A88B9F3.8040306@garzik.org> References: <20090816071033.1bcab0ae@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090816071033.1bcab0ae@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 08/16/2009 09:10 AM, Pete Zaitcev wrote: > This patch probably has all that's necessary to flip the configuration > to use CLD to configure available Chunk nodes and dispose with > forever. However, it did not complete all tests that's > necessary to declare victory. So for now we continue to use. > This should be relaiable in Koji, but we have -D in build scripts for now. > > The parsing itself uses the same code that our parser of the static > configuration uses, although it appears resistant to refactoring without > going full tilt to a table-driven system, and so we copy-pasted a bunch > from config.c to storparse.c. > > Signed-Off-By: Pete Zaitcev applied