Attempts to load non-existent module dm-emc

Bug #1548306 reported by Tore Anderson
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
multipath-tools (Ubuntu)
Fix Released
Low
Unassigned

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.

Tags: bitesize
Changed in multipath-tools (Ubuntu):
status: New → Triaged
importance: Undecided → Low
tags: added: bitesize
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.