Bug 974994 - No firendly prompting message after git push 2G file failed
Summary: No firendly prompting message after git push 2G file failed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-17 10:34 UTC by Lei Zhang
Modified: 2015-05-14 23:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-15 15:11:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lei Zhang 2013-06-17 10:34:37 UTC
Description of problem:
git push one 2G file, the output should contain "fail due to exceeding the quota".

Version-Release number of selected component (if applicable):
devenv_3368
rhc-1.10.1 build from devenv_3368

How reproducible:
always

Steps to Reproduce:
1. rhc app create -a app1 -t php-5.3
2. cd app1&&dd if=/dev/zero of=test.tmp bs=1M count=2000
3. git add -A && git commit -amp && git push

Actual results:
No firendly prompting message after git push file failed 

Expected results:
The output should contain "fail due to exceeding the quota" prompting message. 

Additional info:
Failed log
error: unpack-objects died of signal 9
error: unpack failed: unpack-objects abnormal exit
To ssh://e8d74fecd72911e2bde912313d23a556.rhcloud.com/~/git/myphp.git/
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'ssh://e8d74fecd72911e2bde912313d23a556.rhcloud.com/~/git/myphp.git/'

Comment 1 Jhon Honce 2013-08-15 15:11:26 UTC
At the point in the workflow this fails, we cannot provide a better message.  If the user ssh'es into the gear they will be provided a message about exceeding their quota.


Note You need to log in before you can comment on or make changes to this bug.