Skip to content

Add warning about interface name change from hw_machine_type #879

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

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions doc/source/operations/rocky-linux-9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,17 @@ Make the following changes to your Kayobe configuration:
hw_machine_type = x86_64=q35
num_pcie_ports = 16
This change does not need to be applied before migrating to Rocky Linux 9, but it should cause no harm to do so.
Note that this will not affect existing VMs, only newly created VMs.
This change does not need to be applied before migrating to Rocky Linux 9,
but it is likely the best time to do so.

.. warning::

This change will cause the interface names to change on any new VMs
launched with images that do not specify a hw_machine_type already.
Existing VMs will not be affected, but a rebuild will have the names
changed. Customers should be informed of this in case they have any
tooling that relies on interface names within their VMs.


Routing rules
-------------
Expand Down