Bug 811501

Summary: object-strorage: uploading file of more than 5GB fails
Product: [Community] GlusterFS Reporter: Saurabh <saujain>
Component: object-storageAssignee: Junaid <junaid>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: pre-releaseCC: gluster-bugs, mzywusko, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:33:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: 3.3.0qa38 and gluster-swift-1.0 Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 817967    

Description Saurabh 2012-04-11 09:37:41 UTC
Description of problem:

trying to upload a file of size more than 5GB fails 


Version-Release number of selected component (if applicable):
3.3.0qa33 and latest tarball

How reproducible:
always

Steps to Reproduce:
1. create a file of more than 5GB
2. try to upload it using curl
3.
  
Actual results:
failure seen, with this message,
curl: (55) select/poll returned error
Your request is too large.

This issue is seen on latest tarball.

Expected results:
with glusterfs as backen there are no size limits for large files

Additional info:

Comment 1 Junaid 2012-04-17 11:34:40 UTC
There was new check which the diff for 1.4.5 had not covered. The updated code will be available in new rpms.

Comment 2 Saurabh 2012-04-24 11:05:51 UTC
tried to upload a file of 6GB and it works this time.