theforeman / foreman_fog_proxmox

Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
GNU General Public License v3.0
102 stars 30 forks source link

Fixes mac address change in Proxmox server on editing host #253

Closed Manisha15 closed 1 year ago

Manisha15 commented 1 year ago

Fixes #213

Manisha15 commented 1 year ago

So this PR ignores network-interface changes, if the VM is running. IMHO this is a valid workaround of the problem, but it has to be reflected to the user somehow. E.g. by disabling the form-elements in the UI, if the VM is running.

I will create separate PR for that since it's not related to mac address issue but yes it should disable the form if vm is running.