aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-27 14:40:25 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-27 14:40:25 -0700
commit4d55132c7d5c1211679d884efa9815937bc21586 (patch)
treeb23c760ed6d924eab4241a0739990400267f6fd7 /weed/command/scaffold.go
parent45bffc92a8e1cf42fdacb20824223e0e4df710f0 (diff)
downloadseaweedfs-4d55132c7d5c1211679d884efa9815937bc21586.tar.xz
seaweedfs-4d55132c7d5c1211679d884efa9815937bc21586.zip
scaffold add comments
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 806e18fbc..2d6729bd3 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -356,13 +356,14 @@ sub_url = "rabbit://myqueue"
REPLICATION_TOML_EXAMPLE = `
# A sample TOML config file for replicating SeaweedFS filer
-# Used with "weed filer.replicate"
+# Used with "weed filer.backup"
+# Using with "weed filer.replicate" is deprecated.
# Put this file to one of the location, with descending priority
# ./replication.toml
# $HOME/.seaweedfs/replication.toml
# /etc/seaweedfs/replication.toml
-[source.filer]
+[source.filer] # deprecated. Only useful with "weed filer.replicate"
enabled = true
grpcAddress = "localhost:18888"
# all files under this directory tree are replicated.