Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 666105 Details for
Bug 888174
low read performance on stripped replicated volume in 3.4.0qa5
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Potential regression test script
bug-888174.t (text/troff), 826 bytes, created by
Brian Foster
on 2012-12-19 14:42:27 UTC
(
hide
)
Description:
Potential regression test script
Filename:
MIME Type:
Creator:
Brian Foster
Created:
2012-12-19 14:42:27 UTC
Size:
826 bytes
patch
obsolete
>#!/bin/bash ># ># Bug 888174 ># ># Test that races with post-op-delay do not interfere with performance. Send ># repeated open-write-close sequences to a file in a tight loop and verify that ># the entire operation completes in a minimum amount of time. Occurrences of the ># race manifest as flush failures to push a delayed post-op and unnecessary ># delays on subsequent writes due to waiting on locks. > >. $(dirname $0)/../include.rc > >cleanup; > >TEST glusterd > >TEST $CLI volume create $V0 rep 2 $H0:$B0/${V0}{1,2} >TEST $CLI volume start $V0 > >TEST glusterfs --volfile-id=$V0 --volfile-server=$H0 $M0 > >date1=`date +%s` >for i in {0..9} >do > echo 1 >> $M0/file >done >date2=`date +%s` > >optime=$(($date2 - $date1)) >TEST [ $optime -le 5 ] > >TEST rm -f $M0/file >TEST umount $M0 > >TEST $CLI volume stop $V0 >TEST $CLI volume delete $V0 > >cleanup;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 888174
: 666105