Bug 962375

Summary: OPENSHIFT_SYNC_GEARS_DIRS' value is not migrated to the raw format for python2.6/3.3
Product: OKD Reporter: zhaozhanqi <zzhao>
Component: ContainersAssignee: Paul Morie <pmorie>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, mpatel, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-11 03:56:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description zhaozhanqi 2013-05-13 09:57:27 UTC
Description of problem:
after migration, cat .env/OPENSHIFT_SYNC_GEARS_DIRS
export OPENSHIFT_SYNC_GEARS_DIRS=( "repo" "node_modules" "../.m2" ".openshift" "deployments" "perl5lib" "phplib" )

It should be migrated to raw format

Version-Release number of selected component (if applicable):
Upgrading devenv-stage_351 to devenv_3219 and migrate

How reproducible:
always

Steps to Reproduce:
1. Launch a devenv-stage_351 ami
2. Create an app python-2.6/3.3
3. scp -r ~/devenv-local and /etc/yum.repos.d/local.repo from devenv_3219 instance to same location on devenv-stage_351 instance
4. yum -y update --enablerepo devenv-local (the instance will be default to v2 format after upgrade)
5. rhc-v2-migrate --version 2.0.28
6. login on app
   cat .env/OPENSHIFT_SYNC_GEARS_DIRS
  
Actual results:

cat .env/OPENSHIFT_SYNC_GEARS_DIRS
export OPENSHIFT_SYNC_GEARS_DIRS=( "repo" "node_modules" "../.m2" ".openshift" "deployments" "perl5lib" "phplib" )

Expected results:
Its value should be like this:
 cat .env/OPENSHIFT_SYNC_GEARS_DIRS
 "repo" "node_modules" "../.m2" ".openshift" "deployments" "perl5lib" "phplib"  

Additional info:

Comment 2 Paul Morie 2013-05-14 23:20:19 UTC
Fix will be in devenv 3228

Comment 3 zhaozhanqi 2013-05-16 09:56:31 UTC
check on devenv_3232, this issue have fixed, change status to verified.

After migration from devenv-stage_353 to devenv_3232

 cat .env/OPENSHIFT_SYNC_GEARS_DIRS 
( repo" "node_modules" "../.m2" ".openshift" "deployments" "perl5lib" "phplib" )