Bug 853372
| Summary: | Failed to move primary cartridge app due to httpd.pid file being empty | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Jianwei Hou <jhou> |
| Component: | Containers | Assignee: | Ram Ranganathan <ramr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | mfisher, mpatel |
| 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: | 2012-09-17 21:29:58 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: | |||
|
Description
Jianwei Hou
2012-08-31 09:31:39 UTC
Fixed with pull requests: https://github.com/openshift/crankcase/pull/452 https://github.com/openshift/li/pull/342 waiting for merge+test. Fix affects only apache based server (php/python/ruby/perl). Verified on devenv_2115 Steps: 1. Setup multi-node environment 2. Create php/python/perl/ruby-1.8/ruby-1.9 applications 3. On node, set httpd.pid file empty :> /var/lib/$UUID/$cartridge/run/httpd.pid 4. move this app rhc-admin-move --gear_uuid $UUID -i $target_server_identity Result: All apps are move successfully when httpd.pid is empty. |