diff options
| author | Vlad <negezor@gmail.com> | 2024-05-22 15:42:48 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 21:42:48 -0700 |
| commit | a9b057389f70b1f72b0326ab501cc8ab4e1108e8 (patch) | |
| tree | 994bd56e45c720f70ddd4916218216a05d2f2ed0 | |
| parent | aba212deddf381407596ff98e7713f1b41b9e207 (diff) | |
| download | seaweedfs-a9b057389f70b1f72b0326ab501cc8ab4e1108e8.tar.xz seaweedfs-a9b057389f70b1f72b0326ab501cc8ab4e1108e8.zip | |
chore: add missing concurrency help in fs.meta.load command (#5609)
| -rw-r--r-- | weed/shell/command_fs_meta_load.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_fs_meta_load.go b/weed/shell/command_fs_meta_load.go index a2ae9401d..bc71c1533 100644 --- a/weed/shell/command_fs_meta_load.go +++ b/weed/shell/command_fs_meta_load.go @@ -32,6 +32,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" ` |
