MTU for Virtual Networks Cannot be Modified
PreviousNetwork Agents Missing for Re-onboarded Host Due to Stale OVN Chassis EntryNextMTU of Virtual Networks Cannot be Modified
Last updated
MTU for Virtual Networks cannot be modified.
PCD UI does not provide any option to increase the MTU for Virtual Networks.
Private Cloud Director Virtualization - v2026.1 and Higher
Self Hosted Private Cloud Director Virtualization - v2026.1 and Higher
This is a known issue and is already reported with ID: PCD-6454.
Refer the Workaround section on how to set the MTU for Virtual Networks.
MTU for Virtual Networks can be modified through CLI.
In the RC file that is needed for the communication between pcdctl CLI and PCD, change the variable OS_INTERFACE value from public to admin.
Set the relevant tenant name in the OS_PROJECT_NAME variable if applicable.
Re-source the RC file.
Change the MTU using the below command:
Reach out to Platform9 Support with the issue ID mentioned in the Cause section if there are any questions/concerns.
Last updated
pcdctl network set --mtu <MTU_VALUE> <NETWORK_UUID/NAME>