@@ -266,6 +266,14 @@ Potential issues
266
266
- If you are using hyper-converged Ceph, please also note the potential issues
267
267
in the Storage section below.
268
268
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
+
269
277
Full procedure for one host
270
278
---------------------------
271
279
@@ -391,7 +399,13 @@ The possible batches depend on a number of things:
391
399
Potential issues
392
400
----------------
393
401
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.
395
409
396
410
Full procedure for one batch of hosts
397
411
-------------------------------------
@@ -542,6 +556,14 @@ Potential issues
542
556
- Commands starting with ``ceph `` are all run on the cephadm bootstrap
543
557
host in a cephadm shell unless stated otherwise.
544
558
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
+
545
567
Full procedure for any storage host
546
568
-----------------------------------
547
569
0 commit comments