mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Created Garbage not deleted (markdown)
parent
36707b10a0
commit
a6a5462af9
7
Garbage-not-deleted.md
Normal file
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?
|
Loading…
Reference in a new issue