From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] Tabled: rename cells to groups Date: Fri, 29 Jan 2010 03:46:16 -0500 Message-ID: <4B62A058.3070905@garzik.org> References: <20100128131919.63e0427f@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=5LSGG26nSy6wySQGz2iWqFWnAi7h3UxGGuRjy2azHSg=; b=rgyCEYG/sOaiLBFBZDeX8tL7MLTbRXcTA6y9M7GADKbzgaxTPMlPSkBpb+TS5o+87Z +jgl66nEtE7wZV37iUf/mmM5xfrZf0hM8tl9MRZvPHy9+L05y6aJ1JayC2WzsiUkUlDG tOFbdJ6UNoA0pUdRJb7D6zYWFkwHsivy1KX6w= In-Reply-To: <20100128131919.63e0427f@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/28/2010 03:19 PM, Pete Zaitcev wrote: > The term "cell" in context of tabled and chunkd conflicts with the idea > of a CLD cell. So, rename it to "group". > > Notice that we aren't introducing configuring of actual CLD paths yet. > Coding that in the old CLD API is too hard, so it will come after ncld. > Stay tuned. > > Signed-off-by: Pete Zaitcev > > --- > doc/etc.tabled.conf | 6 ++-- > doc/setup.txt | 11 ++++---- > server/cldu.c | 54 ++++++++++++++++++++-------------------- > server/config.c | 8 ++--- > server/server.c | 2 - > server/tabled.h | 4 +- > test/tabled-test.conf | 2 + > 7 files changed, 45 insertions(+), 42 deletions(-) applied both patches