Mario Loriedo

Results 68 issues of Mario Loriedo

### Issue Description An image's build fails on Hyper-V when using additional build context. The same build works fine when using WSL as the machine provider. ```log copier: get: "/test":...

kind/bug
remote
windows

This PR is to re-enable the e2e machine test on volume creation on Hyper-V that was disabled because of #21036. We have to wait for the fix https://github.com/containers/common/pull/2100 to be...

do-not-merge/work-in-progress
machine
release-note-none

Currently on Windows, volumes are mounted differently based on the provider: - WSL automatically mounts the main drive `C:/` under `/mnt/c` on every Linux VM - For HyperV instead, `podman`...

approved

~Hyper-V~ Machines failed to start when the path of a volume contained a space. To avoid that we are surrounding the path name with quotation marks before invoking `podman machine...

approved
do-not-merge/work-in-progress
machine
release-note

### Feature request description There are different cases when podman requires elevated mode on Windows: 1. the installer copies files in `C:/Program Files` 2. the installer checks if WSL and...

kind/feature
machine
windows

## Describe the problem In Hyper-V machines, by default, the host `C:\` drive is mounted in `/mnt/c` and accessible from a container using a volume (`podman run -v C:\anysubfolder ...`)....

kind/bug
machine
windows
jira

### Issue Description If WSL isn't installed, and a user tries to run `podman machine init` on Windows, Podman tries to install WSL automatically. This flow is currently broken. ###...

kind/bug
machine
windows