689f64984f
Nova-network OCF script tries to stop dnsmasq processes that might be left after nova-network abnormal termination. It must do that to prevent appearence of two gateways and two DHCP servers in VM network. Right now script stops *all* dnsmasq processes it finds, but this way it kills dnsmasq processes that serves as upstream DNS server, which is managed by 'p_dns' pacemaker resource. Deadlock appears when 'p_vcenter_nova_network' resource tries to stop dnsmasq and 'p_dns' starts it again. Lets just find dnsmasq PIDs that were started by nova-network and terminate them. Change-Id: I4ec7a60e31a0ce02c1924e6294aa767ad840617d Closes-bug: #1458821 |
||
---|---|---|
.. | ||
files | ||
lib/puppet/parser/functions | ||
manifests | ||
spec | ||
templates | ||
.fixtures.yml | ||
Gemfile | ||
Rakefile |