Azure / azhpc-images

Azure HPC/AI VM Images
MIT License
98 stars 78 forks source link

Support for SMB shares #333

Open jpROC1 opened 5 months ago

jpROC1 commented 5 months ago

Nvidia has a known issue with the inability to mount CIFS and SMB shares when using the Mellanox OFED kernel.

https://docs.nvidia.com/networking/display/mlnxofedv590560/known+issues

issue: 2657392

Nvidia state this is not something they produce so do not support it. They recommend rebuilding the cifs module against the Mellanox kernel modules.

https://forums.developer.nvidia.com/t/cifs-error-alma-linux-8-7/260780

https://ciq.com/blog/using-smb-with-mellanox-ofed-on-rocky-linux-8-4/

CIQ have released a guide on rebuilding cifs without smb-direct support. Could something like this be implemented into the azure hpc images?