mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Rename filer.conf dir https://github.com/chrislusf/seaweedfs/issues/1666
parent
368c08ddf7
commit
c1c2f849bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue