Hi,

Do you aware that LC works like in Amazon S3?

> Lifecycle rules run once a day at midnight Universal Coordinated Time (UTC). 

Maybe you are close to this time and it seems to you that the objects are being 
deleted too early? Try setting 2 days instead of 1 day



k

> On 11 May 2022, at 13:56, Richard Hopman <rhop...@tuxis.nl> wrote:
> 
> Hi,
> 
> 
> we are running a Ceph Nautilus cluster (14.2.22) and have some issues with 
> the lifecycle expiration of files.
> 
> 
> When setting a x day expiration on a bucket the file is removed too soon 
> (usually a few seconds for 1 day expiration, up to a few minutes for 3-7 
> days).
> When using a specific expiration date the file gets removed on the correct 
> date.
> 
> 
> 
> Does anyone have a clue on what might be the cause of this?
> Below is the rule that is used to set the 1 day expiration.
> 
> 
> <LifecycleConfiguration>
> <Rule>
> <ID>id1</ID>
> <Filter>
> <Prefix></Prefix>
> </Filter>
> <Status>Enabled</Status>
> <Expiration>
> <Days>1</Days>
> </Expiration>
> </Rule>
> </LifecycleConfiguration>

_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to