mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-19 21:10:48 +02:00
Rename filer.conf dir https://github.com/chrislusf/seaweedfs/issues/1666
@@ -7,13 +7,13 @@ This could also be used to implement a system-wide "trash can" (e.g. all deletes
|
||||
|
||||
## How it works
|
||||
|
||||
On filer, there is one special file, `/etc/filer.conf`. It has all the path-specific configurations.
|
||||
On filer, there is one special file, `/etc/seaweedfs/filer.conf`. It has all the path-specific configurations.
|
||||
|
||||
All filers will read this configuration and apply the storage option based on the write target file path.
|
||||
|
||||
## How to configure
|
||||
|
||||
Here is an example of using `weed shell`. You can also write the `/etc/filer.conf` file directly. All filers will reload this file if it is changed.
|
||||
Here is an example of using `weed shell`. You can also write the `/etc/seaweedfs/filer.conf` file directly. All filers will reload this file if it is changed.
|
||||
|
||||
```
|
||||
$ weed shell
|
||||
|
||||
Reference in New Issue
Block a user