Bug 1225383

Summary: Quota: with NFS brick process hangs with too many parallel IOs
Product: [Community] GlusterFS Reporter: Vijaikumar Mallikarjuna <vmallika>
Component: quotaAssignee: bugs <bugs>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.7.0CC: bugs, gluster-bugs, smohan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-27 10:49:26 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 Vijaikumar Mallikarjuna 2015-05-27 09:22:59 UTC
Description of problem:


With NFS mount, brick process hangs with too many parallel IOs.
Below testcase hangs:

1) Create a Disperse volume with 3 bricks
2) From NFS mount point execute below command
   dd if=/dev/zero of=/file1 bs=1020M count=1

NFS client splits 1024M block size to multiple chunks of size 256k and does parallel writes

Comment 1 Vijaikumar Mallikarjuna 2015-05-27 10:49:26 UTC
Issue happens even without quota and with single brick.
This could be an issue with NFS client with larger block-size. Closing the bug for now