Disable resources cleanup for DHCP agent by default
Now all resources created by DHCP agent (namespaces, processes) are removed by
Pacemaker on agent start and stop. This operation can be rather slow when many
networks exist in a cloud, and timeout will turn the resource to unmanaged
state. To avoid such cases resources are kept by default.
It also helps to avoid service interruption because all resource have to be
re-created by the agent in case of restart.
Reviewed: https:/ /review. openstack. org/172390 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=d6cff81273f e05e59ac0b0a4c7 f94cb56d648f86
Committed: https:/
Submitter: Jenkins
Branch: master
commit d6cff81273fe05e 59ac0b0a4c7f94c b56d648f86
Author: Sergey Kolekonov <email address hidden>
Date: Fri Apr 10 15:07:56 2015 +0300
Disable resources cleanup for DHCP agent by default
Now all resources created by DHCP agent (namespaces, processes) are removed by
Pacemaker on agent start and stop. This operation can be rather slow when many
networks exist in a cloud, and timeout will turn the resource to unmanaged
state. To avoid such cases resources are kept by default.
It also helps to avoid service interruption because all resource have to be
re-created by the agent in case of restart.
Change-Id: Ia6cdc3b86b162f 4614a8ed93838d3 e09d9126ffc
Closes-bug: #1436414