Signed-off-by: Lei Liu <liul.stone@gmail.com>
This commit is contained in:
Lei Liu
2019-11-27 22:57:14 +08:00
parent 4c87b222f1
commit 1ba3456ac2
4 changed files with 9 additions and 8 deletions

View File

@@ -35,4 +35,4 @@ func uploadFileToRemote(ctx context.Context, req *volume_server_pb.VolumeTierCop
println("copying dat file of", f.Name(), "to remote")
return nil
}
}