From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] Tabled: rename cells to groups Date: Thu, 28 Jan 2010 19:45:45 -0500 Message-ID: <4B622FB9.7030908@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=jn+/IjerVo6we305POf1ODsL9rSGYsEf/VOeWmVF8wU=; b=uktMNCmXXWsECIJ0FAQpVHf8y9Jp3/0w9sTxEnGojPZamMtyimSismK8DParG5BOCF TO2vi80NZNjljrNSTdKMNQfsZMp0Z+V7oEBecvcz6TF28VfpxgcidByKwGd2oAx39WTN pn5Lh60B50LYRvnFrx8PvzpkKDzD2pdS1RVHQ= 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(-) May I presume this is really patch 2 of 2? Or are tabled and chunkd each missing a second patch? Both patches 1/2's look good to me... Jeff