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 248471 Details for
Bug 355961
[NetApp-S 5.2 bug] RHEL 5.1 root device multipathed host freezes during FCP path faults
[?]
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.
Path fail testing script using sysfs to offline/online paths
path-fail-test.sh (text/plain), 651 bytes, created by
Kiyoshi Ueda
on 2007-11-05 17:59:08 UTC
(
hide
)
Description:
Path fail testing script using sysfs to offline/online paths
Filename:
MIME Type:
Creator:
Kiyoshi Ueda
Created:
2007-11-05 17:59:08 UTC
Size:
651 bytes
patch
obsolete
>#!/bin/sh > >primaries="sde sdd sdc" >secondaries="sdi sdg sdf" >interval=600 > >fail_path() { > for dev in $*; do > echo "INFO: offline device: $dev" > echo offline > /sys/block/${dev}/device/state > done >} > >reinstate_path() { > for dev in $*; do > echo "INFO: reinstate device: $dev" > echo running > /sys/block/${dev}/device/state > done >} > >while true; do > dmsetup table > dmsetup status > fail_path $primaries > sleep $interval > > dmsetup table > dmsetup status > reinstate_path $primaries > sleep $interval > > dmsetup table > dmsetup status > fail_path $secondaries > sleep $interval > > dmsetup table > dmsetup status > reinstate_path $secondaries > sleep $interval >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 355961
:
240921
| 248471 |
249531
|
250041
|
251291
|
252931