Bug 580101 - RFE: Add CLI option to provision a VM without starting it
Summary: RFE: Add CLI option to provision a VM without starting it
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Virtualization Tools
Classification: Community
Component: virtinst
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Cole Robinson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-07 13:47 UTC by Charles Almond
Modified: 2010-05-05 19:27 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-05 19:27:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Charles Almond 2010-04-07 13:47:24 UTC
Description of problem:
The current virt-install script always starts a newly provisioned VM.  virt-clone doesn't start a newly cloned VM, but to create a new VM with virt-install I would like to have a way to define the VM without actually starting it at the time it is defined.

Comment 1 Cole Robinson 2010-05-05 19:27:45 UTC
Thanks for the RFE, but this isn't something we can easily do in virt-install

For most installation scenarios we can't do what you want, because it's actually a two step process: fetch and/or configure the VM to boot from the install media, then configure the VM to boot from the HD. If we just define the guest and don't kick off the install step, your VM will require manual editting to no longer boot off the install CDROM, or PXE, or whatever.

So the best you are going to get here is the --no-reboot option. Sorry.


Note You need to log in before you can comment on or make changes to this bug.