filer: do not always save files in "/etc" folder to filer store

fix https://github.com/seaweedfs/seaweedfs/issues/3476
This commit is contained in:
chrislu
2022-08-21 17:02:16 -07:00
parent 2762154130
commit fef9c6a520
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import (
)
const (
DirectoryEtcRoot = "/etc"
DirectoryEtcRoot = "/etc/"
DirectoryEtcSeaweedFS = "/etc/seaweedfs"
DirectoryEtcRemote = "/etc/remote"
FilerConfName = "filer.conf"