diff options
| author | chrislu <chris.lu@gmail.com> | 2024-05-22 20:39:31 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-05-22 20:39:31 -0700 |
| commit | 73d008fafa2969865bc7085b6141304bc27a4b8a (patch) | |
| tree | 68c390f11f802008a69e44ee6544d540f768da1a /weed | |
| parent | 554ae09f8236206e121c2b229eaa96e0858832ed (diff) | |
| parent | 9497db71e6f6c2f8fbc92ed2baa557a97693a13d (diff) | |
| download | seaweedfs-73d008fafa2969865bc7085b6141304bc27a4b8a.tar.xz seaweedfs-73d008fafa2969865bc7085b6141304bc27a4b8a.zip | |
Merge branch 'master' into mq
Diffstat (limited to 'weed')
| -rw-r--r-- | weed/shell/command_fs_meta_load.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_fs_meta_load.go b/weed/shell/command_fs_meta_load.go index a2ae9401d..5f6559867 100644 --- a/weed/shell/command_fs_meta_load.go +++ b/weed/shell/command_fs_meta_load.go @@ -32,7 +32,8 @@ 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 -dirPrefix=/buckets/important* <filer_host>.meta // load any dirs with prefix "important" + 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" ` } |
