mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 22:17:25 +08:00
tweaking
This commit is contained in:
@@ -54,6 +54,9 @@ func LoadConfiguration(config *viper.Viper) {
|
||||
glog.Fatalf("fail to create backend storage %s.%s", backendTypeName, backendStorageId)
|
||||
}
|
||||
BackendStorages[backendTypeName+"."+backendStorageId] = backendStorage
|
||||
if backendStorageId == "default" {
|
||||
BackendStorages[backendTypeName] = backendStorage
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user