Package: libvirt-bin Version: 1.2.4-1
Running on a vanilla wheezy with default 3.2 kernel and xen4.1, dumping
a running domain's config using
"virsh dumpxml TheDomain"
will throw the error "error: internal error: unexpected disk type 0"
using libvirt-bin 1.2.4 from wheezy-backports. Reverting to 0.9.12 will
fix the problem.
The disk definition looks like this:
<disk type='block' device='disk'>
<driver name='drbd'/>
<source dev='TheDomain.root'/>
<target dev='xvda1' bus='xen'/>
</disk>

