mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
mention config interaction with path specific store
parent
a1d7b3d980
commit
5eebf90528
|
@ -72,3 +72,9 @@ superLargeDirectories = [
|
|||
This is assuming the `/home/user` is an empty folder.
|
||||
|
||||
As you can see, it supports multiple super large directories. However, never change or remove the entries in `superLargeDirectories` or the data will be lost!
|
||||
|
||||
Note that with a path specific filer store, the `superLargeDirectories` path is relative to the path specific store root. For example, if you wanted to make an entire S3 bucket have its own filer store and be a super large directory, you need to configure it like this:
|
||||
```
|
||||
location = "/buckets/mybucket"
|
||||
superLargeDirectories = ["/"]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue