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

:lady_beetle: in running plan single vm should show "cancel" using migration.spec.cancel #1278

Closed yaacov closed 1 month ago

yaacov commented 1 month ago

Issue: we currently calculate vm "cancel" status using plan.status.migration.vms.conditions we should use migration.spec.cancel so the status will change immediately after user cancel the vm, and not wait for the operator to change the plan status

yaacov commented 1 month ago

closing as duplicate of: https://github.com/kubev2v/forklift-console-plugin/issues/1283