mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 04:27:24 +08:00
adds more help message
This commit is contained in:
@@ -27,7 +27,18 @@ func (c *commandFsConfigure) Name() string {
|
|||||||
func (c *commandFsConfigure) Help() string {
|
func (c *commandFsConfigure) Help() string {
|
||||||
return `configure and apply storage options for each location
|
return `configure and apply storage options for each location
|
||||||
|
|
||||||
fs.configure -locationPrfix=/my/folder -
|
# see the possible configuration file content
|
||||||
|
fs.configure
|
||||||
|
|
||||||
|
# trying the changes and see the possible configuration file content
|
||||||
|
fs.configure -locationPrfix=/my/folder -collection=abc
|
||||||
|
fs.configure -locationPrfix=/my/folder -collection=abc -ttl=7d
|
||||||
|
|
||||||
|
# apply the changes
|
||||||
|
fs.configure -locationPrfix=/my/folder -collection=abc -apply
|
||||||
|
|
||||||
|
# delete the changes
|
||||||
|
fs.configure -locationPrfix=/my/folder -delete -apply
|
||||||
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user