Skip to content
kazuhisya edited this page Jun 26, 2011 · 4 revisions

virt-thinclone

Virtualmachine ThinProvisioning Clone Tool

Download rpm

https://github.com/kazuhisya/virt-thinclone/downloads

Usage

 Usage: virt-thinclone [options]
    -o, --original <name>            Original Domain Name: Necessary
    -n, --new <name>                 New Domain Name: Necessary
    -i, --ip <ip>                    New Domain IP: Necessary
    -m, --mask <netmask>             New Domain NetMask: Default 255.255.255.0
    -M, --mac <mac>                  New Domain MAC Address: Default random
    -g, --gate <gateway>             New Domain DefaultGateway: Default 192.168.0.1
    -p, --partition <partition>      Dom root Partition Name: Default /dev/mapper/VolGroup-lv_root
    -s, --snap <snapshot>            New Domain Fast Snapshot Name: Default provisioning_default

License

GPLv2+

Note

This programme is works under RHEL6 Host and RHEL6 Guest only. However, Fedora13 or 14 might work. maybe.

The following package might be necessary for it and you.

  • ruby-1.8.7
  • ruby-libvirt-0.3.0
  • libvirt
  • libvirt-client
  • qemu-img
  • python-virtinst(virt-clone)
  • guestfish-1.2.7
Clone this wiki locally