[Bug 1548303] Re: Stale references to /lib/udev/rules.d/95-multipath.rules linger
ChristianEhrhardt
1548303 at bugs.launchpad.net
Tue Jul 18 12:52:59 UTC 2017
- default prio is 60 (see man dh_installudev) which is after 55
- 60-multipath.rules also is the name it is referenced in debian/initramfs/hooks in Debian
- Now delivered due to the Debian bug I opened since:
commit 6b749a5251e12ed4da92de7b79ddf7ef15f343af
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date: Fri Mar 24 17:28:11 2017 +0530
Ship multipath udev rules
- There was a minimal update since in the past the ship of that got removed (because the file
wasn't moved into debian/*, that is updated and now should work in Debian and Ubuntu)
- Part of the upcoming merge, bug will auto-close once the merge is complete.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1548303
Title:
Stale references to /lib/udev/rules.d/95-multipath.rules linger
Status in multipath-tools package in Ubuntu:
Triaged
Status in multipath-tools package in Debian:
Fix Released
Bug description:
/lib/udev/rules.d/95-multipath.rules was removed in multipath-tools
0.4.9-3ubuntu7.5.
While researching an unrelated issue, I noticed that /usr/share
/initramfs-tools/hooks/multipath still refer to this file:
add_udev_rules()
{
for rules in 95-multipath.rules; do
if [ -e /lib/udev/rules.d/$rules ]; then
cp -p /lib/udev/rules.d/$rules $DESTDIR/lib/udev/rules.d/
fi
done
}
This is dead code that it would probably be best to remove.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1548303/+subscriptions
More information about the foundations-bugs
mailing list