Bug 772151

Summary: Symbolic link for user's app is not created after move this app from one node to another node.
Product: OKD Reporter: Johnny Liu <jialiu>
Component: PodAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.xCC: dmcphers
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rhc-broker-0.84.30-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-16 21:09:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Johnny Liu 2012-01-06 07:21:24 UTC
Description of problem:
Setup a mutli node env, create an app on server, run rhc-admin-move command to move this app from one node to another node. Go to destination node, check /var/lib/libra dir, found the app dir is moved successfully, but symbolic link for this app is missing.

Version-Release number of selected component (if applicable):
rhc-broker-0.84.28-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1. Setup a mutli node env
2. Create an app
3. Log into libra server, run "rhc-admin-move" command to move this app from one node to another node.
4. Log into the destination node, check symbolic link for this app in /var/lib/libra dir
  
Actual results:
Symbolic link for this app is missing.

Expected results:
Symbolic link for this app should be also moved, this will be helpful for developer's debug.

Additional info:

Comment 1 Johnny Liu 2012-01-09 07:36:41 UTC
Verified this bug with rhc-broker-0.84.34-1.el6_2.noarch on devenv_209, and PASSED.