Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman machine init help command on Windows #16928

Closed
benoitf opened this issue Dec 23, 2022 · 0 comments · Fixed by #16942
Closed

podman machine init help command on Windows #16928

benoitf opened this issue Dec 23, 2022 · 0 comments · Fixed by #16942
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@benoitf
Copy link
Contributor

benoitf commented Dec 23, 2022

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind bug

Description

On Windows, when typing podman machine init

I can see

Options:
      --image-path string      Path to qcow image (default "35")

Steps to reproduce the issue:

  1. podman machine init

Describe the results you received:
Path to qcow image (default "35")

Describe the results you expected:

  1. first error: AFAIK WSL is not using qcow format
  2. and the version that we get is Fedora 36. Here it's saying default 35

Also I tried --image-path 36 or --image-path 37
it doesn't change anything

For example on macOS I can use --image-path next or --image-path stable and default is testing

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

(paste your output here)

Output of podman info:

(paste your output here)

Package info (e.g. output of rpm -q podman or apt list podman or brew info podman):

(paste your output here)

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?

Yes/No

Additional environment details (AWS, VirtualBox, physical, etc.):

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Dec 23, 2022
baude added a commit to baude/podman that referenced this issue Dec 25, 2022
Issue containers#16928 rightly points out that qcow2 images are not used on all
podman architectures.

Fixes: containers#16928

Signed-off-by: Brent Baude <[email protected]>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 6, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant