Skip to content

Commit 3603f87

Browse files
committed
Changes.
1 parent 8c9e470 commit 3603f87

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After creating or modifying the file, restart Multipath I/O. On Ubuntu, the comm
6161

6262
## Attach Volumes to the client
6363

64-
You can use the following script to create your connections. To execute it, you will require the following parameters:
64+
You can use the following script to create your connections. o execute it, collect or determine the following parameters:
6565
- subscription: Subscription ID
6666
- g: Resource Group Name
6767
- e: Elastic SAN Name
@@ -77,12 +77,14 @@ Copy the script from [here](https://github.com/Azure-Samples/azure-elastic-san/b
7777

7878
You can verify the number of sessions using `sudo multipath -ll`
7979

80-
### Number of sessions
81-
You need to use 32 sessions to each target volume to achieve its maximum IOPS and/or throughput limits.
80+
### Set session number
8281

83-
You can customize the session count by following the instructions below:
82+
Use 32 sessions to each target volume to achieve its maximum IOPS and/or throughput limits.
8483

85-
The script accepts the `--num-of-sessions` argument, allowing you to define the number of sessions per volume.
84+
You can change the session count by running the script using the following instructions:
85+
86+
> [!NOTE]
87+
> Use `-n` to set the number of sessions. The parameter accepts values from 1 to 32, and has a default value of 32.
8688
8789
```bash
8890
python3 connect_for_documentation.py \
@@ -100,8 +102,6 @@ python3 connect_for_documentation.py \
100102
-s <value>
101103
```
102104

103-
**Note!** Valid values for `-n` range from 1 to 32. If not specified, the default of 32 sessions is used.
104-
105105
## Next steps
106106

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mpclaim -L -M 2
6161

6262
## Attach volumes to the client
6363

64-
Use the following script to create your connections. To execute it, you need the following parameters:
64+
Use the following script to create your connections. To execute it, collect or determine the following parameters:
6565
- $rgname: Resource Group Name
6666
- $esanname: Elastic SAN Name
6767
- $vgname: Volume Group Name

0 commit comments

Comments
 (0)