Bug 977918
| Summary: | Dangling symlinks in openshift-origin-cartridge-ruby package | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason DeTiberus <jdetiber> |
| Component: | Containers | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2.0 | CC: | adellape, bleanhar, gpei, libra-onpremise-devel, lmeyer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-origin-cartridge-ruby-0.4.10.2-1.el6op.noarch.rpm | Doc Type: | Bug Fix |
| Doc Text: |
The openshift-origin-cartridge-ruby source code contained an unnecessary symlink with a missing target. This symlink was packaged into a broken symlink in the build. With this fix, the symlink has been removed from the source code and the broken symlink no longer appears.
|
Story Points: | --- |
| Clone Of: | 977916 | Environment: | |
| Last Closed: | 2013-08-05 17:17:37 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: | 977916 | ||
| Bug Blocks: | |||
|
Description
Jason DeTiberus
2013-06-25 15:08:50 UTC
https://github.com/openshift/enterprise-server/pull/110 cherry-picked: commit 7e8d61fcb6b7cd8a541a318e01dbef7b0d8ace31 Author: Luke Meyer <lmeyer> Date: Thu Jul 18 14:20:59 2013 -0400 <ruby cart> bug 977919 remove broken symlinks Check this on puddle 1.2/2013-07-19.1
The related links have been deleted:
[root@node versions]# ls -l /usr/libexec/openshift/cartridges/v2/ruby/versions/1.8/metadata
ls: cannot access /usr/libexec/openshift/cartridges/v2/ruby/versions/1.8/metadata: No such file or directory
[root@node versions]# ls -l /usr/libexec/openshift/cartridges/v2/ruby/versions/1.9/metadata
ls: cannot access /usr/libexec/openshift/cartridges/v2/ruby/versions/1.9/metadata: No such file or directory
And no broken links under the ruby dir, so move it to VERIFIED.
[root@node versions]# tree .
.
├── 1.8
│ ├── etc
│ │ ├── conf -> ../../shared/etc/conf
│ │ └── conf.d
│ │ └── openshift.conf.erb
│ └── template
│ ├── config.ru
│ ├── public -> ../../shared/template/public/
│ ├── README.md -> ../../shared/template/README.md
│ └── tmp -> ../../shared/template/tmp/
├── 1.9
│ ├── etc
│ │ ├── conf -> ../../shared/etc/conf
│ │ └── conf.d
│ │ └── openshift.conf.erb
│ └── template
│ ├── config.ru
│ ├── public -> ../../shared/template/public/
│ ├── README.md -> ../../shared/template/README.md
│ ├── thread-dumper.rb
│ └── tmp -> ../../shared/template/tmp/
└── shared
├── etc
│ ├── conf
│ │ ├── httpd.conf
│ │ └── httpd_nolog.conf
│ └── conf.d
│ └── openshift.conf.erb
└── template
├── config.ru
├── public
├── README.md
├── thread-dumper.rb
└── tmp
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1138.html |