Hide Forgot
Description of problem: Log in dev instance and perform "rhc-admin-ctl-app" to restart app, it should be return DEBUG OUTPUT.. Version-Release number of selected component (if applicable): rhc-broker-0.84.37-1.el6_2.noarch How reproducible: always Steps to Reproduce: 1. Open a terminal and log in the server and perform "rhc-user-info -l bzhao47" to get a app 2. check app status by "rhc-admin-ctl-app -l bzhao47 -a racktest -c status" 3. if app status is running, so perform "rhc-admin-ctl-app -l bzhao47 -a racktest -c restart" , if app status is stop, so please start app and restart app Actual results: Don't return DEBUG OUTPUT Expected results: it should return DEBUG OUTPUT, such as. EBUG OUTPUT: httpd running, trying to restart or Waiting for restart to finish Additional info:
Debug output should only show up if there is an error from the cartridge. There was a bug a few weeks back with the mirage merge that it was always showing up. I have fixed the command to at least show a success message.
Passed verification against rhc-broker-0.84.40-1.el6_2.noarch