Closed Nikratio closed 2 years ago
If so, is there a reason that we're not starting with a single LIST request... and then delete only the objects that actually exist?
Yes :) The reason is that for this to work you need to add the --listBlocks
flag (or, in your case listBlocks=true
).
Closing issue. Feel free to re-open if needed.
When creating a new ext4 filesystem with a completely empty bucket, the TRIM operation takes forever (I aborted after a few minutes):
I'm not sure what's taking so long, but there's considerable network activity that seems wholly unneeded.
Is it possible that s3backer is trying to unconditionally delete every TRIM'ed block? If so, is there a reason that we're not starting with a single LIST request (which we could scope to just the TRIMed blocks) and then delete only the objects that actually exist?