Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network uses the default mtu values if public/private mtu are not set #10001

Open
weizhouapache opened this issue Nov 28, 2024 · 0 comments · May be fixed by #10257
Open

Network uses the default mtu values if public/private mtu are not set #10001

weizhouapache opened this issue Nov 28, 2024 · 0 comments · May be fixed by #10257
Assignees
Milestone

Comments

@weizhouapache
Copy link
Member

weizhouapache commented Nov 28, 2024

There are two global settings for mtu size

  • vr.private.interface.max.mtu
  • vr.public.interface.max.mtu

however, when I create a VPC tier without specified mtu, the VPC tier is created with default private mtu (1500) .
It should use the mtu size in the global settings if not set in api parameters of createNetwork api.

Please note:
isolated networks do not have the issue

ISSUE TYPE
  • Bug Report
COMPONENT NAME

CLOUDSTACK VERSION
4.20, the same issue should exist in 4.19 as well.
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE

EXPECTED RESULTS

ACTUAL RESULTS

@weizhouapache weizhouapache self-assigned this Nov 28, 2024
@weizhouapache weizhouapache added this to the 4.19.2 milestone Nov 28, 2024
weizhouapache added a commit to weizhouapache/cloudstack that referenced this issue Dec 12, 2024
@weizhouapache weizhouapache moved this from Todo to Dev In Progress in Apache CloudStack BugFest - Issues Jan 20, 2025
@weizhouapache weizhouapache linked a pull request Jan 23, 2025 that will close this issue
14 tasks
@weizhouapache weizhouapache moved this from Dev In Progress to ready for Review in Apache CloudStack BugFest - Issues Jan 23, 2025
@weizhouapache weizhouapache linked a pull request Jan 23, 2025 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ready for Review
Development

Successfully merging a pull request may close this issue.

2 participants