Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed problem with PUT with x-amz-copy-source when source object is compressed. #12253

Merged
merged 1 commit into from Dec 9, 2016

Conversation

aclamk
Copy link
Contributor

@aclamk aclamk commented Dec 1, 2016

Signed-off-by: Adam Kupczyk akupczyk@mirantis.com

…ompressed.

Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
@cbodley cbodley self-assigned this Dec 1, 2016
@cbodley
Copy link
Contributor

cbodley commented Dec 1, 2016

@aclamk is there an s3test that exercises this?

@aclamk
Copy link
Contributor Author

aclamk commented Dec 2, 2016

@cbodley: test s3tests.functional.test_s3:test_multipart_copy_multiple_sizes uses this path.

Copy link
Contributor

@cbodley cbodley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirmed working with these steps:

$ LOCKDEP=0 OSD=1 MON=1 MDS=0 ../src/vstart.sh -n -d -r
$ bin/radosgw-admin -c ceph.conf zone placement modify --rgw-zone=default --placement-id=default-placement --compression=zlib
$ killall -HUP radosgw
$ cd ~/s3-tests
$ S3TEST_CONF=s3test.conf virtualenv/bin/nosetests s3tests/functional/test_s3.py:test_multipart_copy_multiple_sizes

fails on master, succeeds with this pr 👍

@ghost
Copy link

ghost commented Dec 2, 2016

jenkins test this please (test_objectstore_memstore.sh transient error)

@cbodley cbodley merged commit 6d7b384 into ceph:master Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants