PowerVault : Combined Linux MPIO multipath.conf
Summary: Cet article traite des paramètres multipath.conf pour Linux en se basant sur les guides des pratiques d’excellence pour le stockage MD et ME.
Symptoms
Ce fichier est conçu avec les pratiques d’excellence pour les entrées/sorties multichemins (MPIO) basées sur Linux sur le stockage PowerVault ME5, ME4 et MD3. Modifiez le fichier « /etc/multipath.conf » généré par de nombreuses distributions du système d’exploitation Linux à l’aide de ces paramètres.
Reportez-vous à la documentation Linux, car certaines distributions du système d’exploitation Linux peuvent nécessiter l’application de paramètres personnalisés avant la mise en service du fichier.
Histoire:
- Ajout du libellé PowerVault ME5 le 25 avril 2022
- Paramètres spécifiques à PowerVault ME4 ajoutés le 11 février 2020
- Paramètres spécifiques à MD34xx/38xx
- Paramètres spécifiques à MD32xx/36xx
- Liste noire
Vous trouverez les valeurs par défaut des paramètres ME4 dans le document intitulé « Dell EMC PowerVault série ME4 et Linux » version (septembre 2018).
D’autres pratiques d’excellence en matière de système d’exploitation sont disponibles sur Dell Technologies InfoHub.
Il existe une version texte et une version fichier dans la base de connaissances. Le texte est ci-dessous et le fichier est joint.
La version texte doit être placée dans un fichier ou remplacée par du texte dans le fichier « multipath.conf » des hôtes Linux.
Cause
Resolution
##Default System Values
defaults {
user_friendly_names yes
find_multipaths yes
max_fds 8192
polling_interval 5
queue_without_daemon no
}
## Universal Blacklist (recommend white-listing)
blacklist {
device {
vendor "*"
product "*"
}
}
## Blacklist Exceptions
blacklist_exceptions {
device {
vendor "DELL"
product "MD32xxi"
}
device {
vendor "DELL"
product "MD32xx"
}
device {
vendor "DELL"
product "MD34xx"
}
device {
vendor "DELL"
product "MD36xx(i|f)"
}
device {
vendor "DELL"
product "MD38xx(i|f)"
}
device {
vendor "COMPELNT"
product "Compellent Vol"
}
device {
vendor "DellEMC"
product "ME4"
}
device {
vendor "DellEMC"
product "ME5"
}
}
## Dell Device Configuration
devices {
device {
vendor "DELL"
product "MD32xxi"
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
}
device {
vendor "DELL"
product "MD32xx"
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
}
device {
vendor "DELL"
product "MD36xxi"
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
}
device {
vendor "DELL"
product "MD36xxf"
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
}
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
}
device {
vendor "DELL"
product "MD38xxi"
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
}
device {
vendor "DELL"
product "MD38xxf"
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
}
device {
vendor "DellEMC"
product "ME4"
path_grouping_policy group_by_prio
path_checker "tur"
hardware_handler "1 alua"
prio "alua"
failback immediate
rr_weight "uniform"
path_selector "service-time 0"
}
device {
vendor "DellEMC"
product "ME5"
path_grouping_policy group_by_prio
path_checker "tur"
hardware_handler "1 alua"
prio "alua"
failback immediate
rr_weight "uniform"
path_selector "service-time 0"
}
}