This time, I got a different error, but only after my tests were running for 
quite some time.  Thus, the log files are very large.  Hopefully, you will be 
able to find something from them.

iozone gave the following error:

read: Bad file descriptor

Here's the script I ran which ran iozone with varying file sizes and record 
sizes.

#!/bin/bash

num=`hostname | sed 's/.baz.emsl.pnl.gov//g' | sed 's/x//g'`

cd /mnt/cephfs
# start at 16 gigs
export FSIZE=16777216
while [ $FSIZE -le 33554432 ]; do
    export RECORD=64
    while [ $RECORD -le 16384 ]; do 
        /home/berwin/iozone3_303_centos5/src/current/iozone -s $FSIZE -r 
$RECORD -i 0 -i 1 > /home/berwin/fstests/ceph/iozone/output$num-$FSIZE-$RECORD
        RECORD=$(( $RECORD * 2 ))
    done
    FSIZE=$(( $FSIZE * 2 ))
done
mail [EMAIL PROTECTED] < /home/berwin/scripts/fstests/msg


File Download Location: 

https://fx.pnl.gov/Files.aspx?EmailID=f6ff7dc6-d96d-4eea-8409-65498c6c3508

* This was an automatically generated message from the PNNL Web File Transfer 
Service.  The file(s) will be available for download for up to 10 days.  Please 
note that some email software does not properly display URL links as 
hyperlinks.  If you can not click the link below, you must copy and paste the 
URL into your web browser.  Be careful to copy and paste the entire link and 
remove any inadvertently added spaces.  

For technical assistance and support, contact the PNNL Help Desk by phone at 
(509) 375-6789 or by email at [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ceph-devel mailing list
Ceph-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ceph-devel

Reply via email to