aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/configuration.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-12-18 03:05:42 -0800
committerChris Lu <chris.lu@gmail.com>2020-12-18 03:05:42 -0800
commit0d5683fb0e6b1afe5fe7dadaa05361c0d698e795 (patch)
tree1c893c36621ed6d9e6f84ac534ca34e627327305 /weed/filer/configuration.go
parent3269fd7eafaaa5fc2bfb4a88f0cfaec2dc8f536e (diff)
downloadseaweedfs-0d5683fb0e6b1afe5fe7dadaa05361c0d698e795.tar.xz
seaweedfs-0d5683fb0e6b1afe5fe7dadaa05361c0d698e795.zip
todo: load path-specific store from filer.toml
Diffstat (limited to 'weed/filer/configuration.go')
-rw-r--r--weed/filer/configuration.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/filer/configuration.go b/weed/filer/configuration.go
index 3dce67d6d..d04ab06cb 100644
--- a/weed/filer/configuration.go
+++ b/weed/filer/configuration.go
@@ -27,6 +27,9 @@ func (f *Filer) LoadConfiguration(config *viper.Viper) {
}
}
+ // TODO load path-specific filer store here
+ // f.Store.AddPathSpecificStore(path, store)
+
println()
println("Supported filer stores are:")
for _, store := range Stores {