File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/storage/elastic-san Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ defaults {
50
50
path_grouping_policy multibus # To place all the paths in one priority group
51
51
path_selector "round-robin 0" # To use round robin algorithm to determine path for next I/O operation
52
52
failback immediate # For immediate failback to highest priority path group with active paths
53
- no_path_retry 1 # To disable I/O queueing after retrying once when all paths are down
53
+ no_path_retry 3 # To disable I/O queueing after retrying once when all paths are down
54
+ polling_interval 5 # Set path check polling interval to 5 seconds
54
55
}
55
56
devices {
56
57
device {
@@ -86,4 +87,4 @@ You need to use 32 sessions to each target volume to achieve its maximum IOPS an
86
87
87
88
## Next steps
88
89
89
- [ Configure Elastic SAN networking] ( elastic-san-networking.md )
90
+ [ Configure Elastic SAN networking] ( elastic-san-networking.md )
You can’t perform that action at this time.
0 commit comments