From faa6167b6b706cbd38c78cf4c1f3b91ce60598f1 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:58:46 +0500 Subject: [PATCH] fs.meta.load load any dirs with prefix "important" (#3747) * fs.meta.load load any dirs with prefix "important" * replace dirPattern to dirPrefix * help dirPrefix --- weed/shell/command_fs_meta_load.go | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/weed/shell/command_fs_meta_load.go b/weed/shell/command_fs_meta_load.go index 3bd10c1e9..0cbdddb49 100644 --- a/weed/shell/command_fs_meta_load.go +++ b/weed/shell/command_fs_meta_load.go @@ -19,6 +19,7 @@ func init() { } type commandFsMetaLoad struct { + dirPrefix *string } func (c *commandFsMetaLoad) Name() string { @@ -30,6 +31,7 @@ func (c *commandFsMetaLoad) Help() string { fs.meta.load --