Hi everybody,
I try to use my DELL MD3400 as storage for my proxmox cluster but I have some issues with multipath...
my multipath.conf:
When I do a multipath -ll after restart the service, there is no output :/
I have a warning in the multipathd service:
Am I doing something wrong ?
I try to use my DELL MD3400 as storage for my proxmox cluster but I have some issues with multipath...
my multipath.conf:
devices {
device {
vendor "DELL"
product "MD34xx"
path_grouping_policy group_by_prio
prio rdac
path_checker rdac
path_selector "round-robin 0"
hardware_handler "1 rdac"
failback immediate
features "2 pg_init_retries 50"
no_path_retry 30
rr_min_io 100
}
}
multipaths {
multipath {
wwid 3600a09800064d255000005cf5ff48f16
alias lun1
}
}
When I do a multipath -ll after restart the service, there is no output :/
I have a warning in the multipathd service:
systemd[1]: Starting Device-Mapper Multipath Device Controller...
multipathd[154803]: --------start up--------
multipathd[154803]: read /etc/multipath.conf
multipathd[154803]: failed to increase buffer size
multipathd[154803]: path checkers start up
systemd[1]: Started Device-Mapper Multipath Device Controller.
Am I doing something wrong ?