Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazuhisya/virt-thinclone
Virtualmachine ThinProvisioning Clone Tool
https://github.com/kazuhisya/virt-thinclone
Last synced: about 2 months ago
JSON representation
Virtualmachine ThinProvisioning Clone Tool
- Host: GitHub
- URL: https://github.com/kazuhisya/virt-thinclone
- Owner: kazuhisya
- Created: 2011-02-04T12:22:42.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-15T08:51:31.000Z (over 13 years ago)
- Last Synced: 2023-03-11T15:28:48.297Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
virt-thinclone
============
Virtualmachine ThinProvisioning Clone ToolUsage
-----
Usage: virt-thinclone [options]
-o, --original Original Domain Name: Necessary
-n, --new New Domain Name: Necessary
-i, --ip New Domain IP: Necessary
-m, --mask New Domain NetMask: Default 255.255.255.0
-M, --mac New Domain MAC Address: Default random
-g, --gate New Domain DefaultGateway: Default 192.168.0.1
-p, --partition Dom root Partition Name: Default /dev/mapper/VolGroup-lv_root
-s, --snap New Domain Fast Snapshot Name: Default provisioning_defaultLicense
----
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