Bug 2270738 - [rgw/lc]:s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' instead of 'ObjectSizeGreaterThan'
Summary: [rgw/lc]:s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' instead of 'Object...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RGW
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 8.0
Assignee: Matt Benjamin (redhat)
QA Contact: Chaithra
URL:
Whiteboard:
Depends On:
Blocks: 2317218
TreeView+ depends on / blocked
 
Reported: 2024-03-21 15:37 UTC by Vidushi Mishra
Modified: 2024-11-25 09:01 UTC (History)
5 users (show)

Fixed In Version: ceph-19.1.0-31
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2024-11-25 09:00:56 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph pull 58965 0 None open rgwlc: fix typo in getlc (ObjectSizeGreaterThan) 2024-07-31 14:00:57 UTC
Red Hat Issue Tracker RHCEPH-8603 0 None None None 2024-03-21 15:40:04 UTC
Red Hat Product Errata RHBA-2024:10216 0 None None None 2024-11-25 09:01:00 UTC

Description Vidushi Mishra 2024-03-21 15:37:20 UTC
Description of problem:


s3cmd getlifecycle for 'ObjectSizeGreaterThan' filter has a typo error.

s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' instead of 'ObjectSizeGreaterThan'

---------------- s3cmd getlifecycle shows 'ObjectSizeGreaterThanw' ------------

(venv) [root@ceph-pri-vim-3way-q1spqr-node4 s3cmd]# s3cmd getlifecycle s3://test-lc-1
<?xml version="1.0" ?>
<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
	<Rule>
		<ID>Test LC expiration at archive zone</ID>
		<Filter>
			<And>
				<Prefix>tax</Prefix>
				<ObjectSizeGreaterThanw>500</ObjectSizeGreaterThanw>
				<ObjectSizeLessThan>64000</ObjectSizeLessThan>
			</And>
		</Filter>
		<Status>Enabled</Status>
		<NoncurrentVersionExpiration>
			<NoncurrentDays>3</NoncurrentDays>
		</NoncurrentVersionExpiration>
	</Rule>
</LifecycleConfiguration>

(venv) [root@ceph-pri-vim-3way-q1spqr-node4 s3cmd]#

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 4 errata-xmlrpc 2024-11-25 09:00:56 UTC
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 (Red Hat Ceph Storage 8.0 security, bug fix, and enhancement updates), 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/RHBA-2024:10216


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