s3gw icon indicating copy to clipboard operation
s3gw copied to clipboard

[Backlog] Orphan File Cleanup

Open irq0 opened this issue 1 year ago • 1 comments

What needs to be done

Remove orphaned files and metadata in the database. On startup is likely a good time for this.

Why it needs to be done

Certain error conditions may leave data unreadable by the client behind.

Example: A crash/connection reset during a put object leaves a object in state OPEN and possibly data on disk. get object will never return this data as it is not in state COMMITTED.

Acceptance Criteria

Additional Information

Best to tackle this after https://github.com/aquarist-labs/ceph/pull/119 and #129

irq0 avatar Mar 23 '23 11:03 irq0

Related to #624 ?

l-mb avatar Oct 17 '23 13:10 l-mb