Hi,
I have configured multipath, well attempted to on CentOS7, all was fine until I rebooted the system and all my partitions had disappeared? I have this server in production so rebooting is difficult. When leaving the multipath.conf as default I have experienced the issue. In fact I did not make the alias changes to the multipath.conf until Friday morning before 13/10/2017 but I have not restarted the multipathd.
OK here is my config:
cd /dev/mapper
ll
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpatha → …/dm-3
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpatha1 → …/dm-7
lrwxrwxrwx. 1 root root 8 Oct 12 10:24 mpatha1p1 → …/dm-12
lrwxrwxrwx. 1 root root 8 Oct 12 10:24 mpatha1p1p1 → …/dm-13
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathb → …/dm-4
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathb1 → …/dm-8
lrwxrwxrwx. 1 root root 8 Oct 12 10:24 mpathb1p1 → …/dm-15
lrwxrwxrwx. 1 root root 8 Oct 12 10:09 mpathb2 → …/dm-10
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathc → …/dm-2
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathc1 → …/dm-6
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 mpathc1p1 → …/dm-17
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 mpathc1p1p1 → …/dm-18
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathd → …/dm-5
lrwxrwxrwx. 1 root root 7 Oct 12 10:09 mpathd1 → …/dm-9
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 mpathd1p1 → …/dm-20
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 mpathd1p1p1 → …/dm-21
lrwxrwxrwx. 1 root root 8 Oct 12 10:24 vg_file01_vdp-lv_file01 → …/dm-16
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 vg_iscsi_storage-lv_iscsi_storage → …/dm-19
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 vg_iscsi_vdp-lv_vdp → …/dm-22
lrwxrwxrwx. 1 root root 8 Oct 12 10:24 vg_iscsi_vms-lv_iscsi_vm → …/dm-14
OK so I rightly or wrongly read that to get multipath’s you have to create the partitions on the /dev/mapper/mpath*1 so that is what I did, as you can see from the output above I had a few issues creating these (perhaps because this was the wrong thing to do?) So what I read just said to run the command again and you will just end up with another partition, for example:
lrwxrwxrwx. 1 root root 8 Oct 12 10:25 mpathc1p1p1 → …/dm-18
While the system is up after using kpartx to hotadd the filesystems all works OK.
Now looking at the default config for multipath.conf by going into ‘multipathd -k’ and using the ‘show blacklist’ command “dm-” is blacklisted, so I have done the following changes to the multipath.conf:
blacklist_exceptions {
device {
vendor “HP”
product “P2000 G3 FC”
}
devnode “dm-”
}
Use user friendly names, instead of using WWIDs as names.
defaults {
user_friendly_names yes
find_multipaths yes
}
#Multipaths
multipaths {
#----------------- START VG=DESCRIPTION ----------------------
multipath {
wwid 3600c0ff00012e03163ea655901000000
alias hp-mpathb
}
#----------------- END VG=DESCRIPTION ----------------------
#----------------- START VG=DESCRIPTION ----------------------
multipath {
wwid 3600c0ff000dadd07d959635901000000
alias hp-mpatha
}
#----------------- END VG=DESCRIPTION ----------------------
#----------------- START VG=DESCRIPTION ----------------------
multipath {
wwid 3600c0ff00014ebf5c757635901000000
alias hp-mpathc
}
#----------------- END VG=DESCRIPTION ----------------------
#----------------- START VG=DESCRIPTION ----------------------
multipath {
wwid 3600c0ff00012e031efe9655901000000
alias hp-mpathd
}
#----------------- START VG=DESCRIPTION ----------------------
}
devices {
device {
vendor “HP”
product “P2000 G3 FC”
path_grouping_policy multibus
path_checker readsector0
path_selector “round-robin 0”
hardware_handler “0”
failback 15
rr_weight priorities
no_path_retry queue
}
device {
vendor “HP”
product “P2000 G3 FC”
path_grouping_policy multibus
}
}
blacklist {
devnode “^(sda|ram|raw|loop|fd|md|sr|scd|st|cl-home|cl-swap|cl-root)[0-9]*”
}
Now in the multipath.conf, there is a section for configuring multipaths, however the only relevant entry that I could see that I could possibly make here in the example is alias:
#multipaths {
multipath {
wwid 3600508b4000156d700012000000b0000
alias yellow
Do i need to change the alias to one of my multipaths for example, such as /dev/mapper/mpathc1p1p1 for example? But this doesn’t really make a lot of sense to me.
As far as I can tell/understand there is not an entry in the system to state that these paths shown here, should exist during the bootup process:
pvs && vgs && lvs
PV VG Fmt Attr PSize PFree
/dev/mapper/mpatha1p1p1 vg_iscsi_vms lvm2 a-- <2.73t 0
/dev/mapper/mpathb1p1 vg_file01_vdp lvm2 a-- <7.26t 0
/dev/mapper/mpathc1p1p1 vg_iscsi_storage lvm2 a-- <9.09t 0
/dev/mapper/mpathd1p1p1 vg_iscsi_vdp lvm2 a-- 12.73t 0
/dev/sda2 cl lvm2 a-- <135.70g 0
VG #PV #LV #SN Attr VSize VFree
vg_file01_vdp 1 1 0 wz–n- <7.26t 0
vg_iscsi_storage 1 1 0 wz–n- <9.09t 0
vg_iscsi_vdp 1 1 0 wz–n- 12.73t 0
vg_iscsi_vms 1 1 0 wz–n- <2.73t 0
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
lv_file01 vg_file01_vdp -wi-ao---- <7.26t
lv_iscsi_storage vg_iscsi_storage -wi-ao---- <9.09t
lv_vdp vg_iscsi_vdp -wi-ao---- 12.73t
lv_iscsi_vm vg_iscsi_vms -wi-ao---- <2.73t
This turned my attention to the lvm.conf file where the RedHat docco states that if you are using multipath you should add the following entry to the lvm.conf under devices:
filter = [ “r/block/”, “r/disk/”, “r/sd./", "a/./” ]
I did this and updated the initramfs and it caused the system not to boot. Once I removed this from the initramfs the system booted, I believe this is reference to if you are booting from a multipath SAN
if I show the blkid:
blkid
/dev/sda1: UUID=“887de158-d44f-4365-aee5-f16930f5a947” TYPE=“xfs”
/dev/sda2: UUID=“595V2O-D2xc-blZc-iMsc-aKDf-gVwk-wMkD1I” TYPE=“LVM2_member”
/dev/mapper/cl-root: UUID=“cf0bb0fa-de76-4e4e-b2df-a0acaf1a380b” TYPE=“xfs”
/dev/mapper/cl-swap: UUID=“eabf4b79-78d9-41c0-a99c-fb03ca7ba919” TYPE=“swap”
/dev/mapper/cl-home: UUID=“88a919f3-ab0e-4176-9a2f-d26a1f23393f” TYPE=“xfs”
/dev/mapper/mpatha1p1p1: UUID=“eSRWwg-A0qQ-CKZv-XWCp-sDib-JZUP-22LwR9” TYPE=“LVM2_member” PARTLABEL=“primary” PARTUUID=“8ef397db-c6d8-4dc7-9470-d3c079afc010”
/dev/mapper/mpathb1p1: UUID=“lp8I4T-4bcf-P2TE-2iyv-p1wJ-csik-4vjX0r” TYPE=“LVM2_member” PARTLABEL=“primary” PARTUUID=“0e906c88-2d19-40f9-af91-ac3ab36b9f9e”
/dev/mapper/mpathc1p1p1: UUID=“8LIbJ3-0r9U-ZuRq-F2kj-MysM-nryN-yM1JUN” TYPE=“LVM2_member” PARTLABEL=“primary” PARTUUID=“634786a1-578d-4827-9ab0-ec7c797b2532”
/dev/mapper/mpathd1p1p1: UUID=“SpXMnR-3fNu-LjQz-a32y-sEO6-jLkH-M9XvNw” TYPE=“LVM2_member” PARTLABEL=“primary” PARTUUID=“ec6dfc62-55c3-41bd-bb1c-54a954d3e7bc”
/dev/sdb1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“82a53134-64e9-4918-8e8e-de166145f50f”
/dev/sdc1: PTTYPE=“gpt” PARTUUID=“5b90fa45-698b-467d-96f2-e5110478f193”
/dev/sdd1: PTTYPE=“gpt” PARTUUID=“5b90fa45-698b-467d-96f2-e5110478f193”
/dev/sde1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“82a53134-64e9-4918-8e8e-de166145f50f”
/dev/sdf1: PTTYPE=“gpt” PARTUUID=“4b647143-af50-4e82-ae05-7ad9d694b6cb”
/dev/sdg1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“b542f6ec-fbdf-437e-9d2f-baa496e0d1e4”
/dev/sdg2: PARTLABEL=“primary” PARTUUID=“5ca89dab-e827-4301-ab66-10929162b772”
/dev/sdh1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“b542f6ec-fbdf-437e-9d2f-baa496e0d1e4”
/dev/sdh2: PARTLABEL=“primary” PARTUUID=“5ca89dab-e827-4301-ab66-10929162b772”
/dev/sdi1: PTTYPE=“gpt” PARTUUID=“4b647143-af50-4e82-ae05-7ad9d694b6cb”
/dev/mapper/mpathc: PTTYPE=“gpt”
/dev/mapper/mpatha: PTTYPE=“gpt”
/dev/mapper/mpathb: PTTYPE=“gpt”
/dev/mapper/mpathd: PTTYPE=“gpt”
/dev/mapper/mpathc1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“82a53134-64e9-4918-8e8e-de166145f50f”
/dev/mapper/mpatha1: PTTYPE=“gpt” PARTUUID=“4b647143-af50-4e82-ae05-7ad9d694b6cb”
/dev/mapper/mpathb1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“b542f6ec-fbdf-437e-9d2f-baa496e0d1e4”
/dev/mapper/mpathd1: PTTYPE=“gpt” PARTUUID=“5b90fa45-698b-467d-96f2-e5110478f193”
/dev/mapper/mpathb2: PARTLABEL=“primary” PARTUUID=“5ca89dab-e827-4301-ab66-10929162b772”
/dev/mapper/mpatha1p1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“7e1262c8-a1db-4cab-be14-06b2d9a5bab3”
/dev/mapper/vg_iscsi_vms-lv_iscsi_vm: PTTYPE=“gpt”
/dev/mapper/vg_file01_vdp-lv_file01: PTTYPE=“gpt”
/dev/mapper/mpathc1p1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“94adcc42-771d-4a26-bd23-a8ab944148e1”
/dev/mapper/vg_iscsi_storage-lv_iscsi_storage: PTTYPE=“gpt”
/dev/mapper/mpathd1p1: PTTYPE=“gpt” PARTLABEL=“primary” PARTUUID=“ece1e107-6ae7-42db-9c22-a7153d50b6c8”
/dev/mapper/vg_iscsi_vdp-lv_vdp: PTTYPE=“gpt”
It shows entries from /dev/sdb1 through to /dev/sdi1 and also my paths, which looks messy due to using kpartx to bring them online. I then turned my attention to trying fstab but did not want to cause system instability so tried using mount first and as I suspected nothing mounts correctly as it is already mounted. For reference here is the output from lvdisplay:
lvdisplay
— Logical volume —
LV Path /dev/vg_iscsi_vdp/lv_vdp
LV Name lv_vdp
VG Name vg_iscsi_vdp
LV UUID SDT2sZ-RMzK-7NRk-0f1Y-OQma-5hQC-kCYVUp
LV Write Access read/write
LV Creation host, time HOSTNAME, 2017-07-24 09:42:05 +0100
LV Status available
open 1
LV Size 12.73 TiB
Current LE 3337858
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:22
— Logical volume —
LV Path /dev/vg_iscsi_vms/lv_iscsi_vm
LV Name lv_iscsi_vm
VG Name vg_iscsi_vms
LV UUID OtB1Q1-3jiK-UVQF-dqSU-uJ6z-Zsy1-O4cx46
LV Write Access read/write
LV Creation host, time HOSTNAME, 2017-07-19 12:10:09 +0100
LV Status available
open 1
LV Size <2.73 TiB
Current LE 714539
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:14
— Logical volume —
LV Path /dev/vg_iscsi_storage/lv_iscsi_storage
LV Name lv_iscsi_storage
VG Name vg_iscsi_storage
LV UUID cOjc8O-04DC-Exbw-3acC-2J3Q-cFW8-aV6HkE
LV Write Access read/write
LV Creation host, time HOSTNAME, 2017-07-21 12:55:08 +0100
LV Status available
open 1
LV Size <9.09 TiB
Current LE 2382255
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:19
— Logical volume —
LV Path /dev/vg_file01_vdp/lv_file01
LV Name lv_file01
VG Name vg_file01_vdp
LV UUID QpPn6z-1zlp-H3so-XNF3-BwtL-JxID-XikQeI
LV Write Access read/write
LV Creation host, time HOSTNAME, 2017-07-19 11:04:10 +0100
LV Status available
open 1
LV Size <7.26 TiB
Current LE 1903103
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:16
multipath -v2 command displays nothing.
I have updated my initramfs with:
dracut --force --add multipath --include /etc/multipath
What am I missing, everything I have read doesnt state that I have to do any more than I have done but yet when I reboot none of my partitions are there???
I am of course apprehensive about restarting multipath or rebooting the server. I cannot seem to find any relevant logging, the boot.log is empty and the /var/log/messages has no relevant information.
Here is the output of multipath -v3:
multipath -v3
Oct 16 09:43:48 | loading /lib64/multipath/libcheckdirectio.so checker
Oct 16 09:43:48 | loading /lib64/multipath/libprioconst.so prioritizer
Oct 16 09:43:48 | sda: not found in pathvec
Oct 16 09:43:48 | sda: device node name blacklisted
Oct 16 09:43:48 | sdf: not found in pathvec
Oct 16 09:43:48 | sdf: mask = 0x3f
Oct 16 09:43:48 | sdf: dev_t = 8:80
Oct 16 09:43:48 | sdf: size = 5854593280
Oct 16 09:43:48 | sdf: vendor = HP
Oct 16 09:43:48 | sdf: product = P2000 G3 FC
Oct 16 09:43:48 | sdf: rev = T250
Oct 16 09:43:48 | sdf: h:b:t:l = 4:0:0:0
Oct 16 09:43:48 | SCSI target 4:0:0 → FC rport 4:0-0
Oct 16 09:43:48 | sdf: tgt_node_name = 0x208000c0ffdad7a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdf: path state = running
Oct 16 09:43:48 | sdf: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdf: serial = 00c0ffdadd070000d959635901000000
Oct 16 09:43:48 | sdf: get_state
Oct 16 09:43:48 | sdf: detect_checker = 1 (config file default)
Oct 16 09:43:48 | loading /lib64/multipath/libchecktur.so checker
Oct 16 09:43:48 | sdf: path checker = tur (controller setting)
Oct 16 09:43:48 | sdf: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdf: state = up
Oct 16 09:43:48 | sdf: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdf: uid = 3600c0ff000dadd07d959635901000000 (udev)
Oct 16 09:43:48 | sdf: detect_prio = 1 (config file default)
Oct 16 09:43:48 | loading /lib64/multipath/libprioalua.so prioritizer
Oct 16 09:43:48 | sdf: prio = alua (controller setting)
Oct 16 09:43:48 | sdf: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 1
Oct 16 09:43:48 | aas = 01 [active/non-optimized]
Oct 16 09:43:48 | sdf: alua prio = 10
Oct 16 09:43:48 | sdg: not found in pathvec
Oct 16 09:43:48 | sdg: mask = 0x3f
Oct 16 09:43:48 | sdg: dev_t = 8:96
Oct 16 09:43:48 | sdg: size = 15590232192
Oct 16 09:43:48 | sdg: vendor = HP
Oct 16 09:43:48 | sdg: product = P2000 G3 FC
Oct 16 09:43:48 | sdg: rev = T250
Oct 16 09:43:48 | sdg: h:b:t:l = 4:0:1:0
Oct 16 09:43:48 | SCSI target 4:0:1 → FC rport 4:0-1
Oct 16 09:43:48 | sdg: tgt_node_name = 0x208000c0ff1138a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdg: path state = running
Oct 16 09:43:48 | sdg: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdg: serial = 00c0ff12e031000063ea655901000000
Oct 16 09:43:48 | sdg: get_state
Oct 16 09:43:48 | sdg: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdg: path checker = tur (controller setting)
Oct 16 09:43:48 | sdg: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdg: state = up
Oct 16 09:43:48 | sdg: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdg: uid = 3600c0ff00012e03163ea655901000000 (udev)
Oct 16 09:43:48 | sdg: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdg: prio = alua (controller setting)
Oct 16 09:43:48 | sdg: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 0
Oct 16 09:43:48 | aas = 80 [active/optimized] [preferred]
Oct 16 09:43:48 | sdg: alua prio = 50
Oct 16 09:43:48 | sdh: not found in pathvec
Oct 16 09:43:48 | sdh: mask = 0x3f
Oct 16 09:43:48 | sdh: dev_t = 8:112
Oct 16 09:43:48 | sdh: size = 15590232192
Oct 16 09:43:48 | sdh: vendor = HP
Oct 16 09:43:48 | sdh: product = P2000 G3 FC
Oct 16 09:43:48 | sdh: rev = T250
Oct 16 09:43:48 | sdh: h:b:t:l = 4:0:2:0
Oct 16 09:43:48 | SCSI target 4:0:2 → FC rport 4:0-2
Oct 16 09:43:48 | sdh: tgt_node_name = 0x208000c0ff1138a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdh: path state = running
Oct 16 09:43:48 | sdh: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdh: serial = 00c0ff12e031000063ea655901000000
Oct 16 09:43:48 | sdh: get_state
Oct 16 09:43:48 | sdh: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdh: path checker = tur (controller setting)
Oct 16 09:43:48 | sdh: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdh: state = up
Oct 16 09:43:48 | sdh: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdh: uid = 3600c0ff00012e03163ea655901000000 (udev)
Oct 16 09:43:48 | sdh: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdh: prio = alua (controller setting)
Oct 16 09:43:48 | sdh: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 1
Oct 16 09:43:48 | aas = 01 [active/non-optimized]
Oct 16 09:43:48 | sdh: alua prio = 10
Oct 16 09:43:48 | sdi: not found in pathvec
Oct 16 09:43:48 | sdi: mask = 0x3f
Oct 16 09:43:48 | sdi: dev_t = 8:128
Oct 16 09:43:48 | sdi: size = 5854593280
Oct 16 09:43:48 | sdi: vendor = HP
Oct 16 09:43:48 | sdi: product = P2000 G3 FC
Oct 16 09:43:48 | sdi: rev = T250
Oct 16 09:43:48 | sdi: h:b:t:l = 4:0:3:0
Oct 16 09:43:48 | SCSI target 4:0:3 → FC rport 4:0-3
Oct 16 09:43:48 | sdi: tgt_node_name = 0x208000c0ffdad7a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdi: path state = running
Oct 16 09:43:48 | sdi: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdi: serial = 00c0ffdadd070000d959635901000000
Oct 16 09:43:48 | sdi: get_state
Oct 16 09:43:48 | sdi: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdi: path checker = tur (controller setting)
Oct 16 09:43:48 | sdi: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdi: state = up
Oct 16 09:43:48 | sdi: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdi: uid = 3600c0ff000dadd07d959635901000000 (udev)
Oct 16 09:43:48 | sdi: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdi: prio = alua (controller setting)
Oct 16 09:43:48 | sdi: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 0
Oct 16 09:43:48 | aas = 80 [active/optimized] [preferred]
Oct 16 09:43:48 | sdi: alua prio = 50
Oct 16 09:43:48 | sdb: not found in pathvec
Oct 16 09:43:48 | sdb: mask = 0x3f
Oct 16 09:43:48 | sdb: dev_t = 8:16
Oct 16 09:43:48 | sdb: size = 19515446400
Oct 16 09:43:48 | sdb: vendor = HP
Oct 16 09:43:48 | sdb: product = P2000 G3 FC
Oct 16 09:43:48 | sdb: rev = T250
Oct 16 09:43:48 | sdb: h:b:t:l = 1:0:0:0
Oct 16 09:43:48 | SCSI target 1:0:0 → FC rport 1:0-0
Oct 16 09:43:48 | sdb: tgt_node_name = 0x208000c0ffdad7a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdb: path state = running
Oct 16 09:43:48 | sdb: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdb: serial = 00c0ff14ebf50000c757635901000000
Oct 16 09:43:48 | sdb: get_state
Oct 16 09:43:48 | sdb: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdb: path checker = tur (controller setting)
Oct 16 09:43:48 | sdb: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdb: state = up
Oct 16 09:43:48 | sdb: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdb: uid = 3600c0ff00014ebf5c757635901000000 (udev)
Oct 16 09:43:48 | sdb: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdb: prio = alua (controller setting)
Oct 16 09:43:48 | sdb: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 1
Oct 16 09:43:48 | aas = 80 [active/optimized] [preferred]
Oct 16 09:43:48 | sdb: alua prio = 50
Oct 16 09:43:48 | sdc: not found in pathvec
Oct 16 09:43:48 | sdc: mask = 0x3f
Oct 16 09:43:48 | sdc: dev_t = 8:32
Oct 16 09:43:48 | sdc: size = 27343749888
Oct 16 09:43:48 | sdc: vendor = HP
Oct 16 09:43:48 | sdc: product = P2000 G3 FC
Oct 16 09:43:48 | sdc: rev = T250
Oct 16 09:43:48 | sdc: h:b:t:l = 1:0:1:0
Oct 16 09:43:48 | SCSI target 1:0:1 → FC rport 1:0-1
Oct 16 09:43:48 | sdc: tgt_node_name = 0x208000c0ff1138a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdc: path state = running
Oct 16 09:43:48 | sdc: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdc: serial = 00c0ff12e0310000efe9655901000000
Oct 16 09:43:48 | sdc: get_state
Oct 16 09:43:48 | sdc: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdc: path checker = tur (controller setting)
Oct 16 09:43:48 | sdc: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdc: state = up
Oct 16 09:43:48 | sdc: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdc: uid = 3600c0ff00012e031efe9655901000000 (udev)
Oct 16 09:43:48 | sdc: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdc: prio = alua (controller setting)
Oct 16 09:43:48 | sdc: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 0
Oct 16 09:43:48 | aas = 80 [active/optimized] [preferred]
Oct 16 09:43:48 | sdc: alua prio = 50
Oct 16 09:43:48 | sdd: not found in pathvec
Oct 16 09:43:48 | sdd: mask = 0x3f
Oct 16 09:43:48 | sdd: dev_t = 8:48
Oct 16 09:43:48 | sdd: size = 27343749888
Oct 16 09:43:48 | sdd: vendor = HP
Oct 16 09:43:48 | sdd: product = P2000 G3 FC
Oct 16 09:43:48 | sdd: rev = T250
Oct 16 09:43:48 | sdd: h:b:t:l = 1:0:2:0
Oct 16 09:43:48 | SCSI target 1:0:2 → FC rport 1:0-2
Oct 16 09:43:48 | sdd: tgt_node_name = 0x208000c0ff1138a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sdd: path state = running
Oct 16 09:43:48 | sdd: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sdd: serial = 00c0ff12e0310000efe9655901000000
Oct 16 09:43:48 | sdd: get_state
Oct 16 09:43:48 | sdd: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sdd: path checker = tur (controller setting)
Oct 16 09:43:48 | sdd: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sdd: state = up
Oct 16 09:43:48 | sdd: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sdd: uid = 3600c0ff00012e031efe9655901000000 (udev)
Oct 16 09:43:48 | sdd: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sdd: prio = alua (controller setting)
Oct 16 09:43:48 | sdd: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 1
Oct 16 09:43:48 | aas = 01 [active/non-optimized]
Oct 16 09:43:48 | sdd: alua prio = 10
Oct 16 09:43:48 | sde: not found in pathvec
Oct 16 09:43:48 | sde: mask = 0x3f
Oct 16 09:43:48 | sde: dev_t = 8:64
Oct 16 09:43:48 | sde: size = 19515446400
Oct 16 09:43:48 | sde: vendor = HP
Oct 16 09:43:48 | sde: product = P2000 G3 FC
Oct 16 09:43:48 | sde: rev = T250
Oct 16 09:43:48 | sde: h:b:t:l = 1:0:3:0
Oct 16 09:43:48 | SCSI target 1:0:3 → FC rport 1:0-3
Oct 16 09:43:48 | sde: tgt_node_name = 0x208000c0ffdad7a8
Oct 16 09:43:48 | (null): (HP :P2000 G3 FC ) vendor/product whitelisted
Oct 16 09:43:48 | sde: path state = running
Oct 16 09:43:48 | sde: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | sde: serial = 00c0ff14ebf50000c757635901000000
Oct 16 09:43:48 | sde: get_state
Oct 16 09:43:48 | sde: detect_checker = 1 (config file default)
Oct 16 09:43:48 | sde: path checker = tur (controller setting)
Oct 16 09:43:48 | sde: checker timeout = 30000 ms (sysfs setting)
Oct 16 09:43:48 | sde: state = up
Oct 16 09:43:48 | sde: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | sde: uid = 3600c0ff00014ebf5c757635901000000 (udev)
Oct 16 09:43:48 | sde: detect_prio = 1 (config file default)
Oct 16 09:43:48 | sde: prio = alua (controller setting)
Oct 16 09:43:48 | sde: prio args = (null) (controller setting)
Oct 16 09:43:48 | reported target port group is 0
Oct 16 09:43:48 | aas = 01 [active/non-optimized]
Oct 16 09:43:48 | sde: alua prio = 10
Oct 16 09:43:48 | sr0: not found in pathvec
Oct 16 09:43:48 | sr0: device node name blacklisted
Oct 16 09:43:48 | dm-0: not found in pathvec
Oct 16 09:43:48 | dm-0: device node name whitelisted
Oct 16 09:43:48 | dm-0: mask = 0x3f
Oct 16 09:43:48 | dm-0: dev_t = 253:0
Oct 16 09:43:48 | dm-0: size = 104857600
Oct 16 09:43:48 | dm-0: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-0: get_state
Oct 16 09:43:48 | dm-0: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-0: path checker = directio (internal default)
Oct 16 09:43:48 | dm-0: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 512/0
Oct 16 09:43:48 | dm-0: state = up
Oct 16 09:43:48 | dm-0: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-0: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-0: uid = (udev)
Oct 16 09:43:48 | dm-1: not found in pathvec
Oct 16 09:43:48 | dm-1: device node name whitelisted
Oct 16 09:43:48 | dm-1: mask = 0x3f
Oct 16 09:43:48 | dm-1: dev_t = 253:1
Oct 16 09:43:48 | dm-1: size = 28672000
Oct 16 09:43:48 | dm-1: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-1: get_state
Oct 16 09:43:48 | dm-1: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-1: path checker = directio (internal default)
Oct 16 09:43:48 | dm-1: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-1: state = up
Oct 16 09:43:48 | dm-1: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-1: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-1: uid = (udev)
Oct 16 09:43:48 | dm-10: not found in pathvec
Oct 16 09:43:48 | dm-10: device node name whitelisted
Oct 16 09:43:48 | dm-10: mask = 0x3f
Oct 16 09:43:48 | dm-10: dev_t = 253:10
Oct 16 09:43:48 | dm-10: size = 2014
Oct 16 09:43:48 | dm-10: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-10: get_state
Oct 16 09:43:48 | dm-10: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-10: path checker = directio (internal default)
Oct 16 09:43:48 | dm-10: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 1024/0
Oct 16 09:43:48 | dm-10: state = up
Oct 16 09:43:48 | dm-10: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-10: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-10: uid = (udev)
Oct 16 09:43:48 | dm-11: not found in pathvec
Oct 16 09:43:48 | dm-11: device node name whitelisted
Oct 16 09:43:48 | dm-11: mask = 0x3f
Oct 16 09:43:48 | dm-11: dev_t = 253:11
Oct 16 09:43:48 | dm-11: size = 151044096
Oct 16 09:43:48 | dm-11: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-11: get_state
Oct 16 09:43:48 | dm-11: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-11: path checker = directio (internal default)
Oct 16 09:43:48 | dm-11: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 512/0
Oct 16 09:43:48 | dm-11: state = up
Oct 16 09:43:48 | dm-11: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-11: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-11: uid = (udev)
Oct 16 09:43:48 | dm-12: not found in pathvec
Oct 16 09:43:48 | dm-12: device node name whitelisted
Oct 16 09:43:48 | dm-12: mask = 0x3f
Oct 16 09:43:48 | dm-12: dev_t = 253:12
Oct 16 09:43:48 | dm-12: size = 5853511680
Oct 16 09:43:48 | dm-12: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-12: get_state
Oct 16 09:43:48 | dm-12: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-12: path checker = directio (internal default)
Oct 16 09:43:48 | dm-12: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-12: state = up
Oct 16 09:43:48 | dm-12: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-12: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-12: uid = (udev)
Oct 16 09:43:48 | dm-13: not found in pathvec
Oct 16 09:43:48 | dm-13: device node name whitelisted
Oct 16 09:43:48 | dm-13: mask = 0x3f
Oct 16 09:43:48 | dm-13: dev_t = 253:13
Oct 16 09:43:48 | dm-13: size = 5853507584
Oct 16 09:43:48 | dm-13: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-13: get_state
Oct 16 09:43:48 | dm-13: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-13: path checker = directio (internal default)
Oct 16 09:43:48 | dm-13: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-13: state = up
Oct 16 09:43:48 | dm-13: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-13: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-13: uid = (udev)
Oct 16 09:43:48 | dm-14: not found in pathvec
Oct 16 09:43:48 | dm-14: device node name whitelisted
Oct 16 09:43:48 | dm-14: mask = 0x3f
Oct 16 09:43:48 | dm-14: dev_t = 253:14
Oct 16 09:43:48 | dm-14: size = 5853503488
Oct 16 09:43:48 | dm-14: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-14: get_state
Oct 16 09:43:48 | dm-14: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-14: path checker = directio (internal default)
Oct 16 09:43:48 | dm-14: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-14: state = up
Oct 16 09:43:48 | dm-14: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-14: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-14: uid = (udev)
Oct 16 09:43:48 | dm-15: not found in pathvec
Oct 16 09:43:48 | dm-15: device node name whitelisted
Oct 16 09:43:48 | dm-15: mask = 0x3f
Oct 16 09:43:48 | dm-15: dev_t = 253:15
Oct 16 09:43:48 | dm-15: size = 15590225920
Oct 16 09:43:48 | dm-15: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-15: get_state
Oct 16 09:43:48 | dm-15: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-15: path checker = directio (internal default)
Oct 16 09:43:48 | dm-15: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-15: state = up
Oct 16 09:43:48 | dm-15: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-15: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-15: uid = (udev)
Oct 16 09:43:48 | dm-16: not found in pathvec
Oct 16 09:43:48 | dm-16: device node name whitelisted
Oct 16 09:43:48 | dm-16: mask = 0x3f
Oct 16 09:43:48 | dm-16: dev_t = 253:16
Oct 16 09:43:48 | dm-16: size = 15590219776
Oct 16 09:43:48 | dm-16: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-16: get_state
Oct 16 09:43:48 | dm-16: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-16: path checker = directio (internal default)
Oct 16 09:43:48 | dm-16: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-16: state = up
Oct 16 09:43:48 | dm-16: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-16: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-16: uid = (udev)
Oct 16 09:43:48 | dm-17: not found in pathvec
Oct 16 09:43:48 | dm-17: device node name whitelisted
Oct 16 09:43:48 | dm-17: mask = 0x3f
Oct 16 09:43:48 | dm-17: dev_t = 253:17
Oct 16 09:43:48 | dm-17: size = 19515439104
Oct 16 09:43:48 | dm-17: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-17: get_state
Oct 16 09:43:48 | dm-17: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-17: path checker = directio (internal default)
Oct 16 09:43:48 | dm-17: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-17: state = up
Oct 16 09:43:48 | dm-17: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-17: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-17: uid = (udev)
Oct 16 09:43:48 | dm-18: not found in pathvec
Oct 16 09:43:48 | dm-18: device node name whitelisted
Oct 16 09:43:48 | dm-18: mask = 0x3f
Oct 16 09:43:48 | dm-18: dev_t = 253:18
Oct 16 09:43:48 | dm-18: size = 19515435008
Oct 16 09:43:48 | dm-18: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-18: get_state
Oct 16 09:43:48 | dm-18: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-18: path checker = directio (internal default)
Oct 16 09:43:48 | dm-18: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-18: state = up
Oct 16 09:43:48 | dm-18: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-18: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-18: uid = (udev)
Oct 16 09:43:48 | dm-19: not found in pathvec
Oct 16 09:43:48 | dm-19: device node name whitelisted
Oct 16 09:43:48 | dm-19: mask = 0x3f
Oct 16 09:43:48 | dm-19: dev_t = 253:19
Oct 16 09:43:48 | dm-19: size = 19515432960
Oct 16 09:43:48 | dm-19: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-19: get_state
Oct 16 09:43:48 | dm-19: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-19: path checker = directio (internal default)
Oct 16 09:43:48 | dm-19: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-19: state = up
Oct 16 09:43:48 | dm-19: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-19: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-19: uid = (udev)
Oct 16 09:43:48 | dm-2: not found in pathvec
Oct 16 09:43:48 | dm-2: device node name whitelisted
Oct 16 09:43:48 | dm-2: mask = 0x3f
Oct 16 09:43:48 | dm-2: dev_t = 253:2
Oct 16 09:43:48 | dm-2: size = 19515446400
Oct 16 09:43:48 | dm-2: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | dm-2: get_state
Oct 16 09:43:48 | dm-2: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-2: path checker = directio (internal default)
Oct 16 09:43:48 | dm-2: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-2: state = up
Oct 16 09:43:48 | dm-2: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-2: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-2: uid = (udev)
Oct 16 09:43:48 | dm-20: not found in pathvec
Oct 16 09:43:48 | dm-20: device node name whitelisted
Oct 16 09:43:48 | dm-20: mask = 0x3f
Oct 16 09:43:48 | dm-20: dev_t = 253:20
Oct 16 09:43:48 | dm-20: size = 27343742976
Oct 16 09:43:48 | dm-20: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-20: get_state
Oct 16 09:43:48 | dm-20: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-20: path checker = directio (internal default)
Oct 16 09:43:48 | dm-20: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-20: state = up
Oct 16 09:43:48 | dm-20: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-20: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-20: uid = (udev)
Oct 16 09:43:48 | dm-21: not found in pathvec
Oct 16 09:43:48 | dm-21: device node name whitelisted
Oct 16 09:43:48 | dm-21: mask = 0x3f
Oct 16 09:43:48 | dm-21: dev_t = 253:21
Oct 16 09:43:48 | dm-21: size = 27343738880
Oct 16 09:43:48 | dm-21: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-21: get_state
Oct 16 09:43:48 | dm-21: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-21: path checker = directio (internal default)
Oct 16 09:43:48 | dm-21: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-21: state = up
Oct 16 09:43:48 | dm-21: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-21: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-21: uid = (udev)
Oct 16 09:43:48 | dm-22: not found in pathvec
Oct 16 09:43:48 | dm-22: device node name whitelisted
Oct 16 09:43:48 | dm-22: mask = 0x3f
Oct 16 09:43:48 | dm-22: dev_t = 253:22
Oct 16 09:43:48 | dm-22: size = 27343732736
Oct 16 09:43:48 | dm-22: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-22: get_state
Oct 16 09:43:48 | dm-22: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-22: path checker = directio (internal default)
Oct 16 09:43:48 | dm-22: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-22: state = up
Oct 16 09:43:48 | dm-22: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-22: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-22: uid = (udev)
Oct 16 09:43:48 | dm-3: not found in pathvec
Oct 16 09:43:48 | dm-3: device node name whitelisted
Oct 16 09:43:48 | dm-3: mask = 0x3f
Oct 16 09:43:48 | dm-3: dev_t = 253:3
Oct 16 09:43:48 | dm-3: size = 5854593280
Oct 16 09:43:48 | dm-3: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | dm-3: get_state
Oct 16 09:43:48 | dm-3: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-3: path checker = directio (internal default)
Oct 16 09:43:48 | dm-3: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-3: state = up
Oct 16 09:43:48 | dm-3: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-3: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-3: uid = (udev)
Oct 16 09:43:48 | dm-4: not found in pathvec
Oct 16 09:43:48 | dm-4: device node name whitelisted
Oct 16 09:43:48 | dm-4: mask = 0x3f
Oct 16 09:43:48 | dm-4: dev_t = 253:4
Oct 16 09:43:48 | dm-4: size = 15590232192
Oct 16 09:43:48 | dm-4: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | dm-4: get_state
Oct 16 09:43:48 | dm-4: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-4: path checker = directio (internal default)
Oct 16 09:43:48 | dm-4: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-4: state = up
Oct 16 09:43:48 | dm-4: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-4: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-4: uid = (udev)
Oct 16 09:43:48 | dm-5: not found in pathvec
Oct 16 09:43:48 | dm-5: device node name whitelisted
Oct 16 09:43:48 | dm-5: mask = 0x3f
Oct 16 09:43:48 | dm-5: dev_t = 253:5
Oct 16 09:43:48 | dm-5: size = 27343749888
Oct 16 09:43:48 | dm-5: 65535 cyl, 255 heads, 63 sectors/track, start at 0
Oct 16 09:43:48 | dm-5: get_state
Oct 16 09:43:48 | dm-5: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-5: path checker = directio (internal default)
Oct 16 09:43:48 | dm-5: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-5: state = up
Oct 16 09:43:48 | dm-5: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-5: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-5: uid = (udev)
Oct 16 09:43:48 | dm-6: not found in pathvec
Oct 16 09:43:48 | dm-6: device node name whitelisted
Oct 16 09:43:48 | dm-6: mask = 0x3f
Oct 16 09:43:48 | dm-6: dev_t = 253:6
Oct 16 09:43:48 | dm-6: size = 19515443200
Oct 16 09:43:48 | dm-6: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-6: get_state
Oct 16 09:43:48 | dm-6: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-6: path checker = directio (internal default)
Oct 16 09:43:48 | dm-6: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-6: state = up
Oct 16 09:43:48 | dm-6: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-6: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-6: uid = (udev)
Oct 16 09:43:48 | dm-7: not found in pathvec
Oct 16 09:43:48 | dm-7: device node name whitelisted
Oct 16 09:43:48 | dm-7: mask = 0x3f
Oct 16 09:43:48 | dm-7: dev_t = 253:7
Oct 16 09:43:48 | dm-7: size = 5853515776
Oct 16 09:43:48 | dm-7: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-7: get_state
Oct 16 09:43:48 | dm-7: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-7: path checker = directio (internal default)
Oct 16 09:43:48 | dm-7: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-7: state = up
Oct 16 09:43:48 | dm-7: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-7: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-7: uid = (udev)
Oct 16 09:43:48 | dm-8: not found in pathvec
Oct 16 09:43:48 | dm-8: device node name whitelisted
Oct 16 09:43:48 | dm-8: mask = 0x3f
Oct 16 09:43:48 | dm-8: dev_t = 253:8
Oct 16 09:43:48 | dm-8: size = 15590230016
Oct 16 09:43:48 | dm-8: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-8: get_state
Oct 16 09:43:48 | dm-8: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-8: path checker = directio (internal default)
Oct 16 09:43:48 | dm-8: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:48 | directio: io finished 4096/0
Oct 16 09:43:48 | dm-8: state = up
Oct 16 09:43:48 | dm-8: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:48 | dm-8: no ID_SERIAL attribute
Oct 16 09:43:48 | dm-8: uid = (udev)
Oct 16 09:43:48 | dm-9: not found in pathvec
Oct 16 09:43:48 | dm-9: device node name whitelisted
Oct 16 09:43:48 | dm-9: mask = 0x3f
Oct 16 09:43:48 | dm-9: dev_t = 253:9
Oct 16 09:43:48 | dm-9: size = 27343747807
Oct 16 09:43:48 | dm-9: 0 cyl, 0 heads, 0 sectors/track, start at 0
Oct 16 09:43:48 | dm-9: get_state
Oct 16 09:43:48 | dm-9: detect_checker = 1 (config file default)
Oct 16 09:43:48 | dm-9: path checker = directio (internal default)
Oct 16 09:43:48 | dm-9: checker timeout = 300000 ms (internal default)
Oct 16 09:43:48 | directio: starting new request
Oct 16 09:43:49 | directio: io finished 512/0
Oct 16 09:43:49 | dm-9: state = up
Oct 16 09:43:49 | dm-9: uid_attribute = ID_SERIAL (internal default)
Oct 16 09:43:49 | dm-9: no ID_SERIAL attribute
Oct 16 09:43:49 | dm-9: uid = (udev)
===== paths list =====
uuid hcil dev dev_t pri dm_st chk_st vend/p
3600c0ff000dadd07d959635901000000 4:0:0:0 sdf 8:80 10 undef undef HP
3600c0ff00012e03163ea655901000000 4:0:1:0 sdg 8:96 50 undef undef HP
3600c0ff00012e03163ea655901000000 4:0:2:0 sdh 8:112 10 undef undef HP
3600c0ff000dadd07d959635901000000 4:0:3:0 sdi 8:128 50 undef undef HP
3600c0ff00014ebf5c757635901000000 1:0:0:0 sdb 8:16 50 undef undef HP
3600c0ff00012e031efe9655901000000 1:0:1:0 sdc 8:32 50 undef undef HP
3600c0ff00012e031efe9655901000000 1:0:2:0 sdd 8:48 10 undef undef HP
3600c0ff00014ebf5c757635901000000 1:0:3:0 sde 8:64 10 undef undef HP
#:#:#:# dm-0 253:0 -1 undef undef ,
#:#:#:# dm-1 253:1 -1 undef undef ,
#:#:#:# dm-10 253:10 -1 undef undef ,
#:#:#:# dm-11 253:11 -1 undef undef ,
#:#:#:# dm-12 253:12 -1 undef undef ,
#:#:#:# dm-13 253:13 -1 undef undef ,
#:#:#:# dm-14 253:14 -1 undef undef ,
#:#:#:# dm-15 253:15 -1 undef undef ,
#:#:#:# dm-16 253:16 -1 undef undef ,
#:#:#:# dm-17 253:17 -1 undef undef ,
#:#:#:# dm-18 253:18 -1 undef undef ,
#:#:#:# dm-19 253:19 -1 undef undef ,
#:#:#:# dm-2 253:2 -1 undef undef ,
#:#:#:# dm-20 253:20 -1 undef undef ,
#:#:#:# dm-21 253:21 -1 undef undef ,
#:#:#:# dm-22 253:22 -1 undef undef ,
#:#:#:# dm-3 253:3 -1 undef undef ,
#:#:#:# dm-4 253:4 -1 undef undef ,
#:#:#:# dm-5 253:5 -1 undef undef ,
#:#:#:# dm-6 253:6 -1 undef undef ,
#:#:#:# dm-7 253:7 -1 undef undef ,
#:#:#:# dm-8 253:8 -1 undef undef ,
#:#:#:# dm-9 253:9 -1 undef undef ,
Oct 16 09:43:49 | params = 1 queue_if_no_path 0 1 1 service-time 0 2 2 8:32 1 1 8:48 1 1
Oct 16 09:43:49 | status = 2 0 0 0 1 1 A 0 2 2 8:32 A 0 274432 1 8:48 A 0 241664 1
Oct 16 09:43:49 | hp-mpathd: disassemble map [1 queue_if_no_path 0 1 1 service-time 0 2 2 8:32 1 1 8:48 1 1 ]
Oct 16 09:43:49 | hp-mpathd: disassemble status [2 0 0 0 1 1 A 0 2 2 8:32 A 0 274432 1 8:48 A 0 241664 1 ]
Oct 16 09:43:49 | params = 1 queue_if_no_path 0 1 1 service-time 0 2 2 8:16 1 1 8:64 1 1
Oct 16 09:43:49 | status = 2 0 0 0 1 1 A 0 2 2 8:16 A 0 0 1 8:64 A 0 0 1
Oct 16 09:43:49 | hp-mpathc: disassemble map [1 queue_if_no_path 0 1 1 service-time 0 2 2 8:16 1 1 8:64 1 1 ]
Oct 16 09:43:49 | hp-mpathc: disassemble status [2 0 0 0 1 1 A 0 2 2 8:16 A 0 0 1 8:64 A 0 0 1 ]
Oct 16 09:43:49 | params = 1 queue_if_no_path 0 1 1 service-time 0 2 2 8:96 1 1 8:112 1 1
Oct 16 09:43:49 | status = 2 0 0 0 1 1 A 0 2 2 8:96 A 0 16384 1 8:112 A 0 12288 1
Oct 16 09:43:49 | hp-mpathb: disassemble map [1 queue_if_no_path 0 1 1 service-time 0 2 2 8:96 1 1 8:112 1 1 ]
Oct 16 09:43:49 | hp-mpathb: disassemble status [2 0 0 0 1 1 A 0 2 2 8:96 A 0 16384 1 8:112 A 0 12288 1 ]
Oct 16 09:43:49 | params = 1 queue_if_no_path 0 1 1 service-time 0 2 2 8:80 1 1 8:128 1 1
Oct 16 09:43:49 | status = 2 0 0 0 1 1 A 0 2 2 8:80 A 0 0 1 8:128 A 0 0 1
Oct 16 09:43:49 | hp-mpatha: disassemble map [1 queue_if_no_path 0 1 1 service-time 0 2 2 8:80 1 1 8:128 1 1 ]
Oct 16 09:43:49 | hp-mpatha: disassemble status [2 0 0 0 1 1 A 0 2 2 8:80 A 0 0 1 8:128 A 0 0 1 ]
Oct 16 09:43:49 | directio checker refcount 23
Oct 16 09:43:49 | directio checker refcount 22
Oct 16 09:43:49 | directio checker refcount 21
Oct 16 09:43:49 | directio checker refcount 20
Oct 16 09:43:49 | directio checker refcount 19
Oct 16 09:43:49 | directio checker refcount 18
Oct 16 09:43:49 | directio checker refcount 17
Oct 16 09:43:49 | directio checker refcount 16
Oct 16 09:43:49 | directio checker refcount 15
Oct 16 09:43:49 | directio checker refcount 14
Oct 16 09:43:49 | directio checker refcount 13
Oct 16 09:43:49 | directio checker refcount 12
Oct 16 09:43:49 | directio checker refcount 11
Oct 16 09:43:49 | directio checker refcount 10
Oct 16 09:43:49 | directio checker refcount 9
Oct 16 09:43:49 | directio checker refcount 8
Oct 16 09:43:49 | directio checker refcount 7
Oct 16 09:43:49 | directio checker refcount 6
Oct 16 09:43:49 | directio checker refcount 5
Oct 16 09:43:49 | directio checker refcount 4
Oct 16 09:43:49 | directio checker refcount 3
Oct 16 09:43:49 | directio checker refcount 2
Oct 16 09:43:49 | directio checker refcount 1
Oct 16 09:43:49 | tur checker refcount 8
Oct 16 09:43:49 | alua prioritizer refcount 8
Oct 16 09:43:49 | tur checker refcount 7
Oct 16 09:43:49 | alua prioritizer refcount 7
Oct 16 09:43:49 | tur checker refcount 6
Oct 16 09:43:49 | alua prioritizer refcount 6
Oct 16 09:43:49 | tur checker refcount 5
Oct 16 09:43:49 | alua prioritizer refcount 5
Oct 16 09:43:49 | tur checker refcount 4
Oct 16 09:43:49 | alua prioritizer refcount 4
Oct 16 09:43:49 | tur checker refcount 3
Oct 16 09:43:49 | alua prioritizer refcount 3
Oct 16 09:43:49 | tur checker refcount 2
Oct 16 09:43:49 | alua prioritizer refcount 2
Oct 16 09:43:49 | tur checker refcount 1
Oct 16 09:43:49 | alua prioritizer refcount 1
Oct 16 09:43:49 | unloading alua prioritizer
Oct 16 09:43:49 | unloading const prioritizer
Oct 16 09:43:49 | unloading tur checker
Oct 16 09:43:49 | unloading directio checker
Any suggestions here would be welcome please?