mount: pass along replication and collection parameters

This commit is contained in:
Chris Lu
2020-10-19 00:12:42 -07:00
parent da6b9e673b
commit 69f0da5d73
2 changed files with 6 additions and 2 deletions

View File

@@ -65,6 +65,6 @@ func (wfs *WFS) saveDataAsChunk(dir string) filer.SaveDataAsChunkFunctionType {
wfs.chunkCache.SetChunk(fileId, data)
chunk = uploadResult.ToPbFileChunk(fileId, offset)
return chunk, "", "", nil
return chunk, collection, replication, nil
}
}