tobegit3hub / ceph_from_scratch

The practical book about ceph
http://tobegit3hub1.gitbooks.io/ceph_from_scratch/content/
MIT License
154 stars 27 forks source link

rgw multipart upload的hash问题 #3

Open wanghaisheng opened 7 years ago

wanghaisheng commented 7 years ago

通过rgw 使用multipart upload 的时候 假如一个文件38M 4M一块 分成10块 整个上传过程会产生10个分块对应的hash 和一个总的hash 请问您知道总的hash的计算方法吗 如何从原始文件和10个分块对应的hash得到这个值 在整个过程中客户端是否只要保证10个分块的hash是一致的即可确保文件没有损坏

tobegit3hub commented 7 years ago

I don't know the exact algorithm of computing the hash.

You may ask in StackOverflow or look at the code of ceph itself.