Bug 1025959

Summary: Add options to virt-clone so it can clone machine just by it's name
Product: [Community] Virtualization Tools Reporter: yac <yac>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, berrange, crobinso, gscrivan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-04 18:41:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yac 2013-11-02 13:26:26 UTC
Description of problem:

Add options to virt-clone so it can clone machine just by it's name. Currently it seems it can be clone by dumped xml file. I'd like this to behave similarly as in virt-manager, only from command line so I would give it just the name of the original, of the new machine and it's done.

Comment 1 Cole Robinson 2013-11-04 18:41:27 UTC
Already exists, virt-clone -o

virt-clone -o <original-name> -n <new-name> --auto-clone