Chris Lu
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
weed/shell/command_fs_meta_load.go
|
|
@ -33,7 +33,7 @@ func (c *commandFsMetaLoad) Help() string { |
|
|
|
fs.meta.load <filer_host>-<port>-<time>.meta |
|
|
|
fs.meta.load -v=false <filer_host>-<port>-<time>.meta // skip printing out the verbose output
|
|
|
|
fs.meta.load -concurrency=1 <filer_host>-<port>-<time>.meta // number of parallel meta load to filer
|
|
|
|
fs.meta.load -dirPrefix=/buckets/important* <filer_host>.meta // load any dirs with prefix "important"
|
|
|
|
fs.meta.load -dirPrefix=/buckets/important <filer_host>.meta // load any dirs with prefix "important"
|
|
|
|
|
|
|
|
` |
|
|
|
} |
|
|
|