summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPengzhen Cao <pcao@redhat.com>2010-07-16 10:10:35 +0100
committerRichard Jones <rjones@redhat.com>2010-07-16 10:10:35 +0100
commit1fe5f6b9f625f05e9bb04f099af31dc2def10b23 (patch)
tree58312947bdca3342acf70575b3538b5c49ba3ad4
parent73e34045d1fadb1eb1efbed5cb0ee1fe9643c1e1 (diff)
downloadvirt-tools-1fe5f6b9f625f05e9bb04f099af31dc2def10b23.tar.gz
virt-tools-1fe5f6b9f625f05e9bb04f099af31dc2def10b23.tar.xz
virt-tools-1fe5f6b9f625f05e9bb04f099af31dc2def10b23.zip
Describe enhancements to virt-clone.
-rw-r--r--virttools.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/virttools.txt b/virttools.txt
index 46336a6..633602b 100644
--- a/virttools.txt
+++ b/virttools.txt
@@ -38,8 +38,17 @@ Current plans
* Look into return codes of command line programs.
Status: jclift to write something about this
-* virt-clone requests
- Status: pcao to write a summary of what needs doing
+* virt-clone:
+ 1. clone raw images with better efficiency than dd. As raw image are large
+ and sparse files, using dd is not a good idea. We should use some better
+ algorithm to deal with sparse files, bypass the blank/zero blocks.
+ 2. clone between different image formats. e.g clone raw to qcow/qcow2 and
+ vice versus.
+ 3. after clone, change host name, mac addr, uuid... Function as the
+ example in the article for Linux Pro Magazine. This requires
+ changing things both inside the filesystem and outside in the
+ libvirt configuration.
+ Status: no one working on this yet.
* Fix virsh (it is a second-class citizen to the main libvirt UI right
now, it should not be).