Hi, I'm homelab'ing Proxmox, and thought I'd manually create a CIFS share, works fine, but then I add the rdma parameter in the mount.cifs command, and it fails to create the share. I checked dmesg, and I see 'CIFS VFS: CONFIG_CIFS_SMB_DIRECT is not enabled'.
So it appears the CIFS module was built with the flag set to disabled.
It would be really great if this was enabled, though I appreciate some things are done on purpose. Could a lead maintainer confirm why SMB-Direct is not enabled for CIFS in the PVE kernel?
Also, thinking I could recompile the kernel with the flag set, any short tutorial sharing which sources to download and where I can set this flag to enabled to build a dev-test kernel?
Ideal world, would love to see this flag enabled, as far as I have deduced, leaving it enabled does not impact CIFS, unless someone specifically mounts a share with the rdma parameter so shouldn't impact CIFS if there are other concerns??
So it appears the CIFS module was built with the flag set to disabled.
It would be really great if this was enabled, though I appreciate some things are done on purpose. Could a lead maintainer confirm why SMB-Direct is not enabled for CIFS in the PVE kernel?
Also, thinking I could recompile the kernel with the flag set, any short tutorial sharing which sources to download and where I can set this flag to enabled to build a dev-test kernel?
Ideal world, would love to see this flag enabled, as far as I have deduced, leaving it enabled does not impact CIFS, unless someone specifically mounts a share with the rdma parameter so shouldn't impact CIFS if there are other concerns??