Skip to content

Commit ee9c008

Browse files
author
julie.chen
committed
adding SMB Performance FAQs article
1 parent f025928 commit ee9c008

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/azure-netapp-files/azure-netapp-files-smb-performance.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article answers frequently asked questions (FAQs) about SMB performance bes
2222

2323
## Is SMB Multichannel enabled by default in SMB shares?
2424

25-
Yes, SMB Multichannel is enabled by default, a change put in place early January 2020. All SMB shares pre-dating existing SMB volumes have had the feature enabled, and all newly created volumes will also have the feature enabled at time of creation.
25+
Yes, SMB Multichannel is enabled by default, a change put in place in early January 2020. All SMB shares pre-dating existing SMB volumes have had the feature enabled, and all newly created volumes will also have the feature enabled at time of creation.
2626

2727
Any SMB connection established prior to the feature enablement will need to be reset to take advantage of the SMB Multichannel functionality. To reset, simply disconnect and reconnect the SMB share.
2828

@@ -42,7 +42,6 @@ To see if your Azure virtual machine NICs support RSS, run the command
4242

4343
![RSS support for Azure virtual machine](../media/azure-netapp-files/azure-netapp-files-formance-rss-support.png)
4444

45-
4645
## Does Azure NetApp Files support SMB Direct?
4746

4847
No, Azure NetApp Files does not support SMB Direct.
@@ -59,7 +58,6 @@ As the output of `Get-SmbClientNetworkInterace` below shows, the virtual machine
5958

6059
![RSS-capable NICS](../media/azure-netapp-files/azure-netapp-files-rss-capable-nics.png)
6160

62-
6361
## Is NIC Teaming supported in Azure?
6462

6563
NIC Teaming is not supported in Azure. Although multiple network interfaces are supported on Azure virtual machines, they represent a logical rather than a physical construct. As such, they provide no fault tolerance. Also, the bandwidth available to an Azure virtual machine is calculated for the machine itself and not any individual network interface.
@@ -82,15 +80,14 @@ Note that the Azure virtual machine does not affect SMB (nor NFS) storage I/O li
8280

8381
### Sequential IO
8482

85-
Tests similar to the random I/O tests described above were performed with 64-KiB sequential I/O. Although the increases in client connection count per RSS network interface beyond 4’ had no noticeable effect on random I/O, the same does not apply to sequential I/O. As the following graph shows, with each increase came a corresponding increase in read throughput. Write throughput remained flat due to network bandwidth restrictions placed by Azure for each instance type/size.
83+
Tests similar to the random I/O tests described above were performed with 64-KiB sequential I/O. Although the increases in client connection count per RSS network interface beyond 4’ had no noticeable effect on random I/O, the same does not apply to sequential I/O. As the following graph shows, each increase is associated with a corresponding increase in read throughput. Write throughput remained flat due to network bandwidth restrictions placed by Azure for each instance type/size.
8684

8785
![Sequential I/O tests](../media/azure-netapp-files/azure-netapp-files-sequential-io-tests.png)
8886

8987
Note that Azure places network rate limits on each virtual machine type/size. The rate limit is imposed on outbound traffic only. The number of NICs present on a virtual machine has no bearing on the total amount of bandwidth available to the machine. For example, the D16 instance type has an imposed network limit of 8000 Mibps (1,000 MiB/s). As the sequential graph above shows, the limit affects the outbound traffic (writes) but not multichannel reads.
9088

9189
![Sequential I/O comparison](../media/azure-netapp-files/azure-netapp-files-sequential-io-tests-list.png)
9290

93-
9491
## Is advanced networking recommended?
9592

9693
For maximum performance, it is recommended that you configure advanced networking where possible. Keep the following considerations in mind:

0 commit comments

Comments
 (0)