[Bug 1548306] Re: Attempts to load non-existent module dm-emc
ChristianEhrhardt
1548306 at bugs.launchpad.net
Fri Nov 25 09:27:50 UTC 2016
Hi - thank you for your Report.
Unfortunately it seems this was forgotten to update.
This was fixed in 0.5.0+git1.656f8865-5ubuntu2 (xenial) quite a while
ago.
** Changed in: multipath-tools (Ubuntu)
Status: Triaged => Fix Released
--
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/1548306
Title:
Attempts to load non-existent module dm-emc
Status in multipath-tools package in Ubuntu:
Fix Released
Bug description:
The scripts in the multipath-tools-boot referer to a non-existent
module "dm-emc":
/usr/share/initramfs-tools/hooks/multipath:
for x in dm-multipath dm-round-robin dm-emc; do
manual_add_modules ${x}
done
/usr/share/initramfs-tools/scripts/local-top/multipath:
MP_MODULES="dm-multipath dm-emc"
[...]
for module in ${MP_MODULES}; do
if modprobe --syslog "$module"; then
verbose && log_success_msg "loaded module ${module}."
else
log_failure_msg "failed to load module ${module}."
fi
done
The latter code block causes a harmless error message to appear on
each boot.
I believe the references to "dm-emc" can be simply removed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1548306/+subscriptions
More information about the foundations-bugs
mailing list