mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Path Specific Configuration (markdown)
parent
d27cb5da54
commit
d4650c42f9
|
@ -65,6 +65,9 @@ For any path, you can configure
|
||||||
* Collection
|
* Collection
|
||||||
* Replication
|
* Replication
|
||||||
* TTL
|
* TTL
|
||||||
|
* Data Center
|
||||||
|
* Rack
|
||||||
|
* Data Node
|
||||||
|
|
||||||
```
|
```
|
||||||
# see more options
|
# see more options
|
||||||
|
@ -74,6 +77,10 @@ Usage of fs.configure:
|
||||||
update and apply filer configuration
|
update and apply filer configuration
|
||||||
-collection string
|
-collection string
|
||||||
assign writes to this collection
|
assign writes to this collection
|
||||||
|
-dataCenter string
|
||||||
|
assign writes to this dataCenter
|
||||||
|
-dataNode string
|
||||||
|
assign writes to this dataNode
|
||||||
-delete
|
-delete
|
||||||
delete the configuration by locationPrefix
|
delete the configuration by locationPrefix
|
||||||
-disk string
|
-disk string
|
||||||
|
@ -82,12 +89,17 @@ Usage of fs.configure:
|
||||||
fsync for the writes
|
fsync for the writes
|
||||||
-locationPrefix string
|
-locationPrefix string
|
||||||
path prefix, required to update the path-specific configuration
|
path prefix, required to update the path-specific configuration
|
||||||
|
-rack string
|
||||||
|
assign writes to this rack
|
||||||
|
-readOnly
|
||||||
|
disable writes
|
||||||
-replication string
|
-replication string
|
||||||
assign writes with this replication
|
assign writes with this replication
|
||||||
-ttl string
|
-ttl string
|
||||||
assign writes with this ttl
|
assign writes with this ttl
|
||||||
-volumeGrowthCount int
|
-volumeGrowthCount int
|
||||||
the number of physical volumes to add if no writable volumes
|
the number of physical volumes to add if no writable volumes
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## What is NOT included
|
## What is NOT included
|
||||||
|
|
Loading…
Reference in a new issue