replicated remote.cache

This commit is contained in:
Chris Lu
2021-09-08 15:54:55 -07:00
parent 00edcf71fc
commit 0207f5fe9b
3 changed files with 5 additions and 3 deletions

View File

@@ -62,8 +62,7 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
}
// detect storage option
// replication level is set to "000" to ensure only need to ask one volume server to fetch the data.
so, err := fs.detectStorageOption(req.Directory, "", "000", 0, "", "", "")
so, err := fs.detectStorageOption(req.Directory, "", "", 0, "", "", "")
if err != nil {
return resp, err
}