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
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1548306

Title:
  Attempts to load non-existent module dm-emc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1548306/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to