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:
Verified this bug with rhc-broker-0.84.34-1.el6_2.noarch on devenv_209, and PASSED.