Skip to content

Commit c51be3f

Browse files
committed
docs: guide for migrating to containerized libvirt in R8/R9 migration
1 parent 3818ff9 commit c51be3f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,29 @@ The possible batches depend on a number of things:
388388
* available spare hypervisor capacity
389389
* sizes of groups of compatible hypervisors
390390

391+
Transition to Containerized Libvirt
392+
-----------------------------------
393+
394+
Following is needed when migrating from Rocky Linux 8 to Rocky Linux 9 and transitioning to containerized Libvirt:
395+
396+
1. Remove Existing Libvirt (if installed on a RL9 host)
397+
398+
.. code-block:: console
399+
400+
kayobe overcloud host command run --command "dnf remove -y libvirt libvirt-bin libvirt-daemon iscsi-initiator-utils" -b -l <hostname>
401+
402+
2. Update kolla.yml
403+
404+
.. code-block:: yaml
405+
406+
kolla_enable_nova_libvirt_container: "{{ inventory_hostname != 'localhost' and ansible_facts.distribution_major_version == '9' }}"
407+
408+
3. Update kolla/globals.yml
409+
410+
.. code-block:: yaml
411+
412+
enable_nova_libvirt_container: "{% raw %}{{ ansible_facts.distribution_major_version == '9' }}{% endraw %}"
413+
391414
Potential issues
392415
----------------
393416

0 commit comments

Comments
 (0)