This commit is contained in:
Chris Lu
2020-10-25 15:32:43 -07:00
parent 596d476e3d
commit f375b93aef
11 changed files with 287 additions and 287 deletions

View File

@@ -77,7 +77,7 @@ func (fs *FilerSink) fetchAndWrite(sourceChunk *filer_pb.FileChunk, dir string)
Collection: fs.collection,
TtlSec: fs.ttlSec,
DataCenter: fs.dataCenter,
ParentPath: dir,
Path: dir,
}
resp, err := client.AssignVolume(context.Background(), request)