-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 start reports error but seem to run ? #11421
Comments
Can you provide more environment details - where are you running |
OSX - Intel |
I am receiving the same "warning" message with
Consider adding the podman/pkg/machine/qemu/options_linux_amd64.go Lines 7 to 13 in 056f492
at: podman/pkg/machine/qemu/options_darwin_amd64.go Lines 7 to 10 in 056f492
See GNS3/gns3-server#1639 for the inspiration |
the error is benign |
This issue is not about the specific warning - but that there is no indication to the user to know that the start succeeded - I'm suggesting that since such warnings/errors show up to actually print that there was a success; then users actually have a chance to know the warnings/errors are benign. |
@maxandersen We have a fix to eliminate the warning. But you want a last line that says something like |
Yes. Something to reliably indicate success or failure. |
Adding the `-cpu host` option to the `addArchOptions` function for darwin removes the warning message, "host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]" by qemu-system-x86_64 when using the `podman machine start` command on MacOS Closes containers#11421 [NO TESTS NEEDED] Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
Describe the results you received:
Some indication that there was a success and a hint on what to do next as user.
Describe the results you expected:
or ultimately:
The text was updated successfully, but these errors were encountered: