Alexey
12
Yes, when the used-space-filewalker would finish the scan without errors.
So, not new, and the solution is the same - you need to have all used-space-filewalker finished without errors.
You may track them:
docker logs storagenode 2>&1 | grep "\sused-space" | grep -E "started|completed"
1 Like