Skip to content

Commit

Permalink
Merge pull request #75195 from stevsmit/OCPBUGS-31918-MTU
Browse files Browse the repository at this point in the history
Updates cluster MTU change docs for correct output
  • Loading branch information
stevsmit committed Apr 29, 2024
2 parents 0fc3baa + b8df70d commit 79c9af7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/nw-cluster-mtu-change.adoc
Expand Up @@ -344,9 +344,7 @@ $ oc get machineconfig <config_name> -o yaml | grep path:
+
where `<config_name>` is the name of the machine config from the `machineconfiguration.openshift.io/currentConfig` field.
+
If the machine config is successfully deployed, the previous output contains the `/etc/NetworkManager/system-connections/<connection_name>` file path.
+
The machine config must not contain the `ExecStart=/usr/local/bin/mtu-migration.sh` line.
If the machine config is successfully deployed, the previous output contains the `/etc/NetworkManager/conf.d/99-<interface>-mtu.conf` file path and the `ExecStart=/usr/local/bin/mtu-migration.sh` line.
endif::local-zone,wavelength-zone,post-aws-zones,outposts[]

. To finalize the MTU migration, enter the following command for the OVN-Kubernetes network plugin:
Expand Down

0 comments on commit 79c9af7

Please sign in to comment.