If I am going down the converged network path via SCVMM with my 2012 hosts, using teaming (2 - 10gig) I am setting the QoS with port profiles for the vNIC's (mgt, csv, lm), what is setting the overall minimum for the logical switch when doing this from SCVMM?
I have seen power shell examples that do it via this command...
"Set-VMSwitch "VM_QA" -DefaultFlowMinimumBandwidthWeight 20"
and if I run this command "Get-VMswitch | fl *" I can see that "20" is set. If I create everything in SCVMM I get a setting of "1".
My assumption is that the VM's will get 1% if QoS kicks in where the MGT, CSV, LM vNIC's will get whatever the port profiles set? (10, 10, 40 I think for the default).
Also to make sure I understand this....QoS only kicks in when there is congestion? Example on a stand alone host that I have teamed, that only has a vNIC for management a VM could use 100% of the bandwidth until the Management vNIC needed bandwidth and the QoS would give 10% to management????
Thanks, -Lindy