I was cleaning up our “config trust” client tokens; I deleted the wrong server tokens for our three node storage cluster. I broke the “cluster” and our cluster cannot communicated with each other and our instances are listed in “ERROR” state. If we are to “incus list –all-projects”; the instances showing running are only on the node quarry the database directly
time=“2026-05-10T07:26:06Z” level=warning msg=“Failed adding member event listener client” err=“websocket: bad handshake\nnot authorized\nnot authorized” local=“127.0.0.16:8443” remote=“127.0.0.15:8443”
time=“2026-05-10T07:26:06Z” level=warning msg=“Rejecting request from untrusted client” ip=“172.20.40.15:55014”
time=“2026-05-10T07:26:13Z” level=warning msg=“Failed adding member event listener client” err=“websocket: bad handshake\nnot authorized\nnot authorized” local=“127.0.0.16:8443” remote=“127.0.0.15:8443”
The cluster nodes become offline and I have yet been able to rebuild new tokens. I have gone through and regenerated the certs and copied the new certificates on each node. No matter what I do.. I cannot regenerate new server tokens
I have tried many different ways but our cluster can’t speak together.
incus cluster update-certificate server.crt server.key
Error: not authorized
incus cluster add 3k
Error: The cluster already has a member with name: 3k
incus admin cluster list-database
+-------------------+
| Address |
+-------------------+
| 127.0.0.14:8443 |
+-------------------+
| 127.0.0.15:8443 |
+-------------------+
| 127.0.0.16:8443 |
+-------------------+
incus admin sql local "SELECT * FROM raft_nodes"
+----+-------------------+------+---------------------+
| id | address | role | name |
+----+-------------------+------+---------------------+
| 1 | 127.0.0.14:8443 | 0 | 3k |
+----+-------------------+------+---------------------+
| 2 | 127.0.0.15:8443 | 0 | 3m |
+----+-------------------+------+---------------------+
| 3 | 127.0.0.16:8443 | 0 | 3l |
+----+-------------------+------+---------------------+
All the research mention, do not panic and explain how to fix the solution in so many ways; none have been able to get our storage cluster back on line.
I ran: incus admin cluster recover-from-quorum-loss It appears we are still having certifiate issues with our cluster:
When starting incus daemon back up we received this:
“Failed adding member event listener client” err=“websocket: bad handshake\nnot authorized\nnot authorized”
msg=“Rejecting request from untrusted client”
level=warning msg=“No local trusted server certificates found, falling back to trusting network certificate” fingerprint=69ccaf070652b28b1bef17327fba9617fad464f>
msg=“Failed initializing instance” err=“Failed getting root disk: No root device could be found”
double free or corruption (out)
incus.service: Main process exited, code=dumped, status=6/ABRT