Skip to content

Commit 3e0b0f4

Browse files
committed
more edits
1 parent fef48ff commit 3e0b0f4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/storage/files/glusterfs-migration-guide.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Windows clients connecting to Azure Files via SMB should meet the following requ
3838
- SMB 3.0 protocol support for encryption features
3939
- SMB 3.1.1 protocol support for best security and performance
4040

41+
> [!IMPORTANT]
42+
> We strongly recommend using SMB 3.1.1 protocol for Azure Files access. SMB 3.0 and 2.0 should only be used for legacy clients, and you must plan an OS upgrade to mitigate unpatched security vulnerabilities.
43+
4144
For a complete list of requirements and setup instructions, see [Use an Azure file share with Windows](storage-how-to-use-files-windows.md#prerequisites).
4245

4346
### NFS requirements
@@ -64,7 +67,7 @@ Linux clients connecting via SMB should have:
6467
> [!IMPORTANT]
6568
> We strongly recommend using SMB 3.1.1 protocol for Azure Files access. SMB 3.0 and 2.0 should only be used for legacy clients, and you must plan an OS upgrade to mitigate unpatched security vulnerabilities.
6669
67-
For specific distribution support and configuration steps, see [Use an Azure file share with Linux](storage-how-to-use-files-linux.md#prerequisites).
70+
For specific distribution support and configuration steps, see [Mount SMB Azure file shares on Linux clients](storage-how-to-use-files-linux.md#prerequisites).
6871

6972
### NFS requirements
7073

@@ -184,7 +187,7 @@ sudo mount -t nfs <storage-account-name>.file.core.windows.net:/<storage-account
184187

185188
### Step 4: Perform data migration
186189

187-
Once you've mounted the Azure file share, you can perform the data migration.
190+
After you've mounted the Azure file share, you can perform the data migration.
188191

189192
# [Windows](#tab/windows)
190193

@@ -232,7 +235,7 @@ For large datasets, consider using the `--exclude` parameter to perform the migr
232235
Follow these recommendations to optimize performance when migrating from GlusterFS to Azure Files. For detailed performance tuning, see [Azure Files scalability and performance targets](storage-files-scale-targets.md) and [Understand and optimize Azure file share performance](understand-performance.md).
233236

234237
> [!NOTE]
235-
> Check VM size to ensure the VM network bandwidth isn't a bottleneck when your file shares are correctly sized for required throughput and IOPS. Different VM SKUs have different network bandwidth limits that can constrain overall file share performance. Select VM sizes that provide sufficient network throughput for your workload requirements. For more information, see [Azure virtual machine sizes](/azure/virtual-machines/sizes).
238+
> Check virtual machine (VM) size to ensure that VM network bandwidth isn't a bottleneck when your file shares are correctly sized for required throughput and IOPS. Different VM SKUs have different network bandwidth limits that can constrain overall file share performance. Select VM sizes that provide sufficient network throughput for your workload requirements. For more information, see [Azure virtual machine sizes](/azure/virtual-machines/sizes).
236239
237240
# [Windows](#tab/windows)
238241

@@ -247,10 +250,10 @@ Follow these recommendations to optimize performance when migrating from Gluster
247250

248251
### Optimize NFS performance
249252

250-
- Always use Premium file shares for NFS workloads (required).
253+
- Always use Premium (SSD) file shares for NFS workloads (required).
251254
- Provision sufficient capacity based on your [throughput requirements](understand-performance.md).
252255
- Optimize client-side settings like read/write buffer sizes.
253-
- Use nconnect, a client-side mount option that allows you to use multiple TCP connections between the client and your NFS file share. We recommend the optimal setting of nconnect=4.
256+
- Use nconnect, a client-side mount option that allows you to use multiple TCP connections between the client and your NFS file share. We recommend the optimal setting of `nconnect=4`.
254257
- Consider network latency between your clients and Azure.
255258
- Follow [Azure Files performance recommendations](nfs-performance.md) for NFS file shares.
256259

0 commit comments

Comments
 (0)