File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
articles/storage/elastic-san Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,28 @@ You can verify the number of sessions using `sudo multipath -ll`
8585#### Number of sessions
8686You 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 )
You can’t perform that action at this time.
0 commit comments