Well I just remembered that a couple days ago the trash was restored: No bloom filters from US1 - #59 by alpharabbit
Hopefully your 10GB of trash did not go back into your blobs folder after you have been trying to get rid of it for over a month.
You can check the size of your trash folder to know if the trash is actually in there or not.
I don’t know how your logs are setup but here’s an example of my walker logs when I grep for walker
tail -n 1000000 node.log | grep walker
If the duration says it completed in milliseconds (underlined in red in the pic), it was a false run and you need to apply the file walker work around to make it do a real walk. A real walk will probably take minutes or hours depending on the size and speed of your node.
If it says started and there’s no completed, than it’s probably still running and just needs more time to complete.
Edit: There’s only one satellite on my node but on yours it will need to say complete for each of the satellites you use for the walker to be fully complete.