Comment 10 for bug 1682178

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Sure, thanks for the reminder. The verification is okay! Updating the (new) tags.

proposed:
--------

# dpkg -s multipath-tools-boot | grep ^Version:
Version: 0.6.4-3ubuntu4

...
Begin: Running /scripts/local-bottom ... Begin: Stopping multipathd ... done.
[... it takes a few seconds at this point ...]
done.
...
[ OK ] Listening on multipathd control socket.
...
[ OK ] Started Device-Mapper Multipath Device Controller.
...

current:
-------

# dpkg -s multipath-tools-boot | grep ^Version:
Version: 0.6.4-3ubuntu3

...
Begin: Running /scripts/local-bottom ... Begin: Stopping multipathd ... done.
done.
...
[FAILED] Failed to listen on multipathd control socket.
See 'systemctl status multipathd.socket' for details.
...
[FAILED] Failed to start Device-Mapper Multipath Device Controller.
See 'systemctl status multipathd.service' for details.
...

# systemctl status multipathd.socket --no-pager
  multipathd.socket - multipathd control socket
   Loaded: loaded (/lib/systemd/system/multipathd.socket; static; vendor preset: enabled)
   Active: failed (Result: resources)
   Listen: @/org/kernel/linux/storage/multipathd (Stream)

# systemctl status multipathd.service --no-pager -l
  multipathd.service - Device-Mapper Multipath Device Controller
   Loaded: loaded (/lib/systemd/system/multipathd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2017-06-27 13:01:04 CDT; 2min 18s ago
 Main PID: 782 (code=exited, status=1/FAILURE)
      CPU: 10ms

Jun 27 13:01:04 ubuntu systemd[1]: Starting Device-Mapper Multipath Device Controller...
Jun 27 13:01:04 ubuntu multipathd[782]: process is already running
Jun 27 13:01:04 ubuntu systemd[1]: multipathd.service: Main process exited, code=exited, status=1/FAILURE
Jun 27 13:01:04 ubuntu systemd[1]: Failed to start Device-Mapper Multipath Device Controller.
Jun 27 13:01:04 ubuntu systemd[1]: multipathd.service: Unit entered failed state.
Jun 27 13:01:04 ubuntu systemd[1]: multipathd.service: Failed with result 'exit-code'.