@@ -242,6 +242,13 @@ Potential issues
242
242
- If you are using hyper-converged Ceph, please also note the potential issues
243
243
in the Storage section below.
244
244
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
+
245
252
Full procedure for one host
246
253
---------------------------
247
254
@@ -367,7 +374,12 @@ The possible batches depend on a number of things:
367
374
Potential issues
368
375
----------------
369
376
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.
371
383
372
384
Full procedure for one batch of hosts
373
385
-------------------------------------
@@ -518,6 +530,13 @@ Potential issues
518
530
- Commands starting with ``ceph `` are all run on the cephadm bootstrap
519
531
host in a cephadm shell unless stated otherwise.
520
532
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
+
521
540
Full procedure for any storage host
522
541
-----------------------------------
523
542
0 commit comments