mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add configuration instructions
This commit is contained in:
parent
9e98bba206
commit
fe31f389b0
|
@ -52,6 +52,11 @@ func runFilerReplicate(cmd *Command, args []string) bool {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if notificationInput == nil {
|
||||||
|
println("Please follow 'weed scaffold -config=repliaction' to see example notification configurations.")
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
// avoid recursive replication
|
// avoid recursive replication
|
||||||
if config.GetBool("notification.source.filer.enabled") && config.GetBool("notification.sink.filer.enabled") {
|
if config.GetBool("notification.source.filer.enabled") && config.GetBool("notification.sink.filer.enabled") {
|
||||||
sourceConfig, sinkConfig := config.Sub("source.filer"), config.Sub("sink.filer")
|
sourceConfig, sinkConfig := config.Sub("source.filer"), config.Sub("sink.filer")
|
||||||
|
|
Loading…
Reference in a new issue