PowerVault: Gecombineerde Linux MPIO multipath.conf
Summary: Dit artikel behandelt multipath.conf instellingen voor Linux op basis van Best Practices handleidingen voor MD en ME storage.
Symptoms
Dit bestand is ontworpen met de best practices voor op Linux gebaseerde Multipath Input/Output (MPIO) op PowerVault ME5-, ME4- en MD3-storage. Wijzig het bestand /etc/multipath.conf dat door veel Linux-besturingssysteemdistributies wordt gegenereerd met behulp van deze instellingen.
Raadpleeg de Linux-documentatie, aangezien voor sommige distributies van Linux-besturingssystemen aangepaste instellingen vereist kunnen zijn die kunnen worden toegepast voordat het bestand in gebruik wordt genomen.
Geschiedenis:
- PowerVault ME5-formulering toegevoegd op 25 april 2022
- PowerVault ME4-specifieke instellingen toegevoegd op 11 februari 2020
- MD34xx/38xx specifieke instellingen
- MD32xx/36xx specifieke instellingen
- Zwarte lijst
De standaardinstellingen voor ME4 zijn te vinden in het document "Dell EMC PowerVault ME4 Series and Linux" versie (september 2018).
Andere best practices voor besturingssystemen vindt u op de Dell Technologies Infohub.
Er is een tekst- en bestandsversie in de KB. De tekst staat hieronder en het bestand is bijgevoegd.
De tekstversie moet in een bestand worden gezet of tekst worden vervangen in het bestand "multipath.conf" van de Linux-hosts.
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"
}
}