You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/glusterfs-migration-guide.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ Windows clients connecting to Azure Files via SMB should meet the following requ
38
38
- SMB 3.0 protocol support for encryption features
39
39
- SMB 3.1.1 protocol support for best security and performance
40
40
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
+
41
44
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).
42
45
43
46
### NFS requirements
@@ -64,7 +67,7 @@ Linux clients connecting via SMB should have:
64
67
> [!IMPORTANT]
65
68
> 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.
66
69
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).
68
71
69
72
### NFS requirements
70
73
@@ -184,7 +187,7 @@ sudo mount -t nfs <storage-account-name>.file.core.windows.net:/<storage-account
184
187
185
188
### Step 4: Perform data migration
186
189
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.
188
191
189
192
# [Windows](#tab/windows)
190
193
@@ -232,7 +235,7 @@ For large datasets, consider using the `--exclude` parameter to perform the migr
232
235
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).
233
236
234
237
> [!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).
236
239
237
240
# [Windows](#tab/windows)
238
241
@@ -247,10 +250,10 @@ Follow these recommendations to optimize performance when migrating from Gluster
247
250
248
251
### Optimize NFS performance
249
252
250
-
- Always use Premium file shares for NFS workloads (required).
253
+
- Always use Premium (SSD) file shares for NFS workloads (required).
251
254
- Provision sufficient capacity based on your [throughput requirements](understand-performance.md).
252
255
- 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`.
254
257
- Consider network latency between your clients and Azure.
255
258
- Follow [Azure Files performance recommendations](nfs-performance.md) for NFS file shares.
0 commit comments