We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcba1c1 commit 91be4c6Copy full SHA for 91be4c6
articles/storage/elastic-san/elastic-san-best-practices.md
@@ -55,7 +55,8 @@ defaults {
55
path_grouping_policy multibus # To place all the paths in one priority group
56
path_selector "round-robin 0" # To use round robin algorithm to determine path for next I/O operation
57
failback immediate # For immediate failback to highest priority path group with active paths
58
- no_path_retry 1 # To disable I/O queueing after retrying once when all paths are down
+ no_path_retry 3 # To disable I/O queueing after retrying once when all paths are down
59
+ polling_interval 5 # Set path check polling interval to 5 seconds
60
}
61
devices {
62
device {
0 commit comments