This commit is contained in:
songjc 2023-08-10 15:17:19 +08:00
parent 0684c2df3a
commit edffc4c68b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (svc *Service) PreMoveObjectToStorage(msg *coormsg.PreMoveObjectToStorage)
return ramsg.ReplyOK(coormsg.NewPreMoveObjectToStorageRespBody(
stg.NodeID,
stg.Directory,
object.FileSize,
object,
models.NewRedundancyRepData(objectRep.FileHash),
))