Merge "Deprecate ovn_emit_need_to_frag option"

This commit is contained in:
Zuul 2024-10-10 01:57:01 +00:00 committed by Gerrit Code Review
commit 92550c9d66
2 changed files with 9 additions and 0 deletions

View File

@ -176,6 +176,10 @@ ovn_opts = [
"See the ovn-nb(5) man page for available options.")),
cfg.BoolOpt('ovn_emit_need_to_frag',
default=True,
deprecated_for_removal=True,
deprecated_since='2025.1',
deprecated_reason=("The option is useful only on very old "
"Linux kernels (version < 5.2)."),
help=_('Configure OVN to emit "need to frag" packets in '
'case of MTU mismatches.\n'
'You may have to disable this option if you are '

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``ovn_emit_need_to_frag`` option is now deprecated for removal. The
config option will removed in the ``2026.1`` release.