Describe the bug
Added a second LXD host to interface
To Reproduce
Steps to reproduce the behavior:
- Add a second host to LXD mosaic
Screenshots
This is reproducible for me. If I look at the pm2 logs, all I see is this:
{"host":"https:\/\/lxd-a01.XXXX.lan:8443","offline":true}
{"host":"https:\/\/lxd-a01.XXXX.lan:8443","offline":false}
And there's no mention of the second host I added. Looking at the mysql database, both hosts are entered correctly.
root@localhost:LXD_Manager> select * from Hosts;
+---------+-------------------------------+---------------------------+-----------------------+----------------------+-------------+------------+
| Host_ID | Host_Url_And_Port | Host_Cert_Path | Host_Cert_Only_File | Host_Key_File | Host_Online | Host_Alias |
+---------+-------------------------------+---------------------------+-----------------------+----------------------+-------------+------------+
| 1 | https://lxd-a01.XXXX.lan:8443 | lxd-a01.XXXX.lan.combined | lxd-a01.XXXX.lan.cert | lxd-a01.airg.lan.key | 1 | NULL |
| 2 | https://lxd-b01.XXXX.lan:8443 | lxd-b01.XXXX.lan.combined | lxd-b01.XXXX.lan.cert | lxd-b01.airg.lan.key | 1 | NULL |
+---------+-------------------------------+---------------------------+-----------------------+----------------------+-------------+------------+
I ran into this issue on a previous version of this software, but with the latest version, I'm still having this problem. Any suggestions on debugging this further?