chore: add missing concurrency help in fs.meta.load command (#5609)

This commit is contained in:
Vlad
2024-05-22 15:42:48 +11:00
committed by GitHub
parent aba212dedd
commit a9b057389f

View File

@@ -32,6 +32,7 @@ func (c *commandFsMetaLoad) Help() string {
fs.meta.load <filer_host>-<port>-<time>.meta 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 -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"
` `