Skip to content

Commit 3f92d59

Browse files
Update elastic-san-connect-linux.md
Customer needed guidance on lowering session count on Linux. Our documentation was lacking this information. Added in this PR
1 parent 26211e9 commit 3f92d59

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

articles/storage/elastic-san/elastic-san-connect-linux.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,28 @@ You can verify the number of sessions using `sudo multipath -ll`
8585
#### Number of sessions
8686
You need to use 32 sessions to each target volume to achieve its maximum IOPS and/or throughput limits.
8787

88+
You can customize the session count by following the instructions below:
89+
90+
The script accepts the `--num-of-sessions` argument, allowing you to define the number of sessions per volume.
91+
92+
```bash
93+
python3 connect_for_documentation.py \
94+
95+
--subscription <your-subscription-id>\
96+
97+
-g <resource-group>\
98+
99+
-e <elastic-san-name>\
100+
101+
-v <volume-group-name>\
102+
103+
-n volume1 volume2 \
104+
105+
-s <value>
106+
```
107+
108+
**Note!** Valid values for `-n` range from 1 to 32. If not specified, the default of 32 sessions is used.
109+
88110
## Next steps
89111

90112
[Configure Elastic SAN networking](elastic-san-networking.md)

0 commit comments

Comments
 (0)