Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: init-functions: do not call configure_dns every boot
......................................................................

init-functions: do not call configure_dns every boot

The configure_dns is not a required call for every boot
and might be affect upgrades replacing existing configurations.

Change-Id: Ie4b55b439daa2309a0382ca1f2530b8a29e6ad42
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1358193
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/65152/1

diff --git a/scripts/ovirt-init-functions.sh.in 
b/scripts/ovirt-init-functions.sh.in
index 12d354e..7867be4 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -1432,9 +1432,6 @@
         # Re-load keyboard settings
         load_keyboard_config
 
-        # Rewrite resolv.conf, rhbz#742365
-        configure_dns
-
         # Create a minimalistic /etc/hosts if it's empty, rhbz#829753
         create_minimal_etc_hosts_file
 


-- 
To view, visit https://gerrit.ovirt.org/65152
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4b55b439daa2309a0382ca1f2530b8a29e6ad42
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsl...@redhat.com>
_______________________________________________
node-patches mailing list
node-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to