-
Bug
-
Resolution: Won't Do
-
Undefined
-
None
-
4.16.0
-
None
-
Important
-
No
-
Proposed
-
False
-
Description of problem:
When setting up openshift-sdn(multitenant) cluster. live migration to ovn should be blocked. however network operator still going on and migration to ovn When setting up openshift-sdn cluster and create egress router pod. live migration to ovn should be blocked. however network operator still going on and migration to ovn
Version-Release number of selected component (if applicable):
pre-merge https://github.com/openshift/cluster-network-operator/pull/2392
How reproducible:
always
Steps to Reproduce:
1. setup openshift-sdn(multitenant) cluster 2. do migration with oc patch Network.config.openshift.io cluster --type='merge' --patch '{"metadata":{"annotations":{"network.openshift.io/network-type-migration":""}},"spec":{"networkType":"OVNKubernetes"}}' 3.
Actual results:
After showing the error. the migration progress still be going on.
Expected results:
network operator should block the migration
Additional info: