Bug 762970 (GLUSTER-1238) - Glusterfs Fails
Summary: Glusterfs Fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-1238
Product: GlusterFS
Classification: Community
Component: replicate
Version: 3.0.5
Hardware: All
OS: All
low
medium
Target Milestone: ---
Assignee: Pavan Vilas Sondur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-28 08:21 UTC by kumbhar.sandeep
Modified: 2015-12-01 16:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

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.


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