After a datacenter move (physical and re-iping) one of the vhosts is starting up with cloud-init

Christine Campo

New Member
May 19, 2019
3
0
1
One of the 3 vhosts is not starting up with the correct IP and it seems to be attached to a cloud-init?? No idea why and cannot seem to boot it properly.

I'm not even sure how to go about troubleshooting it.

Thanks
 
here is the .members file

Attached is how the vhost3 is booting up.


root@vhost3:~# cat /etc/pve/.members
{
"nodename": "vhost3",
"version": 5,
"cluster": { "name": "CWPWaltham", "version": 3, "nodes": 3, "quorate": 1 },
"nodelist": {
"vhost": { "id": 1, "online": 1, "ip": "10.0.100.101"},
"vhost2": { "id": 3, "online": 1, "ip": "10.0.100.102"},
"vhost3": { "id": 2, "online": 1, "ip": "10.0.100.58"} <=== this should be 10.0.100.103
}
}
 

Attachments

  • proxmox.jpg
    proxmox.jpg
    576.5 KB · Views: 1
did you install cloud-init on the host? if yes, why?
i would first try to deinstall cloud-init (apt remove)
and then check /etc/network/interfaces..