Today I received an email saying that my node is disqualified on US1 although it was working just fine. Then I checked my node, the scores are still 100%.
I think I made a mistake by starting the node before rsync is finished. But I wonder why the audit score on dashboard isn’t updated at all? The data is still there. What can I do now? @Alexey pls help.
Just making sure, does rhe node id contained in the email match your node’s id? Dont want it to be referencing an old node and not the one you are currently running.
This looks like due to rsync stopping early, your node got a bunch of failed audits because some data was still missing, and the audit score plummeted. You can check the logs to see the DQ reason and failed audits to confirm this.
Reason that the dashboard hasnt been updated could be that your node hasnt gotten a reputation score update since the audits started failing.
As far as I know, unless due to a clear bug from the satellite, DQs are permanent.
I checked the logs, many failed download with file not exists error. That’s a waste. I hope there’s some kind of requalification. The data is still there. Both nodes got DQed on EU1 and US1. Any advice what should I do with these nodes?
Unfortunately, DQ is permanent. It is not some setting we can just flip a switch on. Engineers have told us that it cannot be reversed. You can start over with a new identity, or use it for any Sats that havent DQ’d the node if you want.
Yep, this and satellites don’t communicate with nodes any more after DQ. So the scores won’t be updated anymore.
@nyancodex sorry to hear it. It sucks losing a node, especially 2. But migrations are something you need to keep a close eye on. Don’t assume any step goes right, check.
Thanks for your kind words. Yeah I usually redirect rsync output to a file then check its timestamp from time to time with ls -liat, if the file last mod time stops changing then I assume the sync is completed, which is very lazy and stupid…
I get it, you wanted to get your node online again as soon as possible. I’ve done dangerous things too, managed to survive them and learned to not worry too much about a little more offline time if it means making sure the data is all there before I start it.