From 175150ce91d7453b4085bd19c5fb1afdce5aee47 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 17 Jan 2024 12:56:32 +0000 Subject: [PATCH 1/2] Add warning about interface name change from hw_machine_type --- doc/source/operations/rocky-linux-9.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/source/operations/rocky-linux-9.rst b/doc/source/operations/rocky-linux-9.rst index 73b332e5a..cdab015a7 100644 --- a/doc/source/operations/rocky-linux-9.rst +++ b/doc/source/operations/rocky-linux-9.rst @@ -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 to best place 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 ------------- From d373d455698370a629ef91671cc0b137df6ab713 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 17 Jan 2024 13:32:36 +0000 Subject: [PATCH 2/2] Update doc/source/operations/rocky-linux-9.rst Co-authored-by: Mark Goddard --- doc/source/operations/rocky-linux-9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/rocky-linux-9.rst b/doc/source/operations/rocky-linux-9.rst index cdab015a7..123534e59 100644 --- a/doc/source/operations/rocky-linux-9.rst +++ b/doc/source/operations/rocky-linux-9.rst @@ -84,7 +84,7 @@ Make the following changes to your Kayobe configuration: num_pcie_ports = 16 This change does not need to be applied before migrating to Rocky Linux 9, - but it is likely to best place to do so. + but it is likely the best time to do so. .. warning::