Re: [virt-tools-list] Error when emulating SandyBridge on i3-2310M host

2015-01-28 Thread Cole Robinson
On 01/28/2015 12:04 AM, Gizmo Chicken wrote: Hi Cole, Thanks much for the reply. Much appreciated! Following the leads that you provided, I found that definitions that you mentioned in /usr/share/libvirt/cpu_map.xml Just for kicks, I edited the definition for SandyBridge to reads as

Re: [virt-tools-list] [virt-manager PATCH 1/3] virt-clone: introduce --reflink for btrfs COW copy

2015-01-28 Thread Giuseppe Scrivano
Chen Hanxiao chenhanx...@cn.fujitsu.com writes: 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

Re: [virt-tools-list] [PATCH] fix source name attribute for gluster volumes

2015-01-28 Thread Anatoly Belikov
I got this error when i made few subdirectories in gluster volume, and changed dir path / in libvirt pool xml accordingly. Here is command line and debug output in attached file: python /usr/share/virt-manager/virt-install --name=vm3vv --disk vol=gluster-pool/vm3vv.qcow2,bus=ide,cache=none

Re: [virt-tools-list] [virt-manager PATCH 3/3] man: add man page for virt-clone --reflink

2015-01-28 Thread Giuseppe Scrivano
Chen Hanxiao chenhanx...@cn.fujitsu.com writes: +=item --reflink + +When --reflink is specified, perform a lightweight copy. This is much faster +if source images and destination iamges are all on the same btrfs filesystem. +If COW copy is not possible, then virt-clone error out. + =back

Re: [virt-tools-list] [virt-manager PATCH 1/3] virt-clone: introduce --reflink for btrfs COW copy

2015-01-28 Thread Cole Robinson
On 01/27/2015 11:12 PM, Chen Hanxiao wrote: 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