diff --git a/Garbage-not-deleted.md b/Garbage-not-deleted.md new file mode 100644 index 0000000..4a077e0 --- /dev/null +++ b/Garbage-not-deleted.md @@ -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? \ No newline at end of file