Re: [opensuse-cloud] Ceph in C:O:M?
Hello
Isn't that the one that requires a Rados enabled libvirt, which we don't have yet ? Or am I mixing it up?
Not sure at the moment. Are there any details about the progress with libvirt?
Back in the Folsom days ceph as a volume driver did not work for me on SLES11 SP2 because QEMU from SUSE was compiled without rbd. AFAIK support for rbd can be checked with $ qemu-kvm -device \? | grep rbd HTH Michael PS: thanks for the great work so far!
On 07/16/2013 02:33 PM, michael.leu@mgb.ch wrote:
Hello
Isn't that the one that requires a Rados enabled libvirt, which we don't have yet ? Or am I mixing it up?
Not sure at the moment. Are there any details about the progress with libvirt?
Back in the Folsom days ceph as a volume driver did not work for me on SLES11 SP2 because QEMU from SUSE was compiled without rbd.
AFAIK support for rbd can be checked with $ qemu-kvm -device \? | grep rbd
this does not return any match on SP3 and not even on openSUSE-12.3 which is a pity. Do you want to adjust the kvm (and maybe libvirt) package for Factory? Ciao Bernhard M. -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
Bernhard M. Wiedemann wrote:
On 07/16/2013 02:33 PM, michael.leu@mgb.ch wrote:
Hello
Isn't that the one that requires a Rados enabled libvirt, which we don't have yet ? Or am I mixing it up?
Not sure at the moment. Are there any details about the progress with libvirt?
Back in the Folsom days ceph as a volume driver did not work for me on SLES11 SP2 because QEMU from SUSE was compiled without rbd.
AFAIK support for rbd can be checked with $ qemu-kvm -device \? | grep rbd
this does not return any match on SP3 and not even on openSUSE-12.3 which is a pity.
Yeah, just looked at the qemu package and it does not include '--enable-rbd'. Bruce, Andreas, Any problems with enabling that for Factory? AFAIK, it can't be enabled for SP3 since there is no L3 support for rbd.
Do you want to adjust the kvm (and maybe libvirt) package for Factory?
For libvirt, it can be enabled with this patch Index: libvirt.spec =================================================================== --- libvirt.spec (revision 119c824fc974548b67084d737b555c7b) +++ libvirt.spec (working copy) @@ -61,7 +61,7 @@ %define with_storage_iscsi 0%{!?_without_storage_iscsi:%{server_drivers}} %define with_storage_disk 0%{!?_without_storage_disk:%{server_drivers}} %define with_storage_mpath 0%{!?_without_storage_mpath:%{server_drivers}} -%define with_storage_rbd 0 +%define with_storage_rbd 0%{!?_without_storage_rbd:%{server_drivers}} %define with_storage_sheepdog 0 %define with_numactl 0%{!?_without_numactl:%{server_drivers}} %define with_selinux 0%{!?_without_selinux:%{server_drivers}} -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 7/16/2013 at 08:53 AM, Jim Fehlig <jfehlig@suse.com> wrote: Bernhard M. Wiedemann wrote: On 07/16/2013 02:33 PM, michael.leu@mgb.ch wrote:
Hello
Isn't that the one that requires a Rados enabled libvirt, which we don't have yet ? Or am I mixing it up?
Not sure at the moment. Are there any details about the progress with libvirt?
Back in the Folsom days ceph as a volume driver did not work for me on SLES11 SP2 because QEMU from SUSE was compiled without rbd.
AFAIK support for rbd can be checked with $ qemu-kvm -device \? | grep rbd
this does not return any match on SP3 and not even on openSUSE-12.3 which is a pity.
Yeah, just looked at the qemu package and it does not include '--enable-rbd'.
Bruce, Andreas,
Any problems with enabling that for Factory? AFAIK, it can't be enabled for SP3 since there is no L3 support for rbd.
I don't know of any reason why we couldn't enable that in QEMU. What do you think Andreas? Bruce -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (4)
-
Bernhard M. Wiedemann
-
Bruce Rogers
-
Jim Fehlig
-
michael.leu@mgb.ch