The incus version is 6.0.5-lts
I used incus config edit
to set server config logging.loki.target.url
and restart incusd with systemctl restart incus
, then the log shows that:
level=error msg=“Failed connecting to global database” attempt=6 err="failed to create cowsql connection: no available cowsql leader server found”
In the other node, I execute incus cluster list
, and got this
NAME | URL | ROLES | ARCHITECTURE | FAILURE DOMAIN | DESCRIPTION | STATUS | MESSAGE |
---|---|---|---|---|---|---|---|
10.120.16.51 | https://10.120.16.51:8443 | database | x86_64 | default | OFFLINE | No heartbeat for 1h40m10.159455383s (2025-09-04 15:11:16.515853095 +0800 +0800) | |
10.120.16.52 | https://10.120.16.52:8443 | database-leader | x86_64 | default | ONLINE | Fully operational | |
database | |||||||
10.120.16.53 | https://10.120.16.53:8443 | database | x86_64 | default | ONLINE | Fully operational |
what can I do to fix this error, and I am sure the network is is reachable.