Bug 1057558
| Summary: | The customized haproxy_ctld.rb will not take effect after git push unless you restart the haproxy cartridge manually | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Meng Bo <bmeng> |
| Component: | Image | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | bleanhar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-26 19:10:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1051190 | ||
|
Description
Meng Bo
2014-01-24 10:55:51 UTC
Proposed patch: https://github.com/openshift/origin-server/pull/4642 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/4c8782219b93676ae32edae9f82f94adc30399a8 Bug 1057558 - reload the haproxy_ctld.rb action hook on git push Checked on devenv_4348, after add the action_hook, the haproxy_ctld will reload the new config, and take effect after git push. Client output found in the git push log: remote: HAProxy already running remote: Action hook haproxy_ctld.rb detected remote: Action hook haproxy_ctld.rb restarted remote: HAProxy instance is started Without the action_hook added, haproxy_ctld will not restart. |