All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 1/7] tabled: cleanup tabled.conf
Date: Thu, 14 Jan 2010 21:03:42 -0700	[thread overview]
Message-ID: <20100114210342.7d266949@redhat.com> (raw)

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 <zaitcev@redhat.com>

---
 doc/etc.tabled.conf |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 9450703382d55f632a928a5aec8a414e50b2a0b1
Author: Master <zaitcev@lembas.zaitcev.lan>
Date:   Thu Jan 14 19:29:49 2010 -0700

    Cleanup to tabled.conf example.

diff --git a/doc/etc.tabled.conf b/doc/etc.tabled.conf
index 9c0cb5f..b3e6d68 100644
--- a/doc/etc.tabled.conf
+++ b/doc/etc.tabled.conf
@@ -11,7 +11,7 @@
   <Port>80</Port>
 </Listen>
 
-<TDB>/path/tabled/lib/tdb</TDB>
+<TDB>/path/tabled/tdb</TDB>
 <TDBRepPort>8083</TDBRepPort>
 
 <!--
@@ -21,10 +21,12 @@
   a build of tabled. Consider them undocumented and a subject to change
   or removal at any time.
   -->
-<CLD>
+<!--
+ <CLD>
   <Port>8081</Port>
   <Host>localhost</Host>
-</CLD>
+ </CLD>
+-->
 
 <ChunkUser>test</ChunkUser>
 <ChunkKey>test</ChunkKey>

             reply	other threads:[~2010-01-15  4:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-15  4:03 Pete Zaitcev [this message]
2010-01-20 19:47 ` [Patch 1/7] tabled: cleanup tabled.conf Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100114210342.7d266949@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.