mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Path Specific Configuration (markdown)
parent
177d772094
commit
8e421b8d8f
|
@ -51,7 +51,19 @@ $ weed shell
|
|||
{
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
# Options
|
||||
|
||||
For any path, you can configure
|
||||
* Collection
|
||||
* Disk type [hdd|ssd]
|
||||
* Fsync
|
||||
* Replication
|
||||
* TTL
|
||||
* Volume Growth Count
|
||||
|
||||
```
|
||||
# see more options
|
||||
> fs.configure -h
|
||||
Usage of fs.configure:
|
||||
|
|
Loading…
Reference in a new issue