Files
Ashley Cui 42ea211211 Fix locking error in WSL machine rm -f
Fixed a bug where `podman machine rm -f` would cause a deadlock when
running with WSL.

The deadlock is caused by the Remove() function calling the Stop()
function after Remove() locks the VM. Stop() also has a lock call, which
fails and deadlocks because Remove() already claimed lock. Fix this by
moving the stop call before the lock

[NO NEW TESTS NEEDED]

Signed-off-by: Ashley Cui <acui@redhat.com>
2023-11-29 16:28:59 -05:00
..
2023-11-07 08:30:44 -06:00
2023-11-07 08:30:44 -06:00
2023-02-15 14:48:12 -05:00
2023-09-29 22:42:22 -04:00
2023-10-12 09:26:06 -04:00
2023-11-07 08:30:44 -06:00
2023-11-07 14:05:15 -06:00
2023-01-23 10:48:32 -06:00
2023-01-23 10:48:32 -06:00
2023-11-07 08:30:44 -06:00
2023-08-04 09:13:50 -05:00
2023-11-22 13:21:24 -06:00