Skip to content

Commit b66e4dd

Browse files
Merge pull request #277247 from netapp-manishc/patch-27
Update configure-kerberos-encryption.md
2 parents 179317c + 99acf02 commit b66e4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/configure-kerberos-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 01/10/2022
8+
ms.date: 06/24/2024
99
ms.author: anfdocs
1010
---
1111
# Configure NFSv4.1 Kerberos encryption for Azure NetApp Files
@@ -93,7 +93,7 @@ Follow instructions in [Configure an NFS client for Azure NetApp Files](configur
9393

9494
5. Mount the volume on the host:
9595

96-
`sudo mount -t nfs -o sec=krb5p,rw,hard,rsize=1048576,wsize=1048576,vers=4.1,tcp $ANFEXPORT $ANFMOUNTPOINT`
96+
`sudo mount -t nfs -o sec=krb5p,rw,hard,rsize=262144,wsize=262144,vers=4.1,tcp $ANFEXPORT $ANFMOUNTPOINT`
9797

9898
* The `$ANFEXPORT` variable is the `host:/export` path found in the mount instructions.
9999
* The `$ANFMOUNTPOINT` variable is the user-created folder on the Linux host.

0 commit comments

Comments
 (0)