Bug 2362274 - [8.1]: RGW crash during S3 CopyObject of encrypted multipart objects in thread notif-worker0
Summary: [8.1]: RGW crash during S3 CopyObject of encrypted multipart objects in threa...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 8.1
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: 8.1
Assignee: Matt Benjamin (redhat)
QA Contact: Madhavi Kasturi
URL:
Whiteboard:
Depends On: 2362258
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-25 09:15 UTC by Vidushi Mishra
Modified: 2025-04-28 12:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2362258
Environment:
Last Closed: 2025-04-28 12:27:55 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-11259 0 None None None 2025-04-25 09:16:32 UTC

Description Vidushi Mishra 2025-04-25 09:15:07 UTC
+++ This bug was initially created as a clone of Bug #2362258 +++

This bug is also present in 8.1 

ceph version 19.2.1-151.el9cp

[root@magna016 ~]# ceph config set client.rgw.vim.rgw rgw_crypt_default_encryption_key 4YSmvJtBv0aZ7geVgAsdpRnLBEwWSWlMIGnRS8a9TSA=
[root@magna016 ~]# ceph  orch restart rgw.vim.rgw
Scheduled to restart rgw.vim.rgw.magna016.gykevc on host 'magna016'
Scheduled to restart rgw.vim.rgw.magna019.fxvuau on host 'magna019'
Scheduled to restart rgw.vim.rgw.magna020.emfyoi on host 'magna020'
[root@magna016 ~]# 

[root@magna016 ~]# s3cmd mb s3://testbucket1
Bucket 's3://testbucket1/' created
[root@magna016 ~]# s3cmd put obj20m s3://testbucket1
upload: 'obj20m' -> 's3://testbucket1/obj20m'  [part 1 of 2, 15MB] [1 of 1]
 15728640 of 15728640   100% in    1s    12.66 MB/s  done
upload: 'obj20m' -> 's3://testbucket1/obj20m'  [part 2 of 2, 5MB] [1 of 1]
 5242880 of 5242880   100% in    0s     7.99 MB/s  done
[root@magna016 ~]#

[root@magna016 ~]# s3cmd cp s3://testbucket1/obj20m s3://testbucket1/obj20m_copy
ERROR: Error parsing xml: Malformed error XML returned from remote server..  ErrorXML: b'<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n'
WARNING: Retrying failed request: /obj20m?acl (503 (Service Unavailable))
WARNING: Waiting 3 sec...
^CSee ya!
[root@magna016 ~]#


Note You need to log in before you can comment on or make changes to this bug.