File tree Expand file tree Collapse file tree 4 files changed +50
-42
lines changed
docs/getting-started/installation
kubernetes/powermax/prerequisite
openshift/powermax/prerequisite
v1/getting-started/installation
kubernetes/powermax/prerequisite
openshift/powermax/prerequisite Expand file tree Collapse file tree 4 files changed +50
-42
lines changed Original file line number Diff line number Diff line change @@ -358,29 +358,33 @@ multipathing is used.{{< /collapse >}} <br>
358358
3593592. Best Practices
360360
361- Use these options in multipath.conf for efficient path detection :
362-
363-
364- path_grouping_policy multibus
365- path_checker tur
366- features "1 queue_if_no_path"
367- path_selector "round-robin 0"
368- no_path_retry 10
369-
361+ The [Host Connectivity Guide for Linux](https://elabnavigator.dell.com/vault/pdf/Linux.pdf)
362+ provides comprehensive details on various multipathd configurations.
370363 <br>
371- The following is a sample multipath.conf file. You may have to adjust these values based on your environment.
364+ The following is a sample multipath.conf file has been validated with SRDF metro . You may have to adjust these values based on your environment.
372365 <br>
373366
374367 defaults {
375- user_friendly_names yes
376- find_multipaths yes
377- path_grouping_policy multibus
378- path_checker tur
379- features "1 queue_if_no_path"
380- path_selector "round-robin 0"
381- no_path_retry 10
368+ polling_interval 5
369+ checker_timeout 15
370+ disable_changed_wwids yes
371+ find_multipaths no
382372 }
383- blacklist {
373+ devices {
374+ device {
375+ vendor EMC
376+ product SYMMETRIX
377+ detect_prio "yes"
378+ path_selector "service-time 0"
379+ path_grouping_policy "group_by_prio"
380+ path_checker tur
381+ failback immediate
382+ fast_io_fail_tmo 5
383+ no_path_retry 3
384+ rr_min_io_rq 1
385+ max_sectors_kb 1024
386+ dev_loss_tmo 10
387+ }
384388 }
385389
386390
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The following requirements must be fulfilled in order to successfully use the Fi
6969
7070 a. Configure Device Mapper MPIO for PowerMax FC connectivity
7171
72- Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
72+ Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
7373 ``` bash
7474 oc apply -f 99-workers-multipath-conf.yaml
7575 ```
@@ -87,8 +87,8 @@ The following requirements must be fulfilled in order to successfully use the Fi
8787 }
8888 devices {
8989 device {
90- vendor DellEMC
91- product PowerMax
90+ vendor EMC
91+ product SYMMETRIX
9292 detect_prio "yes"
9393 path_selector "service-time 0"
9494 path_grouping_policy "group_by_prio"
Original file line number Diff line number Diff line change @@ -358,29 +358,33 @@ multipathing is used.{{< /collapse >}} <br>
358358
3593592. Best Practices
360360
361- Use these options in multipath.conf for efficient path detection :
362-
363-
364- path_grouping_policy multibus
365- path_checker tur
366- features "1 queue_if_no_path"
367- path_selector "round-robin 0"
368- no_path_retry 10
369-
361+ The [Host Connectivity Guide for Linux](https://elabnavigator.dell.com/vault/pdf/Linux.pdf)
362+ provides comprehensive details on various multipathd configurations.
370363 <br>
371- The following is a sample multipath.conf file. You may have to adjust these values based on your environment.
364+ The following is a sample multipath.conf file has been validated with SRDF metro . You may have to adjust these values based on your environment.
372365 <br>
373366
374367 defaults {
375- user_friendly_names yes
376- find_multipaths yes
377- path_grouping_policy multibus
378- path_checker tur
379- features "1 queue_if_no_path"
380- path_selector "round-robin 0"
381- no_path_retry 10
368+ polling_interval 5
369+ checker_timeout 15
370+ disable_changed_wwids yes
371+ find_multipaths no
382372 }
383- blacklist {
373+ devices {
374+ device {
375+ vendor EMC
376+ product SYMMETRIX
377+ detect_prio "yes"
378+ path_selector "service-time 0"
379+ path_grouping_policy "group_by_prio"
380+ path_checker tur
381+ failback immediate
382+ fast_io_fail_tmo 5
383+ no_path_retry 3
384+ rr_min_io_rq 1
385+ max_sectors_kb 1024
386+ dev_loss_tmo 10
387+ }
384388 }
385389
386390
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The following requirements must be fulfilled in order to successfully use the Fi
6969
7070 a. Configure Device Mapper MPIO for PowerMax FC connectivity
7171
72- Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
72+ Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
7373 ``` bash
7474 oc apply -f 99-workers-multipath-conf.yaml
7575 ```
@@ -87,8 +87,8 @@ The following requirements must be fulfilled in order to successfully use the Fi
8787 }
8888 devices {
8989 device {
90- vendor DellEMC
91- product PowerMax
90+ vendor EMC
91+ product SYMMETRIX
9292 detect_prio "yes"
9393 path_selector "service-time 0"
9494 path_grouping_policy "group_by_prio"
You can’t perform that action at this time.
0 commit comments