Updated Path Specific Configuration (markdown)

harry huang 2021-12-24 11:12:29 +08:00
parent d27cb5da54
commit d4650c42f9

@ -65,29 +65,41 @@ For any path, you can configure
* Collection
* Replication
* TTL
* Data Center
* Rack
* Data Node
```
# see more options
> fs.configure -h
Usage of fs.configure:
-apply
update and apply filer configuration
update and apply filer configuration
-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 the configuration by locationPrefix
delete the configuration by locationPrefix
-disk string
[hdd|ssd|<tag>] hard drive or solid state drive or any tag
[hdd|ssd|<tag>] hard drive or solid state drive or any tag
-fsync
fsync for the writes
fsync for the writes
-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
assign writes with this replication
assign writes with this replication
-ttl string
assign writes with this ttl
assign writes with this ttl
-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