We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50fdec commit d0035cdCopy full SHA for d0035cd
1 file changed
support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md
@@ -324,7 +324,9 @@ echo 1 | sudo tee /sys/module/cifs/parameters/require_gcm_256
324
# Persist the configuration
325
echo "options cifs require_gcm_256=1" | sudo tee -a /etc/modprobe.d/cifs.conf
326
```
327
+You can also use a Kubernetes DaemonSet to enforce AES-256-GCM on every node. See the following example:
328
329
+[support-cifs-aes-256-gcm.yaml](https://github.com/andyzhangx/demo/blob/master/aks/support-cifs-aes-256-gcm.yaml)
330
#### <a id="error115"></a>"Mount error(115): Operation now in progress" when you mount Azure Files by using SMB 3.x
331
332
##### Cause
0 commit comments