Skip to content

Commit d0035cd

Browse files
authored
Update support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md
1 parent b50fdec commit d0035cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ echo 1 | sudo tee /sys/module/cifs/parameters/require_gcm_256
324324
# Persist the configuration
325325
echo "options cifs require_gcm_256=1" | sudo tee -a /etc/modprobe.d/cifs.conf
326326
```
327+
You can also use a Kubernetes DaemonSet to enforce AES-256-GCM on every node. See the following example:
327328

329+
[support-cifs-aes-256-gcm.yaml](https://github.com/andyzhangx/demo/blob/master/aks/support-cifs-aes-256-gcm.yaml)
328330
#### <a id="error115"></a>"Mount error(115): Operation now in progress" when you mount Azure Files by using SMB 3.x
329331

330332
##### Cause

0 commit comments

Comments
 (0)