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 315191 Details for
Bug 460455
[FOCUS][24] R2:SAN:Hang triggered by filesystem testing on SAN
[?]
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.
online/offline test
san-fault-test.sh (text/plain), 577 bytes, created by
IBM Bug Proxy
on 2008-08-28 10:40:37 UTC
(
hide
)
Description:
online/offline test
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2008-08-28 10:40:37 UTC
Size:
577 bytes
patch
obsolete
>#!/bin/sh > ># specify all paths for your root filesystem paths="sdd sdg" >paths="sda" > >ctr=0; >while true; do > echo -e "\n $ctr iteration \n" > for dev in $paths; do > echo "offlining $dev" > echo offline > /sys/block/${dev}/device/state > done > > i=0 > while [ $i -lt 300000 ]; do > i=$(($i + 1)) > done > > for dev in $paths; do > echo "onlining $dev" > echo running > /sys/block/${dev}/device/state > done > > j=0 > while [ $j -lt 300000 ]; do > j=$(($j + 1)) > done > > ctr=$((ctr + 1)); >done >
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 460455
: 315191 |
316488
|
316618