Skip to content

Commit b8560f8

Browse files
committed
Fix typo: Ubuntu kernals -> Ubuntu kernels
1 parent bfc84a8 commit b8560f8

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)