Bug 468457
Summary: | RFE: add option to 'virsh start' to immediately connect to the guest text console | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Snook <csnook> |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | berrange, brads, crobinso, veillard, virt-maint |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-07-27 19:25:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Snook
2008-10-24 19:55:57 UTC
This bug has been triaged Are there any plans for this bug to get attention soon? The "virsh start vmname && virsh console vmname" may work in some situations, but at least on my test system with a Xen guest (which is what a lot of GLS's training environments use, at least for now) it does not work. We'd like to make our courseware more forward-compatible by replacing xm commands with the corresponding virsh commands, but so far we have no viable way to access pygrub in a Xen paravirt environment without using xm. Opps, forgot about this. It was addressed in F11 and later $ virsh help start NAME start - start a (previously defined) inactive domain SYNOPSIS start <domain> [--console] DESCRIPTION Start a domain. OPTIONS <domain> name of the inactive domain --console attach to console after creation Likewise for the 'create' command |