2012-06-25 09:35:05 |
Dimitri John Ledkov |
bug |
|
|
added bug |
2012-06-25 09:35:16 |
Dimitri John Ledkov |
mdadm (Ubuntu): status |
New |
Triaged |
|
2012-06-25 09:35:20 |
Dimitri John Ledkov |
mdadm (Ubuntu): importance |
Undecided |
Medium |
|
2012-06-25 09:35:22 |
Dimitri John Ledkov |
mdadm (Ubuntu): assignee |
|
Dmitrijs Ledkovs (dmitrij.ledkov) |
|
2012-06-25 10:00:14 |
Launchpad Janitor |
mdadm (Ubuntu): status |
Triaged |
Fix Released |
|
2012-06-25 18:32:14 |
Dimitri John Ledkov |
nominated for series |
|
Ubuntu Precise |
|
2012-06-25 18:32:14 |
Dimitri John Ledkov |
bug task added |
|
mdadm (Ubuntu Precise) |
|
2012-06-25 18:32:14 |
Dimitri John Ledkov |
nominated for series |
|
Ubuntu Quantal |
|
2012-06-25 18:32:14 |
Dimitri John Ledkov |
bug task added |
|
mdadm (Ubuntu Quantal) |
|
2012-06-25 18:33:39 |
Dimitri John Ledkov |
mdadm (Ubuntu Precise): status |
New |
Triaged |
|
2012-06-25 18:33:44 |
Dimitri John Ledkov |
mdadm (Ubuntu Precise): assignee |
|
Dmitrijs Ledkovs (dmitrij.ledkov) |
|
2012-06-25 18:33:47 |
Dimitri John Ledkov |
mdadm (Ubuntu Precise): importance |
Undecided |
Medium |
|
2012-06-25 18:33:51 |
Dimitri John Ledkov |
mdadm (Ubuntu Precise): milestone |
|
ubuntu-12.04.1 |
|
2012-06-26 09:05:49 |
Dimitri John Ledkov |
description |
the initramfs-tools hook should copy the administrator udev rule override, if it is available. |
[IMPACT]
* Previously overriding the system mdadm rule was not copied into initramfs, thus had no effect at boot
* The fix is to check for existence of the mdadm rule override in the /etc/udev/rules.d and copy it into the initramfs in addition to the system udev rule
[TESTCASE]
* Touch the udev rule overrided (Note old package ships two udev rules as per bug 1002357):
* Update the initramfs
* Unpack the initramfs NB! use your correct name for the inird.img file name!
* Search for the udev rule override
$ sudo touch /etc/udev/rules.d/65-mdadm-blkid.rules
$ sudo touch /etc/udev/rules.d/85-mdadm.rules
$ update-initramfs -u
$ cd `mktemp -d` && gzip -dc /boot/initrd.img-3.4.0-5-generic | cpio -ivd
$ find -name '*.rules' -empty
# No output
* Upgrade the package and repeat
$ sudo touch /etc/udev/rules.d/64-md-raid.rules
$ update-initramfs -u
$ cd `mktemp -d` && gzip -dc /boot/initrd.img-3.4.0-5-generic | cpio -ivd
$ find -name '*.rules' -empty
# Expect the location of the empty rules override
[Regression Potential]
* Systems administrators who by lucky chance where overriding upsteam udev rules name, which previously was not present on Ubuntu, may be surprised or annoyed that their change now got copied into initramfs and affected their boot.
* Same as in the bug 968074, the default udev rule has changed. Users who relied on the previous, incomplete/broken, udev rules may be pleasantly surprised or annoyed that the udev rule name has changed to match the one of Debian and upstream.
* System administrators need to check their /etc/udev/rules.d/ to make sure that (a) they do not override mdadm rules (b) if they do, check that those overrides are still needed (c) that the override is named to match the new udev rule name. |
|
2012-07-25 13:55:37 |
Stéphane Graber |
mdadm (Ubuntu Precise): status |
Triaged |
In Progress |
|
2012-07-26 05:05:22 |
Steve Langasek |
mdadm (Ubuntu Precise): status |
In Progress |
Fix Committed |
|
2012-07-26 05:05:25 |
Steve Langasek |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2012-07-26 05:05:31 |
Steve Langasek |
bug |
|
|
added subscriber SRU Verification |
2012-07-26 05:05:33 |
Steve Langasek |
tags |
|
verification-needed |
|
2012-08-13 10:25:14 |
Dimitri John Ledkov |
tags |
verification-needed |
verification-done |
|
2012-08-13 19:43:16 |
Steve Langasek |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2012-08-13 19:43:18 |
Launchpad Janitor |
mdadm (Ubuntu Precise): status |
Fix Committed |
Fix Released |
|
2012-08-21 16:56:43 |
Launchpad Janitor |
branch linked |
|
lp:~ubuntu-branches/ubuntu/quantal/mdadm/quantal |
|
2012-08-21 16:57:33 |
Launchpad Janitor |
branch linked |
|
lp:~ubuntu-branches/ubuntu/precise/mdadm/precise-proposed |
|