Merge pull request #20069 from baude/noextrawindows

windows cannot "do" extra files
This commit is contained in:
OpenShift Merge Robot
2023-09-20 19:40:28 -04:00
committed by GitHub

View File

@ -633,7 +633,6 @@ func (m *HyperVMachine) startHostNetworking() (string, machine.APIForwardingStat
}
c := cmd.Cmd(gvproxyBinary)
c.ExtraFiles = []*os.File{dnr, dnw, dnw}
if err := c.Start(); err != nil {
return "", 0, fmt.Errorf("unable to execute: %q: %w", cmd, err)
}