aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-05 02:03:03 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-05 02:03:03 -0800
commitfb43a9d7b94a01a95aaacbd59c2ad6f81be2b4ad (patch)
tree12e52634b1659ab47d615fbdc6d0514890809a02
parente2276b0626c9567033e610ace7e2cd6ab4dd20e1 (diff)
downloadseaweedfs-fb43a9d7b94a01a95aaacbd59c2ad6f81be2b4ad.tar.xz
seaweedfs-fb43a9d7b94a01a95aaacbd59c2ad6f81be2b4ad.zip
adjust message
-rw-r--r--weed/command/scaffold.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 56fc50516..ec0723859 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -191,12 +191,18 @@ topic = "seaweedfs_filer_topic" # a topic, auto created if does not exists
[source.filer]
enabled = true
grpcAddress = "localhost:18888"
-directory = "/buckets" # all files under this directory tree are replicated
+# all files under this directory tree are replicated.
+# this is not a directory on your hard drive, but on your filer.
+# i.e., all files with this "prefix" are sent to notification message queue.
+directory = "/buckets"
[sink.filer]
enabled = false
grpcAddress = "localhost:18888"
-directory = "/backup" # all replicated files are under this directory tree
+# all replicated files are under this directory tree
+# this is not a directory on your hard drive, but on your filer.
+# i.e., all received files will be "prefixed" to this directory.
+directory = "/backup"
replication = ""
collection = ""
ttlSec = 0