Hide Forgot
Description of problem: SSH into an existing non-scalable app after server migrate, can not find directory app-deployments. And when pushing changes to the app (without jenkins), met following errors: remote: Permission denied - /var/lib/openshift/5265019f03ef64022e00020b/app-deployments Version-Release number of selected component (if applicable): INT(devenv_3942) How reproducible: always Steps to Reproduce: 1.create an app (without jenkins). 2.migrate the server. 3.SSH into the app and check whethere directory app-deployments exist. 4.make some change in the local repo and git push. Actual results: Step 3: [phpsqlmyadmin-aaa.int.rhcloud.com 5265019f03ef64022e00020b]\> ls app-root git mysql php phpmyadmin Step 4: remote: Stopping PHPMyAdmin cartridge remote: [Fri Oct 25 02:42:41 2013] [warn] PassEnv variable SHELL was undefined remote: [Fri Oct 25 02:42:41 2013] [warn] PassEnv variable USER was undefined remote: [Fri Oct 25 02:42:41 2013] [warn] PassEnv variable LOGNAME was undefined remote: Waiting for stop to finish remote: Stopping PHP cartridge remote: [Fri Oct 25 02:42:42 2013] [warn] PassEnv variable SHELL was undefined remote: [Fri Oct 25 02:42:42 2013] [warn] PassEnv variable USER was undefined remote: [Fri Oct 25 02:42:42 2013] [warn] PassEnv variable LOGNAME was undefined remote: Waiting for stop to finish remote: Stopping MySQL cartridge remote: Permission denied - /var/lib/openshift/5265019f03ef64022e00020b/app-deployments To ssh://5265019f03ef64022e00020b.rhcloud.com/~/git/phpsqlmyadmin.git/ 688db87..b83f85a master -> master Expected results: Changes deployed successfully without errors. Additional info: The directory app-deployments shown in scalable apps. [jbossews2s-lxiamigrate.int.rhcloud.com 5264c9876cec0e4ccb00036e]\> ls app-deployments app-root cron gear-registry git haproxy jbossews jenkins-client
Happens on INT(devenv_3942). But does not met this on migration from devenv_stage to devenv_39##.
Happens on INT(devenv_3942). But does not met this on migration from devenv-stage_528 to devenv_3944.
Should this bug be closed? It appears to be fixed by your testing in later versions.
Still can NOT find the directory app-deployments on INT(devenv_3948). [jbossews2-lxiamigrate.int.rhcloud.com 5264c51403ef642922000319]\> ls app-root cron git jbossews jenkins-client metrics mongodb mysql phpmyadmin postgresql rockmongo
https://github.com/openshift/origin-server/pull/4016
Checked on INT(devenv_3965), the directory app-deployments exist on each gear of my apps. Git push successfully and the changes are there. Move to verified.