The issue has been isolated to the single line change of launchpad
revision 2760 (while revision 2761 edits the same line again, the
results are the same).

 Specifically: in the file rules.d/60-persistent-storage.rules, this line:
 ACTION=="add", KERNEL=="sr*", ATTR{events_poll_msecs}=="0", 
ATTR{events_poll_msecs}="2000"
 works fine, but when it is changed to this (2760):
 ACTION=="add", KERNEL=="sr*", ATTR{events_poll_msecs}=="-1", 
ATTR{events_poll_msecs}="2000"
 or this (2761 and subsequent):
 ACTION=="add", ATTR{removable}=="1", ATTR{events_poll_msecs}=="-1", 
ATTR{events_poll_msecs}="2000"
 the problem exists.

 Why? The rule is for "sr" or "removeable" devices. The hard disk is an
"sd" device. Why does the change result in issues with the hard disk?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986654

Title:
  disk I/O race condition after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/986654/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to