@@ -266,6 +266,14 @@ Potential issues
266266- If you are using hyper-converged Ceph, please also note the potential issues
267267 in the Storage section below.
268268
269+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
270+ 9, in which case you will need to update Kayobe configuration. Note that the
271+ configuration should remain correct for hosts not yet migrated, otherwise
272+ fact gathering may fail. For example, this can be done using ``group_vars ``
273+ with a temporary group for the updated hosts or ``host_vars ``. Once all
274+ hosts are migrated, the change can be moved to the original group's
275+ ``group_vars `` and the temporary changes reverted.
276+
269277Full procedure for one host
270278---------------------------
271279
@@ -391,7 +399,13 @@ The possible batches depend on a number of things:
391399Potential issues
392400----------------
393401
394- Nothing yet!
402+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
403+ 9, in which case you will need to update Kayobe configuration. Note that the
404+ configuration should remain correct for hosts not yet migrated, otherwise
405+ fact gathering may fail. For example, this can be done using ``group_vars ``
406+ with a temporary group for the updated hosts or ``host_vars ``. Once all
407+ hosts are migrated, the change can be moved to the original group's
408+ ``group_vars `` and the temporary changes reverted.
395409
396410Full procedure for one batch of hosts
397411-------------------------------------
@@ -542,6 +556,14 @@ Potential issues
542556 - Commands starting with ``ceph `` are all run on the cephadm bootstrap
543557 host in a cephadm shell unless stated otherwise.
544558
559+ - Network interface names may change between CentOS Stream 8 and Rocky Linux
560+ 9, in which case you will need to update Kayobe configuration. Note that the
561+ configuration should remain correct for hosts not yet migrated, otherwise
562+ fact gathering may fail. For example, this can be done using ``group_vars ``
563+ with a temporary group for the updated hosts or ``host_vars ``. Once all
564+ hosts are migrated, the change can be moved to the original group's
565+ ``group_vars `` and the temporary changes reverted.
566+
545567Full procedure for any storage host
546568-----------------------------------
547569
0 commit comments