[Ovirt-devel] [PATCH server] make dnsmasq start earlier on boot otherwise dbomatic/taskomatic fail due to timeouts

Joey Boggs jboggs at redhat.com
Fri Feb 13 22:06:42 UTC 2009


---
 installer/modules/ovirt/manifests/dns.pp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/installer/modules/ovirt/manifests/dns.pp b/installer/modules/ovirt/manifests/dns.pp
index cbe706a..8fb8045 100644
--- a/installer/modules/ovirt/manifests/dns.pp
+++ b/installer/modules/ovirt/manifests/dns.pp
@@ -66,6 +66,10 @@ define dns::common($mgmt_ipaddr="", $prov_ipaddr="",$mgmt_dev="",$prov_dev="") {
         notify => Service[dnsmasq],
     }
 
+    single_exec {"make_dnsmasq_start_earlier":
+        command => "/bin/mv /etc/rc3.d/S99dnsmasq /etc/rc3.d/S95dnsmasq;/bin/mv /etc/rc5.d/S99dnsmasq /etc/rc5.d/S95dnsmasq",
+        require => Package["dnsmasq"]
+    }
 }
 
 define dns::bundled($mgmt_ipaddr="", $prov_ipaddr="",$mgmt_dev="",$prov_dev="") {
-- 
1.6.0.6




More information about the ovirt-devel mailing list