sap-oc / crowbar-openstack

Openstack deployment for Crowbar
3 stars 1 forks source link

Stop abusing pacemaker groups #4

Open vuntz opened 7 years ago

vuntz commented 7 years ago

Groups come with ordering constraints which don't make sense. Historically, the groups have been used mostly for convenience -- but that's not a good enough reason. It has been shown that restarting the neutron dhcp agent can result in temporary network outage because of the groups.

This was done for master: https://github.com/crowbar/crowbar-openstack/pull/799

Needs backporting, which is slightly challenging to do without outage.

matelakat commented 7 years ago

needs backport