@@ -242,6 +242,13 @@ Potential issues
242242- If you are using hyper-converged Ceph, please also note the potential issues
243243 in the Storage section below.
244244
245+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
246+ 9, in which case you will need to update Kayobe configuration. Note that the
247+ configuration should remain correct for hosts not yet migrated, otherwise
248+ fact gathering may fail. For example, this can be done using ``host_vars ``.
249+ Once all hosts are migrated, the change can be moved to ``group_vars `` and
250+ the temporary ``host_vars `` deleted.
251+
245252Full procedure for one host
246253---------------------------
247254
@@ -367,7 +374,12 @@ The possible batches depend on a number of things:
367374Potential issues
368375----------------
369376
370- Nothing yet!
377+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
378+ 9, in which case you will need to update Kayobe configuration. Note that the
379+ configuration should remain correct for hosts not yet migrated, otherwise
380+ fact gathering may fail. For example, this can be done using ``host_vars ``.
381+ Once all hosts are migrated, the change can be moved to ``group_vars `` and
382+ the temporary ``host_vars `` deleted.
371383
372384Full procedure for one batch of hosts
373385-------------------------------------
@@ -518,6 +530,13 @@ Potential issues
518530 - Commands starting with ``ceph `` are all run on the cephadm bootstrap
519531 host in a cephadm shell unless stated otherwise.
520532
533+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
534+ 9, in which case you will need to update Kayobe configuration. Note that the
535+ configuration should remain correct for hosts not yet migrated, otherwise
536+ fact gathering may fail. For example, this can be done using ``host_vars ``.
537+ Once all hosts are migrated, the change can be moved to ``group_vars `` and
538+ the temporary ``host_vars `` deleted.
539+
521540Full procedure for any storage host
522541-----------------------------------
523542
0 commit comments