How to Identify the LUN ID Associated with an Instance Volume
PreviousHow To Delete a Volume Stuck in "Reserved" StateNextChange Default Volume Type for Block Storage
Last updated
$ multipath -ll | grep -A5 <DM-NAME>$ multipath -ll | grep -A5 mpathcq
mpathcq (123123123123123abc25abc) dm-9 3PARdata,VV
size=50G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 0:0:1:2 sdv 65:80 active ready running
|- 2:0:3:2 sdab 65:176 active ready running
|- 0:0:0:2 sdz 65:144 active ready running$ ls -l _dev_disk_by-path_ | grep <DEVICE-NAME>$ ls -l _dev_disk_by-path_ | grep sdv
lrwxrwxrwx 1 root root 9 Aug 20 10:15 pci-0000:3b:00.0-fc-0x1235000abc-lun-2 -> .._.._sdv