Skip to content

Instantly share code, notes, and snippets.

@amito
Created October 2, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amito/4108cd7ee895baecc9a6412e7c5fdeac to your computer and use it in GitHub Desktop.
Save amito/4108cd7ee895baecc9a6412e7c5fdeac to your computer and use it in GitHub Desktop.
multipath-tools-bug
root@host-ci080 (Ubuntu 14.04) ➜ ~ multipath -l 16-10-02 12:23
mpath2 (36742b0f0000075500000000000002de4) dm-2 NFINIDAT,InfiniBox
size=954M features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=-1 status=active
`- 2:0:0:3 sdd 8:48 active undef running
mpath1 (36742b0f0000075500000000000002de1) dm-1 NFINIDAT,InfiniBox
size=954M features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=-1 status=active
`- 2:0:0:2 sdc 8:32 active undef running
mpath0 (36742b0f0000075500000000000002ddd) dm-0 NFINIDAT,InfiniBox
size=954M features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=-1 status=active
`- 2:0:0:1 sdb 8:16 active undef running
mpath4 (36742b0f0000075500000000000002def) dm-4 NFINIDAT,InfiniBox
size=954M features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=-1 status=active
`- 2:0:0:5 sdf 8:80 active undef running
mpath3 (36742b0f0000075500000000000002dec) dm-3 NFINIDAT,InfiniBox
size=954M features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=-1 status=active
`- 2:0:0:4 sde 8:64 active undef running
root@host-ci080 (Ubuntu 14.04) ➜ ~ multipath -F 16-10-02 12:23
root@host-ci080 (Ubuntu 14.04) ➜ ~ apt-get install -y --force-yes multipath-tools=0.4.9-3ubuntu7 || true 16-10-02 12:23
root@host-ci080 (Ubuntu 14.04) ➜ ~ dpkg -l | grep multipath 16-10-02 12:23
ii multipath-tools 0.4.9-3ubuntu7 amd64 maintain multipath block device access
rc multipath-tools-boot 0.4.9-3ubuntu7.14 all Support booting from multipath devices
root@host-ci080 (Ubuntu 14.04) ➜ ~ dpkg -l | grep kpartx 16-10-02 12:23
ii kpartx 0.4.9-3ubuntu7.14 amd64 create device mappings for partitions
ii kpartx-boot 0.4.9-3ubuntu7.14 all Provides kpartx during boot
root@host-ci080 (Ubuntu 14.04) ➜ ~ apt-get install multipath-tools -y 16-10-02 12:23
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
multipath-tools-boot
The following packages will be upgraded:
multipath-tools
1 upgraded, 0 newly installed, 0 to remove and 199 not upgraded.
Need to get 0 B/132 kB of archives.
After this operation, 22.5 kB of additional disk space will be used.
(Reading database ... 86725 files and directories currently installed.)
Preparing to unpack .../multipath-tools_0.4.9-3ubuntu7.14_amd64.deb ...
* Stopping multipath daemon multipathd [ OK ]
Unpacking multipath-tools (0.4.9-3ubuntu7.14) over (0.4.9-3ubuntu7) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up multipath-tools (0.4.9-3ubuntu7.14) ...
successfully reset wwids
* Starting multipath daemon multipathd [ OK ]
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
root@host-ci080 (Ubuntu 14.04) ➜ ~ multipath -l 16-10-02 12:23
root@host-ci080 (Ubuntu 14.04) ➜ ~ multipath 16-10-02 12:23
Oct 02 12:23:53 | /lib/udev/scsi_id exitted with 1
Oct 02 12:23:53 | /lib/udev/scsi_id exitted with 1
root@host-ci080 (Ubuntu 14.04) ➜ ~ dpkg -l | grep multipath 16-10-02 12:23
ii multipath-tools 0.4.9-3ubuntu7.14 amd64 maintain multipath block device access
rc multipath-tools-boot 0.4.9-3ubuntu7.14 all Support booting from multipath devices
root@host-ci080 (Ubuntu 14.04) ➜ ~ dpkg -l | grep kpartx 16-10-02 12:23
ii kpartx 0.4.9-3ubuntu7.14 amd64 create device mappings for partitions
ii kpartx-boot 0.4.9-3ubuntu7.14 all Provides kpartx during boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment