Bug 762970 (GLUSTER-1238)

Summary: Glusterfs Fails
Product: [Community] GlusterFS Reporter: kumbhar.sandeep
Component: replicateAssignee: Pavan Vilas Sondur <pavan>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.0.5CC: gluster-bugs, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description kumbhar.sandeep 2010-07-28 08:21:03 UTC
Hi Pavan
         I tried the below script for testing my gluster setup:

date > io_time.log
for (( j = 30000 ; j <= 40000; j++ ));
do
dd if=/dev/zero of=file$j.out bs=512K count=2
done
date >> io_time.log

During the script in progress, ls command was in hanged state.Also the Server load was high (100) but the cpu was idle.I tried glusterfs with previous version also but the same problem.

         Please let me how to solve this problem.

Comment 1 Vijay Bellur 2010-08-24 03:15:36 UTC
This is fixed in mainline with the new io-threads scheduling.