-
Notifications
You must be signed in to change notification settings - Fork 933
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
lxc launch
accepts but ignores --console
argument
#14339
Comments
Ive think ive used that in the past, i think recently, so seems like a regression. |
I had that feeling too, so I've checked with
|
tomponline
added a commit
that referenced
this issue
Oct 25, 2024
tomponline
pushed a commit
to tomponline/lxd
that referenced
this issue
Dec 4, 2024
Fixes canonical#14339 Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com> (cherry picked from commit 18f4c42)
tomponline
pushed a commit
to tomponline/lxd
that referenced
this issue
Dec 9, 2024
Fixes canonical#14339 Fixes a regression introduced in canonical#13695 Signed-off-by: Wesley Hershberger <wesley.hershberger@canonical.com> (cherry picked from commit 18f4c42)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Launch
v1
with a text console:Notice no console is shown. Same goes for
--console=vga
that equally doesn't work.On the other hand,
lxc init
refuses the--console
argument (which is fine):So either
lxc launch
should refuse the--console
argument or even better, it should keep accepting it but act accordingly.Additional information:
The text was updated successfully, but these errors were encountered: