-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add a way to select which console to attach to #286
Comments
@yrro I am on the way to implement a solution for that, but OOI what's the usecase of that, having multiple PTY consoles per VM? |
It's not exactly a vital enhancement, but I find screen updates on the virtio-serial port are a bit less laggy. But GRUB and other bootloaders can't use virtio-serial ports, so I ended up configuring an emulated serial console for disaster recovery, and a virtio-serial port for 'normal' use. |
@yrro for your interest this feature request has been implemented and released in cockpit-machines 256 https://cockpit-project.org/blog/cockpit-257.html |
I've got VMs that look like this:
Cockpit and
virsh console vmname
connect to the first console.virsh console vmname --device console1
connects to the second console. It would be nice if there was a menu that allowed me to pick the second console incockpit-machines
too.The text was updated successfully, but these errors were encountered: