proxmox cluster - multipathing with NEXENTA

copymaster

Member
Nov 25, 2009
183
0
16
Hi

has someone an idea how to configure a clusternode so that 2 nics are used for iscsi multipathing with a nexenta storage system?
i have no idea what i need to configure in the /etc/multipath conf

i already read the proxmox multipath article and tried to adapt the given multipath.conf with values that i found in the internet. But i didn't get it to work...

thank you
 
Maybe you can try something like this :

device {
vendor "NEXENTA"
product "COMSTAR"
getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
features "1 queue_if_no_path"
hardware_handler "0"
path_selector "round-robin 0"
path_grouping_policy group_by_serial
failback immediate
rr_weight uniform
no_path_retry 30
rr_min_io 128
path_checker directio
prio const
}