@rickygm
on-site just now,
for operative needings, unable to operate on node1 of the cluster (the original presenting issue!)
btw, we've total four nodes, node3 has been updated at the same s/w level of node1....
so...
before touching node3 the situation was the same as node1 (same s/w versions and results from multipath -ll, exact same configuration file.
well,
we've moved active vm's away from node,
then modified multipath.conf file following your instructions:
restarted multipath daemon without success,defaults {
polling_interval 3
path_selector "round-robin 0"
max_fds "max"
path_grouping_policy multibusuid_attribute "ID_SERIAL"
rr_min_io 100
failback immediate
no_path_retry queue
}
blacklist {
devnode "^sd[ab]$"
}
multipaths {
multipath {
wwid "3600c0ff000271f5d02ff105701000000"
alias mpath0
}
multipath {
wwid "3600c0ff00027217d28ff105701000000"
alias mpath1
}
}
restarted server with same results....
i've attached part of the file extracted from proxmox console syslog section just after server boot....
see on row 104 first multipath-tools message...
followed by kernel / device mapper errors....
the new blacklist section, seems to be working fine (/dev/sda and /dev/sdb that are local node disks, single channel connected on local raid card has disappeared from arbitration of multipath) but mpath0 and mpath1 devices (/dev/sdc + /dev/sde --> mpath0 // /dev/sdd + /dev/sdf --> mpath1) results still missing!!
finally:
multipath -ll
still returning nothing!!!
multipath -d
still presenting output as follows
create: mpath0 (3600c0ff000271f5d02ff105701000000) undef HP,MSA 2040 SAN
size=558G features='0' hwhandler='0' wp=undef
`-+- policy='round-robin 0' prio=1 status=undef
|- 2:0:0:0 sdc 8:32 undef ready running
`- 4:0:0:0 sde 8:64 undef ready running
create: mpath1 (3600c0ff00027217d28ff105701000000) undef HP,MSA 2040 SAN
size=4.1T features='0' hwhandler='0' wp=undef
`-+- policy='round-robin 0' prio=1 status=undef
|- 2:0:0:1 sdd 8:48 undef ready running
`- 4:0:0:1 sdf 8:80 undef ready running
waiting your ideas about these infos....
many thanks again for your time,
regards,
Francesco
Hi , Strange what you mention in relation to mpath0 and mpath1, could put the output of these two commands:
ls -l /dev/disk/by-path -l /dev/mapper/*
dmesg | grep -i "attached"