| Summary: | Failure to delete non-existent cartridge ERBs during processing should be non-fatal | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Dan Mace <dmace> |
| Component: | Containers | Assignee: | Dan Mace <dmace> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | bmeng |
| 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: | 2013-09-19 16:48:57 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: | |
|
Description
Dan Mace
2013-09-03 15:14:42 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/ddc4605aec1ee2fadcdd419ea6077207f70851e9 Bug 1003969: Don't raise if processed ERBs no longer exist to delete Checked on devenv-stage_461, Manually delete the erb files from the gear home dir, when the gear dir just being created. Check the log for the ERB processing. It will skip the Rendering ERB step and will not throw an exception. For my cartridge, there are 5 erbs in total, and I deleted them manually in the middle of the process. It will jump to the 'install' step directly. September 04 02:01:54 INFO Processing ERB templates for php September 04 02:01:55 INFO Shell command '/sbin/runuser -s /bin/sh 293753520653506126544896 -c "exec /usr/bin/runcon 'unconfined_u:system_r:openshift_t:s0:c0,c504' /bin/sh -c \"/usr/bin/oo-erb -S 2 -- /var/lib/openshift/293753520653506126544896/php/metadata/jenkins_shell_command.erb > /var/lib/openshift/293753520653506126544896/php/metadata/jenkins_shell_command\""' ran. rc=0 out= September 04 02:01:55 INFO Running install for 293753520653506126544896/php Move bug to verified. |