<span style="font-family: Trebuchet MS, sans-serif; font-size: 9pt"><span style="font-size: 9pt; font-family: trebuchet ms,sans-serif;">Coming off of xen environment; still testing with kvm, just a few questions:<br />
<br />
1. What is the roadmap for release of qemu-kvm 1.1 and libvirt 0.10.2 for el6, cause I had to compile from upstream to get the latest stuff.<br />
2. Should not virt-manager show the sparsed disk size instead of actual reserved size of a vm? <br />
3. Where is the virsh bash_completion conf.d file from upstream; since el6 rpm for it seems have tab completion built right into virsh shell.<br />
4. Created a disk-only snapshot of a vm CO1 called capture1 but the syntax of blockpulling seems to be opposite from what has been advertised on Fedora and other relative wikis. Check below and the error with first blockpull command.<br />
<br />
<br />
[root@KVM libvirt]# virsh snapshot-create-as CO1 capture1 "CO1s first snapshot test" --disk-only --atomic<br />
<br />
[root@KVM libvirt]# virsh -d 0 blockpull CO1 --path /home/vms/co1.img --bandwidth 500 --base /home/vms/co1.capture1 <br />
blockpull: domain(optdata): CO1<br />
blockpull: path(optdata): /home/vms/co1.img<br />
blockpull: bandwidth(optdata): 500<br />
blockpull: base(optdata): /home/vms/co1.capture1<br />
blockpull: found option <domain>: CO1<br />
blockpull: <domain> trying as domain NAME<br />
error: invalid argument: No device found for specified path<br />
<br />
[root@KVM libvirt]# virsh -d 0 blockpull --domain CO1 --path /home/vms/co1.capture1  --base /home/vms/co1.img --verbose --wait<br />
blockpull: domain(optdata): CO1<br />
blockpull: path(optdata): /home/vms/co1.capture1<br />
blockpull: base(optdata): /home/vms/co1.img<br />
blockpull: verbose(bool): (none)<br />
blockpull: wait(bool): (none)<br />
blockpull: found option <domain>: CO1<br />
blockpull: <domain> trying as domain NAME<br />
Block Pull: [100 %]<br />
Pull complete<br />
<br />
Best,<br />
<br />
Abbas.</span></span>