Description of problem: If you take a snapshot of a stopped gear it will not stop the gear again after the the snapshot is finished Version-Release number of selected component (if applicable): openshift-origin-node-util-1.18.10 How reproducible: Always Steps to Reproduce: 1. rhc app create test -t php-5.3 2. curl --head test-<namespace>.rhcloud.com (verify the app is started and working) 3. rhc app stop test 4. curl --head test-<namespace>.rhcloud.com (should be a 503) 5. ssh <uuid>@test-<namespace>.rhcloud.com "snapshot" > test.tar.gz 6. curl --head test-<namespace>.rhcloud.com (notice it is back to a 200) Actual results: Gear is left running Expected results: Gear should be stopped Additional info: This does not happen when using the rhc utils. I have not found out why as they run the same command.
whearn, I see same behavior using rhc commands... # rhc app stop python001 # rhc cartridge-status python-3.3 -a python001 RESULT: Application is either stopped or inaccessible # rhc snapshot save python001 # rhc cartridge-status python-3.3 -a python001 RESULT: Application is running
derp, you are right, so yes rhc also starts the application back up and leaves it running.
*** This bug has been marked as a duplicate of bug 1030305 ***