Created Garbage not deleted (markdown)

Vitaliy Filippov 2021-12-21 15:10:31 +03:00
parent 36707b10a0
commit a6a5462af9

7
Garbage-not-deleted.md Normal file

@ -0,0 +1,7 @@
Hi, I uploaded a file through S3 and then deleted it (via a FUSE mount). I want to delete it from the volume, but it's still present in the volume data.
I've read https://github.com/chrislusf/seaweedfs/wiki/Master-Server-API#force-garbage-collection and tried it, but it doesn't seem to do anything.
Also I tried to manually compact all volumes using `weed compact` and it also didn't delete anything.
So I suspect the file is still present as a "tombstone" or something like that. How to actually delete it?