Bug 849540

Summary: saving snapshot finished without a word on windows
Product: OKD Reporter: Meng Bo <bmeng>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: johnp
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fork_ami_US2597_US2599_US2813_US2817_US2872_US2816_US2814_207 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-06 18:49:49 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 Meng Bo 2012-08-20 07:17:07 UTC
Description of problem:
Take sanpshot of app on windows, it will finish without any text to let user know.

Version-Release number of selected component (if applicable):
rhc-0.97.12

How reproducible:
always

Steps to Reproduce:
1.Create app on Windows
2.Try to take snapshot for this app
3.
  
Actual results:
C:\Users\window7>rhc app snapshot save -a php1
Password:

Pulling down a snapshot to php1.tar.gz...

C:\Users\window7>

Expected results:
Should have the same output as Linux, at least tell user the pulling down finished.

Additional info:
Liunx output:

[bmeng@localhost ~]$ rhc app snapshot save -a php1s -d
Submitting form:
debug: true
rhlogin: bmeng
Contacting https://
Pulling down a snapshot to php1s.tar.gz...

Running extra dump: mongodb_dump.sh
Stopping application...
Waiting for stop to finish
Done
Creating and sending tar.gz
Running extra cleanup: mongodb_cleanup.sh
Starting application...
Done

Comment 1 Fabiano Franz 2012-10-04 19:15:09 UTC
Fixed in the rhc refactoring, the snapshot command will now exit with the RESULT: Success message.

Comment 2 Meng Bo 2012-10-08 11:12:55 UTC
Checked on rhc_fork_ami_209.


$rhc snapshot save -a php1
Pulling down a snapshot to php1.tar.gz...

RESULT:
Success