| Summary: | oo-admin-cartridge must be able to reinstall broken cartridge | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jhon Honce <jhonce> |
| Component: | Containers | Assignee: | Paul Morie <pmorie> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.x | CC: | bmeng, xtian, yadu |
| 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-08-29 12:54:25 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
Jhon Honce
2013-08-21 20:36:16 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/93667c211d5d63823c826382b249c816784c861d Fix bug 999679: skip corrupted manifests during cartridge installation Checked on devenv_3692, issue has been fixed. [root@ip-10-147-221-181 metadata]# cp /dev/null manifest.yml cp: overwrite `manifest.yml'? y [root@ip-10-147-221-181 metadata]# ls -al total 20 drwxr-xr-x. 2 root root 4096 Aug 23 00:54 . drwxr-xr-x. 10 root root 4096 Aug 23 05:03 .. -rw-r--r--. 1 root root 690 Aug 23 00:48 jenkins_shell_command.erb -rw-r--r--. 1 root root 183 Aug 23 00:48 managed_files.yml -rw-r--r--. 1 root root 0 Aug 23 05:38 manifest.yml -rw-r--r--. 1 root root 2517 Aug 23 00:48 manifest.yml.0.10 # oo-admin-cartridge -a install -s /usr/libexec/openshift/cartridges/nodejs/ succeeded Check the platform.log, found the following log in it August 23 05:39:13 WARN Skipping load of /var/lib/openshift/.cartridge_repository/redhat-nodejs/0.0.4/metadata/manifest.yml because manifest appears to be corrupted Move the bug to verified. Note, the fix has not been merged into devenv-stage_452. |