virt-manager/virtinst
Chen Hanxiao 4622a0a8f8 virt-clone: introduce --reflink for btrfs COW copy
libvirt commit 466b29c8c3593b2dac92acad5dd8ec923c428259
introduce btrfsCloneFile() for COW copy.
This patch add support for --reflink option for virt-clone.
When specified --reflink, if src and dst images all on a btrfs
fs, we could take advantage of COW copy.
If not, error out.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2015-02-07 10:18:05 +08:00
..
__init__.py util: Move uri_split to its own URISplit class 2014-12-09 08:43:19 -05:00
capabilities.py Add support for PowerPC Little Endian (ppc64le) architecture. 2015-01-09 10:47:52 -05:00
cli.py cli: Fix debug message formatting 2015-01-29 10:03:35 -05:00
clock.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
cloner.py virt-clone: introduce --reflink for btrfs COW copy 2015-02-07 10:18:05 +08:00
connection.py storage: Really don't use PREALLOC flag with test driver 2014-12-09 13:14:12 -05:00
cpu.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
device.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
deviceaudio.py virtinst: add ich9 to the list of audio models 2014-09-16 09:04:14 +02:00
devicechar.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicecontroller.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicedisk.py devicedisk: fix source name attribute for gluster volumes 2015-01-29 11:31:43 -05:00
devicefilesystem.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicegraphics.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicehostdev.py details: Move hostdev prettyifier to virtinst 2014-09-20 14:56:57 -04:00
deviceinput.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
deviceinterface.py util: Simplify default_bridge to not confuse pylint 2014-10-27 19:53:25 -04:00
devicememballoon.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicepanic.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
deviceredirdev.py details: Reorg a bunch of the global helpers 2014-09-20 10:23:19 -04:00
devicerng.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicesmartcard.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicetpm.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
devicevideo.py virt-manager: reset vgamem for video when changing device type 2014-12-01 17:02:22 +01:00
devicewatchdog.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
diskbackend.py virt-install: Fix --disk pool=NETPOOL,size=... creation 2014-12-10 13:22:42 -05:00
distroinstaller.py tests: Drop a bunch of redundant xmlconfig tests 2014-12-09 13:19:56 -05:00
domainblkiotune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainfeatures.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainmemorybacking.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainmemorytune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainnumatune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainresource.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domcapabilities.py virtinst: Add DomainCapabilities parser 2014-09-17 18:29:24 -04:00
guest.py virt-manager: disable HYPER-V on Windows 2008 R2 and Win7 SP1 with UEFI 2015-01-27 13:38:24 +01:00
hostkeymap.py mass update: remove double spaces from comments 2013-10-28 17:22:31 +01:00
idmap.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
installer.py devicedisk: Drop transient parameter 2014-12-05 21:49:10 -05:00
interface.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
network.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
nodedev.py nodedev: Simplify parameter comparison 2014-09-20 14:22:03 -04:00
osdict.py osdict: Remove unused diskbus field 2014-11-20 10:58:15 -05:00
osxml.py Add support for PowerPC Little Endian (ppc64le) architecture. 2015-01-09 10:47:52 -05:00
pm.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
pollhelpers.py connection: Use name instead of uuid for object keys 2014-06-02 17:48:32 -04:00
seclabel.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
snapshot.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
storage.py virt-clone: introduce --reflink for btrfs COW copy 2015-02-07 10:18:05 +08:00
support.py virt-clone: introduce --reflink for btrfs COW copy 2015-02-07 10:18:05 +08:00
uri.py uri: Add unit tests, fix some bugs 2014-12-09 10:15:53 -05:00
urlfetcher.py urlfetcher: Hint at the user if URL appears unaccessible 2014-12-10 13:57:10 -05:00
util.py util: Move uri_split to its own URISplit class 2014-12-09 08:43:19 -05:00
xmlbuilder.py xmlbuilder: Remove now unused clear_attrs infrastructure 2014-12-04 15:29:12 -05:00