[Ovirt-devel] [PATCH] notify dnsmasq to restart for node entries

Jason Guiditta jguiditt at redhat.com
Fri Mar 20 17:23:42 UTC 2009


On Fri, 2009-03-20 at 10:58 -0400, Joey Boggs wrote:
> ---
>  installer/modules/ovirt/manifests/dhcp.pp |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/installer/modules/ovirt/manifests/dhcp.pp b/installer/modules/ovirt/manifests/dhcp.pp
> index 3c03b10..f89482e 100644
> --- a/installer/modules/ovirt/manifests/dhcp.pp
> +++ b/installer/modules/ovirt/manifests/dhcp.pp
> @@ -31,6 +31,7 @@ class dhcp::bundled {
>  
>  	single_exec {"dns_entries":
>                  command => "/usr/share/ace/modules/ovirt/files/dns_entries.sh $dhcp_start $dhcp_stop $dhcp_network $dhcp_domain",
> +                notify => Service[dnsmasq]
>  	}
>  
>          firewall_rule {"tftp": destination_port => '69', protocol => 'udp'}

ACK.  Node is now recognized and set available by server with no manual
restart of services.




More information about the ovirt-devel mailing list