So:
- US1, 2024-07-06T03:15:09Z
- EU1, 2024-07-06T07:22:00Z
- SLC, 2024-07-09T19:15:29Z and 2024-07-13T04:22:55Z
- AP1, 2024-06-29T00:23:28Z (however, my nodes stores only 200.17GB for AP1 and there are probably no deletes/garbage on my nodes, since the blobs for it are occupies closely to that, but I would check also on the disk)
2024-06-29T00:23:28Z INFO retain Prepared to run a Retain request. {"Process": "storagenode", "cachePath": "config/retain", "Created Before": "2024-06-25T17:59:59Z", "Filter Size": 26561, "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"}
2024-06-29T00:28:17Z INFO retain Moved pieces to trash during retain {"Process": "storagenode", "cachePath": "config/retain", "Deleted pieces": 2904, "Failed to delete": 0, "Pieces failed to read": 0, "Pieces count": 48124, "Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "Duration": "4m49.5692658s", "Retain Status": "enabled"}
I checked, for AP1
$ find /mnt/x/storagenode2/storage/blobs/qstuylguhrn2ozjv4h2c6xpxykd622gtgurhql2k7k75wqaaaaaa /mnt/w/storagenode5/storage/blobs/qstuylguhrn2ozjv4h2c6xpxykd622gtgurhql2k7k75wqaaaaaa /mnt/y/storagenode3/storage/blobs/qstuylguhrn2ozjv4h2c6xpxykd622gtgurhql2k7k75wqaaaaaa -type f -exec du --block-size=1000 '{}' ';' | awk '{total+=$1; count++}END{print "TOTAL", total/1000000, "GB\n" "count", count}'
TOTAL 224.487 GB
count 785077
So, seems no garbage.