Destroyed Garbage not deleted (markdown)

Vitaliy Filippov 2021-12-21 15:10:46 +03:00
parent a6a5462af9
commit 1faea604c7

@ -1,7 +0,0 @@
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?