Podman Machine AppleHV CI fixes

This PR contains several fixes that allow the applehv podman tests run
to completion.

Signed-off-by: Brent Baude <baude@redhat.com>
This commit is contained in:
Brent Baude
2024-02-04 15:02:35 -06:00
committed by Brent Baude
parent d5eb8f3b71
commit f23b144c60
7 changed files with 161 additions and 70 deletions

View File

@ -26,6 +26,6 @@ func (s *StdDiskPull) Get() error {
// could not find disk
return err
}
logrus.Debugf("decompressing %s to %s", s.inputPath.GetPath(), s.finalPath.GetPath())
logrus.Debugf("decompressing (if needed) %s to %s", s.inputPath.GetPath(), s.finalPath.GetPath())
return compression.Decompress(s.inputPath, s.finalPath.GetPath())
}