Please just paste the contents and don't upload such short outputs. Also I don't think there's a timing issue. Either multipath can see block devices or it doesn't, that's more a question whether your ISCSI setup was working properly beforehand.
Just for clarity, do you know what multipath is intended for, and did you use or configure it at all beforehand?
If you want the multipath map to have a different name then the default one, which comes from the WWPN (3202e0013781103c0 in your case)
then you want to add a multipath section in /etc/multipath.conf - see "multipaths section" in the man page for multipath.conf.
- Code: Select all
multipath {
wwid 3202e0013781103c0
alias iscsi_multipath_1
}
Finally, what is the name of the multipath device? Something I can mount via fstab to work with...
See above for a user friendly name. Although how do you want to mount a block device ?
If you want to use the block device for something then it would be /dev/mpath/iscsi_multipath_1 or /dev/mapper/iscsi_multipath_1 for the above alias (or respectively /dev/mapper/3202e0013781103c0 without an alias).