Skip to content

Commit

Permalink
udn, virt: add risks and mitigations
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Sep 2, 2024
1 parent 02681be commit 4e73b64
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions enhancements/network/user-defined-network-for-virt-workloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,20 @@ how the code will be rewritten in the enhancement.

### Risks and Mitigations

What are the risks of this proposal and how do we mitigate. Think broadly. For
example, consider both security and how this will impact the larger OKD
ecosystem.

How will security be reviewed and by whom?

How will UX be reviewed and by whom?

Consider including folks that also work outside your immediate sub-project.
Some packets will definitely be dropped during live-migration of the VM; while
we want to have the migration as seamless as possible, just preserving the
5 tuple of the existing connections is far from optimal.

If the tests show that the traffic disruption takes too long, we should
prioritize the
[seamless live-migration epic](https://issues.redhat.com/browse/CNV-27147)
which makes use of the multi requested-chassis OVN feature, in which a single
logical switch port can be bound to multiple chassis (and have traffic
forwarded to them).

We have requested the core OVN team to ensure this feature is in fact usable on
InterConnect clusters (which OpenShift is). This request is tracked in this FDP
[issue](https://issues.redhat.com/browse/FDP-770).

### Drawbacks

Expand Down

0 comments on commit 4e73b64

Please sign in to comment.