From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/7] tabled: cleanup tabled.conf Date: Wed, 20 Jan 2010 14:47:36 -0500 Message-ID: <4B575DD8.5070704@garzik.org> References: <20100114210342.7d266949@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gl1Jp8iHTz8+061Cg3z0uWhsLVoEyZvCHAiK5gwVFoQ=; b=FQHKUKPhqWlffxosOMw2QX0Wq0VZ2zgr5fUVidKqd/Gb9Cbn8GdMvIISIizV+BgT4q DwATcVOQUhXxE9cMyKnkoIZeyF0EmNkqw1WOB1wZmjcUR0ULgv0UbIq+oLnHL+uGsFvQ GyvHjqOvfVf+6tBmLKg9zb0QTdjEeZp90LRM0= In-Reply-To: <20100114210342.7d266949@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 01/14/2010 11:03 PM, Pete Zaitcev wrote: > The lib/ is a vestige of days when we stored files in a local filesystem, > not Chunk. Just kill it. > > And as for CLD, it's a last resort configuration, not something we should > encourage. So comment it out. > > Signed-Off-By: Pete Zaitcev > > --- > doc/etc.tabled.conf | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) applied