Change the default metadata backend to hybrid for posix fs

This commit is contained in:
André Duffeck
2025-02-20 15:04:37 +01:00
parent 601725d817
commit 3433a58b37

View File

@@ -88,6 +88,7 @@ func Local(cfg *config.Config) map[string]interface{} {
func Posix(cfg *config.Config, enableFSScan bool) map[string]interface{} {
return map[string]interface{}{
"root": cfg.Drivers.Posix.Root,
"metadata_backend": "hybrid",
"personalspacepath_template": cfg.Drivers.Posix.PersonalSpacePathTemplate,
"generalspacepath_template": cfg.Drivers.Posix.GeneralSpacePathTemplate,
"permissionssvc": cfg.Drivers.Posix.PermissionsEndpoint,