Files
podman/pkg/machine
Brent Baude 81003f2d08 Ignore ERROR_SHARING_VIOLATION error on windows
When removing the gvproxy pid file, under CI conditions we could hit a
case where the PID file being removed seemed to have an open handle on
it still.  I could not find anything in podman that left an open handle
and gvproxy would have quit before this, so we think it is likely
another process holding it.  I could not find root cause with CI because
I could not trip the flake.

this new code allows windows (specifically hyperv bc WSL does not use
GVProxy) to ignore an ERROR_SHARING_VIOLATION.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2024-08-06 14:09:36 -05:00
..
2024-07-23 07:28:23 -04:00
2024-08-06 14:45:52 +02:00
2024-07-23 07:28:23 -04:00
2024-04-26 12:31:42 -04:00
2024-06-10 14:57:45 +02:00
2024-04-19 09:52:14 +02:00
2024-02-07 08:17:43 -06:00
2024-04-13 15:20:19 +08:00