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 594742 Details for
Bug 753335
mdadm starts resync on imsm raid even in Normal state
[?]
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.
[patch]
patch for /usr/lib/dracut/modules.d/90mdraid/md-shutdown.sh
md-shutdown.patch (text/plain), 1.01 KB, created by
Harald Hoyer
on 2012-06-27 10:05:06 UTC
(
hide
)
Description:
patch for /usr/lib/dracut/modules.d/90mdraid/md-shutdown.sh
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2012-06-27 10:05:06 UTC
Size:
1.01 KB
patch
obsolete
>commit 57038a41fac7db2ae90a6cbc10cf9b737768a115 >Author: Harald Hoyer <harald@redhat.com> >Date: Fri Jun 8 10:28:31 2012 +0200 > > mdraid/md-shutdown.sh: wait until md devices are clean > >diff --git a/modules.d/90mdraid/md-shutdown.sh b/modules.d/90mdraid/md-shutdown.sh >index 0d41008..1e6c9f6 100755 >--- a/modules.d/90mdraid/md-shutdown.sh >+++ b/modules.d/90mdraid/md-shutdown.sh >@@ -5,12 +5,15 @@ _do_md_shutdown() { > local ret > local final=$1 > local _offroot=$(strstr "$(mdadm --help-options 2>&1)" offroot && echo --offroot) >- info "Disassembling mdraid devices." >- mdadm $_offroot -v --stop --scan >+ info "Waiting for mdraid devices to be clean." >+ mdadm $_offroot -vv --wait-clean --scan| vinfo > ret=$? >+ info "Disassembling mdraid devices." >+ mdadm $_offroot -vv --stop --scan | vinfo >+ ret=$(($ret+$?)) > if [ "x$final" != "x" ]; then >- info "cat /proc/mdstat" >- cat /proc/mdstat | vinfo >+ info "/proc/mdstat:" >+ vinfo < /proc/mdstat > fi > return $ret > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 753335
:
581037
|
581045
| 594742