** Summary changed:

- Segfault when readding removable devices
+ Segfault when readding hotplug devices

** Description changed:

  Binary package hint: mdadm
  
  
- When an external drive with a raid 1 member (say /dev/sdc1) gets disconnected 
and is subsequently  re-added with "mdadm --add /dev/md0 /dev/sdd1" mdadm quits 
with "segmentation fault".
+ When an hotplugable raid 1 member (say /dev/sdc1) gets disconnected and is 
subsequently  re-added with "mdadm --add /dev/md0 /dev/sdd1" mdadm quits with 
"segmentation fault".
  
- The udev rules supplied for mdadm should trigger a "mdadm --fail
- <devname> --remove <devname>" as soon as possible on an udev removal
- event.
+ The udev rules supplied with mdadm need to trigger a "mdadm --fail
+ <devname> --remove <devname>" as soon as possible on udev removal
+ events.
  
- This needs to be removed quickly (ACTION=="remove", 
SUBSYSTEM=="scsi_generic") bevore the device node ist deleted and the device 
can't be removed any more.
+ The member partitions need to be removed quickly (i.e. ACTION=="remove", 
SUBSYSTEM=="scsi_generic") before the device node ist deleted, because then the 
device can't be removed from the array any more.
  (German testreport 
http://www.rob-schulze.de/publikationen/frickelworx/usb-raid/)

-- 
Segfault when readding hotplug devices
https://bugs.launchpad.net/bugs/244803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to