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 294369 Details for
Bug 428751
GFS2 is not cluster coherent
[?]
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.
script to generate a herd file to test all write/read combinations
coherency.sh (text/plain), 1.25 KB, created by
Nate Straz
on 2008-02-08 15:54:49 UTC
(
hide
)
Description:
script to generate a herd file to test all write/read combinations
Filename:
MIME Type:
Creator:
Nate Straz
Created:
2008-02-08 15:54:49 UTC
Size:
1.25 KB
patch
obsolete
>#!/bin/sh ># ># Generate a herd file to verify cluster file system coherency between different I/O types. ># > >wsyscalls="write writev pwrite mmwrite" >rsyscalls="read readv pread mmread" >sts_rroot="/usr/tests/sts-rhel5.2" >testuser="testmonkey" >nodes="tank-01 tank-02 tank-03 tank-04" >driver="try" >mntpnt="/mnt/brawl" >session="12321" > >cat <<EOH ><herd name="coherency" > desc="verify cluster coherency between system calls" > scheduler="pan2" > xmlns:xi="http://www.w3.org/2001/XInclude"> > > <pan2_opts exitnonzero="yes" numactive="1"/> > > <d_doio desc="Generic d_doio herd, xincluded in each test case"> >EOH >for node in $nodes; do cat <<EOT > <test name="d_doio-$node" desc="$node d_doio client"> > <cmd> <![CDATA[ > qarsh $testuser@$node "cd $mntpnt && $sts_rroot/bin/d_doio -P $driver -I $session -a -m 1000 -r 100 -n 1" > ]]> </cmd> > </test> > >EOT >done >cat <<EOH > </d_doio> >EOH >for w in $wsyscalls; do for r in $rsyscalls; do cat <<EOH > <herd name="$w-$r" desc="verify $w with $r" scheduler="pan2"> > <pan2_opts sequential="yes" numactive="all" exitnonzero="yes"/> > <test name="d_iogen"> > <cmd> <![CDATA[ > d_iogen -I $session -i 1200s -s $w -v $r -F 1m:$w-$r > ]]> </cmd> > </test> > <xi:include xpointer="xpointer(//d_doio/test)"/> > </herd> >EOH >done; done >cat <<EOH ></herd> >EOH
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 428751
:
291873
|
291980
|
292006
| 294369 |
295573
|
298089