[Bug 1548306] [NEW] Attempts to load non-existent module dm-emc

Tore Anderson tore at fud.no
Mon Feb 22 13:06:11 UTC 2016


Public bug reported:

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.

** Affects: multipath-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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