mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 02:57:23 +08:00
ut pass
This commit is contained in:
@@ -78,7 +78,6 @@ func runMaster(cmd *Command, args []string) bool {
|
||||
|
||||
util.LoadConfiguration("security", false)
|
||||
util.LoadConfiguration("master", false)
|
||||
glog.V(0).Infof("%v", viper.GetViper().GetString("master.maintenance.scripts"))
|
||||
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
util.SetupProfiling(*masterCpuProfile, *masterMemProfile)
|
||||
|
@@ -346,11 +346,11 @@ scripts = """
|
||||
"""
|
||||
sleep_minutes = 17 # sleep minutes between each script execution
|
||||
|
||||
sequencer.type = memory # Choose [memory|etcd] type for storing the file id sequence
|
||||
sequencer_type = memory # Choose [memory|etcd] type for storing the file id sequence
|
||||
|
||||
# when sequencer.type = etcd, set listen client urls of etcd cluster that store file id sequence
|
||||
# example : http://127.0.0.1:2379,http://127.0.0.1:2389
|
||||
sequencer.etcd.urls = http://127.0.0.1:2379
|
||||
sequencer_etcd_urls = http://127.0.0.1:2379
|
||||
|
||||
|
||||
`
|
||||
|
Reference in New Issue
Block a user