I did notice there is already some name trimming/substringing happening here but it appears the port is putting it past the limit? It looks like the current names are trimmed down to 32 characters but the ports add an extra - + port number (~4 characters).
I haven't had a chance to dig into this further yet, as a workaround we just shortened our name that was being passed in.
I've been encountering issues with the NLB module name length:
Specifically for these two lines:
I did notice there is already some name trimming/substringing happening here but it appears the port is putting it past the limit? It looks like the current names are trimmed down to 32 characters but the ports add an extra
-
+ port number (~4 characters).I haven't had a chance to dig into this further yet, as a workaround we just shortened our name that was being passed in.