Bug 845933 - Two soft link of files are broken.
Summary: Two soft link of files are broken.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
low
Target Milestone: ---
: ---
Assignee: Dan Mace
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-06 07:35 UTC by xjia
Modified: 2015-05-14 22:57 UTC (History)
2 users (show)

Fixed In Version: libra_ami 1977+
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-17 21:28:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description xjia 2012-08-06 07:35:17 UTC
Description of problem:
The soft link of these files are broken. 

/usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/info/connection-hooks/set-db-connection-info

/usr/libexec/stickshift/cartridges/jbosseap-6.0/info/hooks/preconfigure

Version-Release number of selected component (if applicable):
dev_env_1940

How reproducible:
always

Steps to Reproduce:
1.via the instance
2.ll  /usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/info/connection-hooks/set-db-connection-info
3.ll /usr/libexec/stickshift/cartridges/jbosseap-6.0/info/hooks/preconfigure
  
Actual results:

[root@ip-10-224-115-241 /]# ll  /usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/info/connection-hooks/set-db-connection-info
lrwxrwxrwx. 1 root root 115 Aug  5 01:44 /usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/info/connection-hooks/set-db-connection-info -> /usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/../abstract/info/connection-hooks/set-db-connection-info

The path "/usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/../abstract/info/connection-hooks/set-db-connection-info" is wrong.

[root@ip-10-224-115-241 /]# ll /usr/libexec/stickshift/cartridges/jbosseap-6.0/info/hooks/preconfigure
lrwxrwxrwx. 1 root root 83 Aug  5 01:44 /usr/libexec/stickshift/cartridges/jbosseap-6.0/info/hooks/preconfigure -> /usr/libexec/stickshift/cartridges/jbosseap-6.0/../abstract/info/hooks/preconfigure

The file 'preconfigure' is not exist under /usr/libexec/stickshift/cartridges/abstract/info/hooks/ dir


Expected results:
Step 2:
The path should be "/usr/libexec/stickshift/cartridges/embedded/phpmyadmin-3.4/../../abstract/info/connection-hooks/set-db-connection-info"
Step 3:
Add a file 'preconfigure' under  /usr/libexec/stickshift/cartridges/abstract/info/hooks/ dir 

Additional info:
none

Comment 1 Xiaoli Tian 2012-08-06 10:08:26 UTC
Reduce severity to low, since phpmyadmin could conncet to mysql successfully , jbosseap app could be created successfully, and it will not affect most users.

Comment 2 Dan Mace 2012-08-13 21:32:13 UTC
Resolved by https://github.com/openshift/crankcase/pull/366

Comment 3 xjia 2012-08-15 02:55:44 UTC
Verify.
The broken symlinks has been fixed.


Note You need to log in before you can comment on or make changes to this bug.