Bug 1625951
| Summary: | [GSS] Recursive move from a directory with double underscore fails | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Karun Josy <kjosy> |
| Component: | RGW | Assignee: | Matt Benjamin (redhat) <mbenjamin> |
| Status: | CLOSED ERRATA | QA Contact: | Tejas <tchandra> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.5 | CC: | assingh, cbodley, ceph-eng-bugs, ceph-qe-bugs, dn-infra-peta-pers, hyelloji, kbader, kjosy, mbenjamin, mhackett, pasik, rbdiri, sweil, tchandra, tserlin |
| Target Milestone: | rc | Flags: | hyelloji:
needinfo-
|
| Target Release: | 4.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-14.2.8-3.el8, ceph-14.2.8-3.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-19 17:30:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Comment 7
Karun Josy
2018-11-30 07:44:13 UTC
Hi Matt,
I am able to reproduce this even on 2.5.z3
-------
# ceph -v
ceph version 10.2.10-43.el7cp (a3727e7c4651dd9db224a2e8480dd8262d412a18)
To reproduce :
Create a local directory named DIR and a few files in it
#mkdir DIR ; for i in {1..10} ; do dd if=/dev/zero bs=4k count=1 of=./DIR/$i.txt 2>/dev/null ; done
#aws s3 mb s3://test-underscore-bug --endpoint-url $endpoint_url --no-verify-ssl
#aws s3 sync DIR s3://test-underscore-bug/DIR/ --endpoint-url $endpoint_url --no-verify-ssl
#aws s3 --recursive mv s3://test-underscore-bug/DIR s3://test-underscore-bug/__DIR --endpoint-url $endpoint_url --no-verify-ssl
# aws s3 --recursive mv s3://test-underscore-bug/__DIR s3://test-underscore-bug/DIR --endpoint-url $endpoint_url --no-verify-ssl
move failed: s3://test-underscore-bug/__DIR/1.txt to s3://test-underscore-bug/DIR/1.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/10.txt to s3://test-underscore-bug/DIR/10.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/3.txt to s3://test-underscore-bug/DIR/3.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/test to s3://test-underscore-bug/DIR/test An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/7.txt to s3://test-underscore-bug/DIR/7.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/8.txt to s3://test-underscore-bug/DIR/8.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/2.txt to s3://test-underscore-bug/DIR/2.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/4.txt to s3://test-underscore-bug/DIR/4.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/9.txt to s3://test-underscore-bug/DIR/9.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/5.txt to s3://test-underscore-bug/DIR/5.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
move failed: s3://test-underscore-bug/__DIR/6.txt to s3://test-underscore-bug/DIR/6.txt An error occurred (NoSuchKey) when calling the CopyObject operation: Unknown
Let me know if you need more details
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. Regards, Giri Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. Regards, Giri Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:2231 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |