Bug 825156

Summary: cannot save snapshot by CLI
Product: OKD Reporter: Meng Bo <bmeng>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: medium    
Version: 2.xCC: xtian
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rhc-0.93.11-1+ Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-08 17:58:25 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-05-25 09:09:41 UTC
Description of problem:
cannot take snapshot by both 'rhc app snapshot' and 'rhc-snapshot' commands.

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

How reproducible:
always

Steps to Reproduce:
1.create app 
2.try to take snapshot via rhc client
3.
  
Actual results:
[bmeng@localhost ~]$ rhc app snapshot save -a php1 -f ./test.tar.gz
Password: 

Pulling down a snapshot to ./test.tar.gz...

/usr/lib/ruby/gems/1.8/gems/rhc-0.93.11/lib/rhc-common.rb:793: warning: File::new() does not take block; use File::open() instead


Expected results:
snapshot has been saved successfully.

Additional info:
snapshot can be taken by ssh directly.

ssh 2665d4d02f1a4d62af9ca849276d372e.rhcloud.com 'snapshot' > php1.tar.gz

Comment 1 Fabiano Franz 2012-05-25 20:55:09 UTC
Fixed.

Comment 2 Meng Bo 2012-05-28 09:44:42 UTC
verified on devenv_1806, issue has been fixed.