Skip to content

Commit 4388121

Browse files
Merge pull request #127134 from changeworld/patch-16
Fix typo: Ubuntu kernals -> Ubuntu kernels
2 parents a3a7816 + b8560f8 commit 4388121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/network-file-system-protocol-support-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can use the `nconnect` mount option to get higher aggregate read and write p
6565
> [!IMPORTANT]
6666
> While the latest Linux distributions fully support nconnect, you should use this option only if your kernel has Azure nconnect support. Using the `nconnect` mount option without Azure nconnect support will decrease throughput, cause multiple timeouts, and cause commands such as `READDIR` and `READIRPLUS` to work incorrectly.
6767
68-
Azure nconnect support is available with most of the recent Ubuntu kernals that can be used with Azure virtual machines. To find out if Azure nconnect support is available for your kernel, run the following command.
68+
Azure nconnect support is available with most of the recent Ubuntu kernels that can be used with Azure virtual machines. To find out if Azure nconnect support is available for your kernel, run the following command.
6969

7070
```
7171
[ -e /sys/module/sunrpc/parameters/enable_azure_nconnect ] && echo "Yes" || echo "No"

0 commit comments

Comments
 (0)