spiegel_podman/pkg/machine/shim
lstocchi a9a9eda883
rename ErrRelaunchAttempt to ErrRelaunchSucceeded and fix elevated error handling
The old ErrRelaunchAttempt name was ambiguous — it reads as though the
relaunch attempt failed, when it actually signals success. Rename to
ErrRelaunchSucceeded and update comments at every call site to clarify
that this is not a real error but a sentinel indicating the elevated
child process completed the operation successfully.

Also fix a bug in WSL's launchElevate where a failed elevated process
was incorrectly wrapped with the sentinel, causing callers to treat the
failure as success and print "Machine init complete."

Signed-off-by: lstocchi <lstocchi@redhat.com>
2026-04-03 18:37:24 +02:00
..
diskpull Bump Go version to v6 2025-10-23 11:00:15 -04:00
claim_darwin.go Implement generic providers 2024-02-07 09:18:38 -06:00
claim_unsupported.go pkg/machine/shim: fix unused warnings on windows 2025-03-31 12:27:55 -07:00
claim_unsupported_unix.go pkg/machine/shim: fix unused warnings on windows 2025-03-31 12:27:55 -07:00
host.go rename ErrRelaunchAttempt to ErrRelaunchSucceeded and fix elevated error handling 2026-04-03 18:37:24 +02:00
host_test.go Disallow mounting to certain destination /dir paths 2025-03-07 09:54:01 -06:00
networking.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
networking_unix.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
networking_windows.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
volume.go Bump Go version to v6 2025-10-23 11:00:15 -04:00