Closed lucdekens closed 4 years ago
When a VSS depends on a number of pNIC, the generated code looks like
DependsOn = '[VMHostPhysicalNic]VMHostPhysicalNic_vmnic1, [VMHostPhysicalNic]VMHostPhysicalNic_vmnic0'
while that should be
DependsOn = '[VMHostPhysicalNic]VMHostPhysicalNic_vmnic1', '[VMHostPhysicalNic]VMHostPhysicalNic_vmnic0'
This causes an error when running the config.
Good catch! I will start working on fixing it.
The bug was fixed in PR #260.
When a VSS depends on a number of pNIC, the generated code looks like
while that should be
This causes an error when running the config.