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