Skip to content

Commit 9027298

Browse files
authored
Merge pull request #296214 from jiarongjoyce/patch-10
Update elastic-san-best-practices.md
2 parents 231f113 + 91be4c6 commit 9027298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/elastic-san/elastic-san-best-practices.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ defaults {
5555
path_grouping_policy multibus # To place all the paths in one priority group
5656
path_selector "round-robin 0" # To use round robin algorithm to determine path for next I/O operation
5757
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
58+
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
5960
}
6061
devices {
6162
device {

0 commit comments

Comments
 (0)