I had multipath working in the past on all 4 nodes that are connecting to a TrueNAS share. I'm not sure when, but now 2 of the nodes won't utilize multipath anymore and have been struggling to figure out why. I've attempted to verify config files, wwid on the drives, have rebooted them and restarted multipath service but no change.
The multipath.conf file is identical on each one:
And the device WWIDs are present on each node, though I do notice they have different mappings from /sdc to /sdi depending on the node, if this piece matters?
They are present in the wwids:
The first node below is one that is not working, and the second entry looks fine. What else can I check?
PVE NODE 1 (no longer working)
PVE NODE 4 (working)
The multipath.conf file is identical on each one:
code_language.shell:
~# cat /etc/multipath.conf
blacklist {
wwid .*
}
blacklist_exceptions {
wwid "36589cfc000000564f17ba1e2c35fde22"
wwid "36589cfc000000c942157c6355c3e1c7e"
wwid "36589cfc00000061b98ff986eb4c5d026"
wwid "36589cfc0000003058d269875bf10299b"
}
defaults {
polling_interval 2
path_selector "round-robin 0"
path_grouping_policy multibus
uid_attribute ID_SERIAL
rr_min_io 100
failback immediate
no_path_retry queue
user_friendly_names yes
}
And the device WWIDs are present on each node, though I do notice they have different mappings from /sdc to /sdi depending on the node, if this piece matters?
code_language.shell:
~# /lib/udev/scsi_id -g -u -d /dev/sdc
36589cfc000000c942157c6355c3e1c7e
~# /lib/udev/scsi_id -g -u -d /dev/sde
36589cfc000000564f17ba1e2c35fde22
~# /lib/udev/scsi_id -g -u -d /dev/sdg
36589cfc00000061b98ff986eb4c5d026
~# /lib/udev/scsi_id -g -u -d /dev/sdi
36589cfc0000003058d269875bf10299b
They are present in the wwids:
code_language.shell:
~# cat /etc/multipath/wwids
# Multipath wwids, Version : 1.0
# NOTE: This file is automatically maintained by multipath and multipathd.
# You should not need to edit this file in normal circumstances.
#
# Valid WWIDs:
/36589cfc000000564f17ba1e2c35fde22/
/36589cfc000000c942157c6355c3e1c7e/
/36589cfc00000061b98ff986eb4c5d026/
/36589cfc0000003058d269875bf10299b/
The first node below is one that is not working, and the second entry looks fine. What else can I check?
PVE NODE 1 (no longer working)
code_language.shell:
pve-01:~# multipath -ll
mpatha (36589cfc000000c942157c6355c3e1c7e) dm-22 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
`- 8:0:0:0 sdd 8:48 active ready running
mpathb (36589cfc00000061b98ff986eb4c5d026) dm-0 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
`- 7:0:0:0 sdc 8:32 active ready running
mpathc (36589cfc000000564f17ba1e2c35fde22) dm-24 TrueNAS,iSCSI Disk
size=3.2T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
`- 9:0:0:0 sde 8:64 active ready running
mpathd (36589cfc0000003058d269875bf10299b) dm-23 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
`- 10:0:0:0 sdf 8:80 active ready running
PVE NODE 4 (working)
code_language.shell:
pve-04:~# multipath -ll
mpatha (36589cfc000000c942157c6355c3e1c7e) dm-0 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 8:0:0:0 sdd 8:48 active ready running
`- 7:0:0:0 sdc 8:32 active ready running
mpathb (36589cfc00000061b98ff986eb4c5d026) dm-15 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 11:0:0:0 sdg 8:96 active ready running
`- 12:0:0:0 sdh 8:112 active ready running
mpathc (36589cfc000000564f17ba1e2c35fde22) dm-14 TrueNAS,iSCSI Disk
size=3.2T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 10:0:0:0 sdf 8:80 active ready running
`- 9:0:0:0 sde 8:64 active ready running
mpathd (36589cfc0000003058d269875bf10299b) dm-41 TrueNAS,iSCSI Disk
size=4.0T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
`- 13:0:0:0 sdi 8:128 active ready running
Last edited: