Hi all, I have a 2 HA juju controllers with a maas cloud. Some days ago, after restarting both of them, they never returned to run correctly and I cannot connect to them with juju client. This is my env:
jujud [3.2.4 3052b293cbab49b1a2f994724d2c90e80954cfe3 gc go1.20.11]
ubuntu@juju:/var/log/juju$ snap list
Name Version Rev Tracking Publisher Notes
core18 20240612 2829 latest/stable canonical✓ base
core20 20240416 2318 latest/stable canonical✓ base
core22 20240419 1439 latest/stable canonical✓ base
juju 3.5.3 28060 3/stable canonical✓ -
juju-db 4.4.24 178 4.4/stable juju-qa -
openstackclients yoga 338 yoga/stable canonical✓ -
snapd 2.63 21759 latest/stable canonical✓ snapd
controller-1 ips: 192.168.6.58, 192.168.70.11, 192.168.71.11
controller-2 ips: 192.168.6.60,192.168.70.21, 192.168.71.32
ubuntu@juju:/var/log/juju$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
after rebooting a controller, It seems to me that it is not able to connect to the api server (port 17070) and also the mongo db connections doesn’twork between the two controller.
this is my machine-0.log after rebooting Ubuntu Pastebin
One strange thing from the above log: every time the controller is started, it tries to install juju-db INFO juju.packaging manager.go:102 installing “juju-db” via “snap”
INFO juju.packaging.manager run.go:88 Running: snap install --channel 4.4/stable juju-db
I installed a production openstack bundle and now I cannot use juju anymore: how I can recover?