mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 13:40:03 +08:00
filer: load filer conf when starting
This commit is contained in:
@@ -131,6 +131,8 @@ func NewFilerServer(defaultMux, readonlyMux *http.ServeMux, option *FilerOption)
|
||||
|
||||
fs.filer.LoadBuckets()
|
||||
|
||||
fs.filer.LoadFilerConf()
|
||||
|
||||
grace.OnInterrupt(func() {
|
||||
fs.filer.Shutdown()
|
||||
})
|
||||
|
Reference in New Issue
Block a user