Good day all.
I'm building a new Hyper-Converged stack consisting of 3 servers with a mix of SSD and spinning disk.
During validation, I am attempting to run the Test-RDMA.ps1 script referenced here:
https://docs.microsoft.com/en-us/windows-server/networking/technologies/conv-nic/cnic-app-troubleshoot
I don't get far before it throws an error stating that RDMA is not enabled on the vEthernet adapter. However, I've enabled RDMA and running get-NetAdapterRDMA returns a value of true.
Looking for troubleshooting tips, I came across the article referenced above. One of the validation steps is to run
Get-SmbClientNetworkInterface
When I run this, I get a different result for RDMA Capable. It is returning FALSE for the adapter.
My question is: how do I enable this value for this? There doesn't seem to be a corresponding 'set' command to go with this.