+dev@ceph.io 
---------- Forwarded message ---------
From: Amit Ghadge <amitg.b14@gmail.com>
Date: Sun, Mar 22, 2020 at 6:31 AM
Subject: [ceph-users] Maximum limit of lifecycle rule length
To: <ceph-users@ceph.io>


He All,

We set rgw_lc_max_rules to 10000 but we seen the issue while the xml rule length are > 1MB It return InvalidRange, the format is below,

<LifecycleConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Rule>
<Status>Enabled</Status><Prefix>test_1/</Prefix><Expiration><Days>1</Days></Expiration>.</Rule>
.
.
.
</LifecycleConfiguration> 

Any reason why Ceph not allowed lc rule length > 1MB.


Thanks,
AmitG