Comment 17 for bug 1868364

Revision history for this message
dongdong tao (taodd) wrote :

Hi all,

I've verified that the ceph package 12.2.13-0ubuntu0.18.04.3 ( bionic-proposed) fixed the problem.
The steps I've done:
1. Deploy a ceph cluster with version 12.2.13-0ubuntu0.18.04.2
2. s3cmd mb s3://test
3. s3cmd put testfile s3://test //400MB testfile
4. Ctrl + C to abort the multipart upload
5. radosgw-admin reshard add --bucket=test --num_shards=8
6. radosgw-admin reshard process
7. s3cmd abortmp s3://test/testfile <upload id>
8. s3cmd multipart <bucket> shows the multipart upload is not able to be aborted

9. upgrade the ceph package to 12.2.13-0ubuntu0.18.04.3
10. Retry the steps from 3 to 8 for another 400 MB object, the partial uploaded object was able to be aborted.

Thanks,
Dongdong