Difference between revisions of "Virt-clone"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 19: | Line 19: | ||
* <code>[[virt-sysprep]]</code> (<code>[[libguestfs-tools]]</code> package) | * <code>[[virt-sysprep]]</code> (<code>[[libguestfs-tools]]</code> package) | ||
* <code>[[virsh edit]]</code> | * <code>[[virsh edit]]</code> | ||
+ | * <code>/etc/libvirt/[[qemu]]</code> | ||
== Activities == | == Activities == |
Revision as of 10:45, 26 January 2020
virt-clone
command is inclueed in Ubuntu in virtinst
package.
- 1)
virt-clone --original ORIGIN_MACHINE --name NEW_MACHINE --auto-clone
- 2)
hostnamectl set-hostname NEW_SERVER_NAME
- 3) Modify:
/etc/netplan/
virt-clone --original ORIGIN_MACHINE --name NEW_MACHINE --auto-clone ERROR Disk /path/to/file.qcow2 is already in use by other guests ['OTHER_MACHINE']. (Use --check path_in_use=off or --check all=off to override)
Solution: virsh undefine OTHER_MACHINE
Related commands
virt-sysprep
(libguestfs-tools
package)virsh edit
/etc/libvirt/qemu
Activities
- Clone a virtual machine using https://www.cyberciti.biz/faq/how-to-clone-existing-kvm-virtual-machine-images-on-linux/ as reference
See also
Advertising: