Bug 580101

Summary: RFE: Add CLI option to provision a VM without starting it
Product: [Community] Virtualization Tools Reporter: Charles Almond <calmond>
Component: virtinstAssignee: Cole Robinson <crobinso>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: berrange
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-05 19:27:45 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 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.