All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/7] tabled: cleanup tabled.conf
@ 2010-01-15  4:03 Pete Zaitcev
  2010-01-20 19:47 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2010-01-15  4:03 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

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>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-20 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15  4:03 [Patch 1/7] tabled: cleanup tabled.conf Pete Zaitcev
2010-01-20 19:47 ` Jeff Garzik

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.