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>


--
Richard Hopman
Tuxis, Ede, www.tuxis.nl

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

Reply via email to