Re: [libvirt] [PATCHv4 2/2] qemu: conf: Implement RBD storage pool support

2013-12-06 Thread Adam Walters
I tested the patch, and it didn't work for me (already found the bug, though, and a new patch will be sent shortly). The bug is related to the cGroup code (specifically, the virDomainDiskDefForeachPath function in conf/domain_conf.c). The entire libvirt codebase does not yet utilize the actualtype

[libvirt] [PATCHv4 2/2] qemu: conf: Implement RBD storage pool support

2013-12-05 Thread Peter Krempa
From: Adam Walters a...@pandorasboxen.com This implements RBD storage pool support in the qemuTranslateDiskSourcePool function. This support is working on my machine, but could probably use some additional testing. It is implemented very similarly to the ISCSI support. --- src/qemu/qemu_conf.c |