Skip to main content
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.1k
  • 205
  • 1.8k
  • 2.3k
edited tags
Link
bsd
  • 11.3k
  • 4
  • 32
  • 38
Source Link
sdot257
  • 273
  • 1
  • 10

Multipath device name doesn't display correctly

I'm playing with iscsi and I'm trying to figure out why the vendor/product names aren't showing up correctly. I've restarted all the appropriate services along with a reboot.

Listed below are the output along with an excerpt of the config file.

Output:

LUN-48 (1IET_00020001) dm-0 IET,VIRTUAL-DISK
size=480M features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=0 status=enabled
| `- 3:0:0:1 sdb 8:16 failed faulty running
`-+- policy='round-robin 0' prio=1 status=active
`- 7:0:0:1 sdd 8:48 active ready  running
LUN-30 (1IET_00010001) dm-1 IET,VIRTUAL-DISK
size=300M features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| `- 8:0:0:1 sdc 8:32 active ready  running
`-+- policy='round-robin 0' prio=0 status=enabled
`- 5:0:0:1 sde 8:64 failed faulty running

Here's an excerpt from multipath.conf

devices {
    device {
            vendor "VMware"
            product "Virtual Disk"
    }
}