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 150435 Details for
Bug 199724
single node mirror leg failure causes > 3 min lvm deadlock
[?]
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 that shows the problem
foo.sh (text/plain), 1.16 KB, created by
Jonathan Earl Brassow
on 2007-03-19 21:22:24 UTC
(
hide
)
Description:
script that shows the problem
Filename:
MIME Type:
Creator:
Jonathan Earl Brassow
Created:
2007-03-19 21:22:24 UTC
Size:
1.16 KB
patch
obsolete
>#!/bin/bash > >lvcreate -m1 -l 1024 -n lv1 vg --nosync /dev/sda1:0-1023 /dev/sdb1:0-1023 /dev/sdc1:0 >lvcreate -m1 -l 1024 -n lv2 vg --nosync /dev/sda1:1024-2047 /dev/sdb1:1024-2047 /dev/sdc1:1 >lvcreate -m1 -l 1024 -n lv3 vg --nosync /dev/sda1:2048-3071 /dev/sdb1:2048-3071 /dev/sdc1:2 > >for i in 1 2 3 ; do mkfs.ext3 /dev/vg/lv$i; done > >echo "Capturing messages" >tail -f /var/log/messages > messages.txt & > >echo "Mounting file systems" >for i in 1 2 3 ; do mkdir -p /mnt/gfs$i; mount /dev/vg/lv$i /mnt/gfs$i; done >for i in 1 2 3 ; do mkdir /mnt/gfs$i/`hostname -s`; done > >echo "FS mounted, starting tests" >/pub/test_cases/perf_matrix.pl of=/mnt/gfs1/`hostname -s`/perf tmin=1073741824& >/pub/test_cases/perf_matrix.pl of=/mnt/gfs2/`hostname -s`/perf tmin=1073741824& >/pub/test_cases/perf_matrix.pl of=/mnt/gfs3/`hostname -s`/perf tmin=1073741824& > >echo "**** TIME TO KILL DEVICE ****" > >a1=(`ls -l messages.txt`) >while ! grep Error messages.txt >& /dev/null; do > sleep 45 > b1=(`ls -l messages.txt`) > echo "" > date > if [ ${a1[4]} -lt ${b1[4]} ] ; then > echo "messages.txt: Still growing" > else > echo "messages.txt: Static" > fi > a1=(`ls -l messages.txt`) >done > >echo "ERRORS PRODUCED!!!" >
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 199724
: 150435