Hello all,
We've used a NFS mount in the past for an ISO repository on our ESX servers, and had it mounted within the service console under /vmimages. We're upgrading to 5.1 and since there's no more service console, we need to start doing this the right way. :-)
On our ESXi 5.1 servers, we have vSwitch0 with only a "Management Network" vmkernel port. No other portgroups are currently on this vswitch.
My understanding is that in order to truly isolate NFS traffic to a unique vmkernel, we would need to have a separate subnet specifically for it. For example, if another vmkernel port was created (for NFS) in the same subnet on vSwitch0, there's no guarantee it would use that vmkernel port for NFS unless it was "first" in the list of vmkernel ports. (esxcfg-route -l)
We don't currently use NFS for datastores and that may come later as we are planning to do more with it, but it's not practical to setup another subnet at the moment for just an ISO repository.
So...
Are there any issues with having the ISO repository NFS traffic use the "Management Network" vmkernel port? Or, should we setup another vmkernel port and/or vswitch (that would ultimately be in the same subnet) and try take steps to make sure it comes before the "Management Network" vmkernel port?
Thank you!