From d27cb5da54050759e91feb495350d98fbc58a89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kurf=C3=BCrst?= Date: Thu, 23 Dec 2021 20:54:57 +0100 Subject: [PATCH] TASK: Explain that /etc/seaweedfs/filer.conf is not on the host, but within seaweedfs --- Path-Specific-Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index fa86266..9fa7e9a 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -9,6 +9,9 @@ This could also be used to implement a system-wide "trash can" (e.g. all deletes On filer, there is one special file, `/etc/seaweedfs/filer.conf`. It has all the path-specific configurations. +> **NOTE**: The file `/etc/seaweedfs/filer.conf` is NOT stored in the host file system, but **inside SeaweedFS**. This way, all +> path-specific configuration is synchronized across all replicated filers. + All filers will read this configuration and apply the storage option based on the write target file path. ## How to configure