kubev2v / forklift-console-plugin

OpenShift Console Plugin For Forklift, the plugin adds a web based user interface for Migration Toolkit for Virtualization inside Openshift web console.
Apache License 2.0
3 stars 15 forks source link

🐞 [UI] max_vm_inflight parameter is not setting #1268

Closed yaacov closed 1 month ago

yaacov commented 1 month ago

Ref: https://github.com/kubev2v/forklift-console-plugin/issues/1267

Issue: While trying to change 'max_vm_inflight' parameter from the UI, nothing happens.

The forklift-controller pod isn't restarted and 'MAX_VM_INFLIGHT' doesn't exist in 'oc describe pod forklift-controller-xxxxx'.

The issue is that the parameter is set as a string and not as a number.

Fix: send integer instead of strings to the backend