aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-03-16 03:36:34 -0700
committerGitHub <noreply@github.com>2021-03-16 03:36:34 -0700
commit04604b89e1da28d45e9f88bd0fe6ae0fb091e324 (patch)
tree1ef3f4cd86f9772631496a193bdeb62e25e780de /weed/command
parent9672f9e1b2ed399470e6ec877a667417c8b26870 (diff)
parenteb54993a4eacffde48007bb3bcc46b664d38c403 (diff)
downloadseaweedfs-04604b89e1da28d45e9f88bd0fe6ae0fb091e324.tar.xz
seaweedfs-04604b89e1da28d45e9f88bd0fe6ae0fb091e324.zip
Merge pull request #1913 from kmlebedev/check_chunkviews_mr
Check chunkviews mr
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_cat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_cat.go b/weed/command/filer_cat.go
index a46098b04..c4281feba 100644
--- a/weed/command/filer_cat.go
+++ b/weed/command/filer_cat.go
@@ -110,7 +110,7 @@ func runFilerCat(cmd *Command, args []string) bool {
filerCat.filerClient = client
- return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64)
+ return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64, false)
})