Bug 523387 - mdadm --stop /dev/md# should remove md# from sysfs and /dev
Summary: mdadm --stop /dev/md# should remove md# from sysfs and /dev
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: mdadm
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Doug Ledford
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-15 10:04 UTC by Hans de Goede
Modified: 2010-02-19 20:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-19 20:47:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Hans de Goede 2009-09-15 10:04:32 UTC
Doing:
mdadm --stop /dev/md#

Results in md# being removed from /proc/mdstat (as it should), but for some
reason /sys/block/md# (and thus the /dev/md# created by udev) stick around.

Monitoring udev events reveals that /sys/block/md# actually disappears, but
at the very end seems to get recreated (by mdadm I assume) for some strange
reason.

Comment 1 Bug Zapper 2009-11-16 12:25:02 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Doug Ledford 2010-02-19 20:47:08 UTC
This doesn't appear to be related to mdadm in any way.  An strace of mdadm shows that it has nothing to do with the recreate events that the kernel issues to udev.  I suspect that when they attempted to change the kernel to completely remove stopped devices, that either race conditions or user space breakages were encountered, so now the kernel stops the active array and recreates a new, blank array place holder.  As such I'm closing this as WONTFIX (partially because regardless of whether or not it's fixed, mdadm isn't the culprit, and partially because I suspect it really needs to be WONTFIX until upstream decides to fix it).


Note You need to log in before you can comment on or make changes to this bug.