Displaying 1 result from an estimated 1 matches for "vir_domain_console_force".
2016 Apr 07
3
how to list and kill existing console sessions to VMs?
...like using
http://libvirt.org/formatdomain.html#elementCharConsole
Libvirt offers access to VM serial console's using the virDomainOpenConsole API[1]
However, I didn't find a way to
1. list the existing connections to the console
2. kill an existing connection - without reconnecting using VIR_DOMAIN_CONSOLE_FORCE[2]
Am I missing something? How can I do that?
Rationale for my request
oVirt [3] offers a management interface for VMs, and we have recently integrated user-friandly
VM serial console access [4] in the system; in the future release we want to enhance the administation
capabilities allowing to che...