Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.151.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change needs to reverted. @satyakonduri - Can you revert to latest.

extended: true
- name: Setup Node
uses: actions/setup-node@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,29 +358,33 @@ multipathing is used.{{< /collapse >}} <br>

2. Best Practices

Use these options in multipath.conf for efficient path detection:


path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10

The [Host Connectivity Guide for Linux](https://elabnavigator.dell.com/vault/pdf/Linux.pdf)
provides comprehensive details on various multipathd configurations.
<br>
The following is a sample multipath.conf file. You may have to adjust these values based on your environment.
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.
<br>

defaults {
user_friendly_names yes
find_multipaths yes
path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10
polling_interval 5
checker_timeout 15
disable_changed_wwids yes
find_multipaths no
}
blacklist {
devices {
device {
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
path_checker tur
failback immediate
fast_io_fail_tmo 5
no_path_retry 3
rr_min_io_rq 1
max_sectors_kb 1024
dev_loss_tmo 10
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following requirements must be fulfilled in order to successfully use the Fi

a. Configure Device Mapper MPIO for PowerMax FC connectivity

Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
```bash
oc apply -f 99-workers-multipath-conf.yaml
```
Expand All @@ -87,8 +87,8 @@ The following requirements must be fulfilled in order to successfully use the Fi
}
devices {
device {
vendor DellEMC
product PowerMax
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,29 +358,33 @@ multipathing is used.{{< /collapse >}} <br>

2. Best Practices

Use these options in multipath.conf for efficient path detection:


path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10

The [Host Connectivity Guide for Linux](https://elabnavigator.dell.com/vault/pdf/Linux.pdf)
provides comprehensive details on various multipathd configurations.
<br>
The following is a sample multipath.conf file. You may have to adjust these values based on your environment.
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.
<br>

defaults {
user_friendly_names yes
find_multipaths yes
path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10
polling_interval 5
checker_timeout 15
disable_changed_wwids yes
find_multipaths no
}
blacklist {
devices {
device {
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
path_checker tur
failback immediate
fast_io_fail_tmo 5
no_path_retry 3
rr_min_io_rq 1
max_sectors_kb 1024
dev_loss_tmo 10
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following requirements must be fulfilled in order to successfully use the Fi

a. Configure Device Mapper MPIO for PowerMax FC connectivity

Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
```bash
oc apply -f 99-workers-multipath-conf.yaml
```
Expand All @@ -87,8 +87,8 @@ The following requirements must be fulfilled in order to successfully use the Fi
}
devices {
device {
vendor DellEMC
product PowerMax
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,29 +358,33 @@ multipathing is used.{{< /collapse >}} <br>

2. Best Practices

Use these options in multipath.conf for efficient path detection:


path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10

The [Host Connectivity Guide for Linux](https://elabnavigator.dell.com/vault/pdf/Linux.pdf)
provides comprehensive details on various multipathd configurations.
<br>
The following is a sample multipath.conf file. You may have to adjust these values based on your environment.
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.
<br>

defaults {
user_friendly_names yes
find_multipaths yes
path_grouping_policy multibus
path_checker tur
features "1 queue_if_no_path"
path_selector "round-robin 0"
no_path_retry 10
polling_interval 5
checker_timeout 15
disable_changed_wwids yes
find_multipaths no
}
blacklist {
devices {
device {
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
path_checker tur
failback immediate
fast_io_fail_tmo 5
no_path_retry 3
rr_min_io_rq 1
max_sectors_kb 1024
dev_loss_tmo 10
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following requirements must be fulfilled in order to successfully use the Fi

a. Configure Device Mapper MPIO for PowerMax FC connectivity

Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
Use this command to create the machine configuration to configure the DM-MPIO service on all the worker hosts for FC connectivity.
```bash
oc apply -f 99-workers-multipath-conf.yaml
```
Expand All @@ -87,8 +87,8 @@ The following requirements must be fulfilled in order to successfully use the Fi
}
devices {
device {
vendor DellEMC
product PowerMax
vendor EMC
product SYMMETRIX
detect_prio "yes"
path_selector "service-time 0"
path_grouping_policy "group_by_prio"
Expand Down
Loading