From d3d52b1818cac8aa1a2cf0dd2bcd941dc707b8a0 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 7 Aug 2022 01:42:15 -0700 Subject: [PATCH] shell: fs.meta.load add quieter mode fix https://github.com/seaweedfs/seaweedfs/issues/3414 --- weed/shell/command_fs_meta_load.go | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/weed/shell/command_fs_meta_load.go b/weed/shell/command_fs_meta_load.go index b5a5a381a..ced5f5b88 100644 --- a/weed/shell/command_fs_meta_load.go +++ b/weed/shell/command_fs_meta_load.go @@ -1,10 +1,12 @@ package shell import ( + "flag" "fmt" "io" "os" "strings" + "time" "github.com/golang/protobuf/proto" @@ -27,6 +29,7 @@ func (c *commandFsMetaLoad) Help() string { return `load saved filer meta data to restore the directory and file structure fs.meta.load --