Netapp E-Series multipath.conf configuration - Attach Multipath ISCSI to Proxmox

Status
Not open for further replies.

daus2936

New Member
Jul 15, 2025
14
0
1
Hello, i want to ask a question about multipath setting for ISCSI Netapp E-Series, has anyone ever configured a multipath.conf file for ISCSI Netapp E-Series ? if yes, can you tell me the recommended config to configure multipath.conf for Netapp E-Series storage, i want to use multipath, but i don't know what is the recommended setting for that.

Based on this link : official documentation link about multipath that refers to github , the default for the Netapp E-Series multipath config is like this :

1755761877590.png

Well if converted to multipath.conf format, it will be like this :

Code:
devices {
    device {
        vendor                "(NETAPP|LSI|ENGENIO)"
        product               "INF-01-00"
        path_grouping_policy  group_by_prio
        path_checker          rdac
        features              "2 pg_init_retries 50"
        prio                  rdac
        failback              immediate # "immediate" is the common keyword
        no_path_retry         30
    }
}

if i use that default setting, is it fine? or there is another recommendation, please help me about this. Thank you :)
 
Last edited:
I'll lock this thread - so all answers end up in the first post.
 
Status
Not open for further replies.