nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
32 stars 38 forks source link

Clean up temporary files in blobstor #2291

Closed roman-khimov closed 1 month ago

roman-khimov commented 1 year ago

Expected Behavior

Blobstor only containing stored files.

Current Behavior

After #2208 we can have some f# garbage.

Possible Solution

Clean it up during startup or as an additional maintenance command.

roman-khimov commented 1 year ago

O_TMPFILE solved it for Linux, we don't officially support anything else now.

roman-khimov commented 1 month ago

Still, the code is there and can be triggered in some scenarios, so a lens extension still makes sense.