Skip to content

Commit 8945b49

Browse files
authored
Merge pull request #93002 from kdrake20/HCIDOCS-465
HCIDOCS-465: Use modular libvirt daemons in provisioner node
2 parents c76e19b + fba6640 commit 8945b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ $ sudo firewall-cmd --zone=public --add-service=http --permanent
101101
$ sudo firewall-cmd --reload
102102
----
103103

104-
. Start and enable the `libvirtd` service:
104+
. Start the modular `libvirt` daemon sockets:
105105
+
106106
[source,terminal]
107107
----
108-
$ sudo systemctl enable libvirtd --now
108+
$ for drv in qemu interface network nodedev nwfilter secret storage; do sudo systemctl start virt${drv}d{,-ro,-admin}.socket; done
109109
----
110110

111111
. Create the `default` storage pool and start it:

0 commit comments

Comments
 (0)