mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 07:03:34 +08:00
add configuration instructions
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user