From a04ca813f8b56569f48e1dbeff2d8d40635d5ba2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 19 Dec 2018 21:00:53 -0600 Subject: [PATCH] libvirt-howto: reload NetworkManager for dns configuration changes NM has been able to switch DNS plugins on the fly for years. --- docs/dev/libvirt-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/libvirt-howto.md b/docs/dev/libvirt-howto.md index 2f6117cca2..3a8402ba1b 100644 --- a/docs/dev/libvirt-howto.md +++ b/docs/dev/libvirt-howto.md @@ -196,7 +196,7 @@ This step allows installer and users to resolve cluster-internal hostnames from ```sh echo server=/tt.testing/192.168.126.1 | sudo tee /etc/NetworkManager/dnsmasq.d/openshift.conf ``` -3. `systemctl restart NetworkManager` +3. Reload NetworkManager to pick up the `dns` configuration change: `sudo systemctl reload NetworkManager` ## Build and run the installer