Hide Forgot
Description of problem: The install script using $OPENSHIFT_APP_UUID.$OPENSHIFT_APP_UUID which will only be correct on the head gear. $OPENSHIFT_GEAR_UUID is the correct value to use. Additionally, script is calling chown without first sanitizing the UUID's with id. Should be using chown `id -u $OPENSHIFT_GEAR_UUID` Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
https://github.com/openshift/origin-server/pull/3496
Tested on devenv_3716. Create an app of nodejs-0.6. Check the install scripts. It is already using "OPENSHIFT_GEAR_UUID". Mark the defect as verified.