You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the CPU's core count or memory amount the IP config is lost in cloud-init thus resulting in a loss of network for the VM after the change.
EDIT: If it's relevant, changing the core count or the memory amount in the interface do not impact cloud-init (thus not producing the bug).
EDIT2: Other info, if I put user account info in cloud-init, it is preserved after the CPU/memory changes.
To Reproduce
Create a VM with 4 cores, and an IP config.
Observe that the IP config is available in Proxmox UI and the QEMU guest agent export the IP to the Proxmox UI (and the TF provider).
Modify the core count.
Observe that the IP config is gone in Proxmox UI and that the VM no longer has network access.
bpg
changed the title
cloud-init ip config is lost when changing CPU or memory
cloud-init ip config is lost when changing CPU or memory in a cloned VM
Jan 10, 2025
Describe the bug
When changing the CPU's core count or memory amount the IP config is lost in cloud-init thus resulting in a loss of network for the VM after the change.
EDIT: If it's relevant, changing the core count or the memory amount in the interface do not impact cloud-init (thus not producing the bug).
EDIT2: Other info, if I put user account info in cloud-init, it is preserved after the CPU/memory changes.
To Reproduce
VM creation
IP config is correct
VM modification
IP config is gone
Additional context
The text was updated successfully, but these errors were encountered: