bharathsm-ms

Results 9 issues of bharathsm-ms

https://github.com/Azure-Samples/azure-files-samples/blob/master/AzFileDiagnostics/Linux/AzFileDiagnostics.sh RHEL 7.9(3.10 kernel version) supports SMB 3.0 version, but current script logic considers SMB3 support if kernel version is > 4.11. Add special case for RHEL distro while determining...

Script failing with below message even when both storage account and VM is in same region for RHEL 7.9 VM. 2023-12-01T06:36:24.914Z Error: Client VM (public IP: xx:xx:xx:xx) is not Azure...

Current script limit the trace capture size to kernel buffer size, but if we want to run capture traces for longer duration (if we dont know when issue gets hit...

Have a parameter to below scripts to specify the only needed kernel trace points, because capturing all trace points would result in large logs. https://github.com/Azure-Samples/azure-files-samples/tree/master/SMBDiagnostics https://github.com/Azure-Samples/azure-files-samples/tree/master/NfsDiagnostics

While accessing SMB shares with Linux SMB kernel client, If the number of SMB responses from server with status of STATUS_IO_TIMEOUT exceeds a specified threshold (NUM_STATUS_IO_TIMEOUT), we reconnect the connection....