[libvirt] GlusterFS with libvirt

Hi All, Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server. I tried the following, but its not working. qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img' Br. Umar

Hi Umar
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
Glusterfs is a solution for cloud storage. I don't get your point about integrating libvirt with Glusterfs. Are you want to build guest in the storage pool that consist of Glusterfs Volume? Regards Weiqing 在 2013-11-28,20:55,Umar Draz <unix.co@gmail.com> 写道:
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Br.
Umar -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

HI Weiqing, Yes I want storage pool of glusterfs. http://www.gluster.org/community/documentation/images/9/9d/QEMU_GlusterFS.pd... Br. Umar On Fri, Nov 29, 2013 at 6:48 AM, WeiqingGmail <weiqingking@gmail.com> wrote:
Hi Umar
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
Glusterfs is a solution for cloud storage. I don't get your point about integrating libvirt with Glusterfs. Are you want to build guest in the storage pool that consist of Glusterfs Volume?
Regards Weiqing 在 2013-11-28,20:55,Umar Draz <unix.co@gmail.com> 写道:
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Br.
Umar -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Umar Draz Network Architect

Hi Umar Just a week ago, I had tested redhat storage, which is based on glusterfs.In the guide that redhat provide, the glusterfs volume transport is asked to be TCP. I don't know why this document say you can define the transport type as socket or rdma or unix. About the question you said in the first email, I can't give you any answer. Sorry! Regards Weiqing On 2013-11-29, at 11:22, Umar Draz <unix.co@gmail.com> wrote:
HI Weiqing,
Yes I want storage pool of glusterfs.
http://www.gluster.org/community/documentation/images/9/9d/QEMU_GlusterFS.pd...
Br.
Umar
On Fri, Nov 29, 2013 at 6:48 AM, WeiqingGmail <weiqingking@gmail.com> wrote:
Hi Umar
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
Glusterfs is a solution for cloud storage. I don't get your point about integrating libvirt with Glusterfs. Are you want to build guest in the storage pool that consist of Glusterfs Volume?
Regards Weiqing 在 2013-11-28,20:55,Umar Draz <unix.co@gmail.com> 写道:
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Br.
Umar -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Umar Draz Network Architect

On 11/28/2013 08:22 PM, Umar Draz wrote:
HI Weiqing,
[Please don't top-post on technical lists]
Yes I want storage pool of glusterfs.
http://www.gluster.org/community/documentation/images/9/9d/QEMU_GlusterFS.pd...
Are you using libvirt 1.2.0 (released today)? If so, a gluster storage pool is one of today's brand new features - and testing is appreciated :)
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
That's from qemu-img rather than libvirt; are you sure you are using a new-enough qemu, and that your build of qemu included libgfapi support? -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

Le 28/11/2013 13:55, Umar Draz a écrit :
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Looks like native GlusterFS storage pool will be available shortly (looks all the recent patches about this). Waiting for this, you can always use the fuse client. Just mount your GlusterFS anywhere on your host (with the fuse client), and define a simple "dir" pool on top of that. This is what I use on CentOS 6 Regards, Daniel -- Daniel Berteaud FIREWALL-SERVICES SARL. Société de Services en Logiciels Libres Technopôle Montesquieu 33650 MARTILLAC Tel : 05 56 64 15 32 Fax : 05 56 64 15 32 Web : http://www.firewall-services.com

HI Daniel, I am already using this ridiculous fuse, and Waiting the patch of native GlusterFS. BTW: here is my newly developed app for libvirt which support both LVM and dir. https://github.com/umardraz/virtspace/blog/master/README.md Br. Umar On Fri, Nov 29, 2013 at 2:03 PM, Daniel Berteaud < daniel@firewall-services.com> wrote:
Le 28/11/2013 13:55, Umar Draz a écrit :
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Looks like native GlusterFS storage pool will be available shortly (looks all the recent patches about this). Waiting for this, you can always use the fuse client.
Just mount your GlusterFS anywhere on your host (with the fuse client), and define a simple "dir" pool on top of that. This is what I use on CentOS 6
Regards, Daniel
-- Daniel Berteaud FIREWALL-SERVICES SARL. Société de Services en Logiciels Libres Technopôle Montesquieu 33650 MARTILLAC Tel : 05 56 64 15 32 Fax : 05 56 64 15 32 Web : http://www.firewall-services.com
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Umar Draz Network Architect

Hi Umar, I see you're using the libvirt-php bindings. That way you might be interested in one project I wrote and I'm spending some of my spare time rewriting it to better design (some of the rewritten components are part of "rewrite-0.1" branch but not everything) and I'm also designing an Android application (called virtDroid using the XML-RPC of the rewritten version - it's not on git yet though as it's not finished even in it's basic version yet). The project is called php-virt-control and it's PHP-based Virtual Controller using libvirt-php. It's open-source and available at: http://www.php-virt-control.org/ Michal On 11/29/2013 01:50 PM, Umar Draz wrote:
HI Daniel,
I am already using this ridiculous fuse, and Waiting the patch of native GlusterFS.
BTW: here is my newly developed app for libvirt which support both LVM and dir.
https://github.com/umardraz/virtspace/blog/master/README.md
Br.
Umar
On Fri, Nov 29, 2013 at 2:03 PM, Daniel Berteaud <daniel@firewall-services.com <mailto:daniel@firewall-services.com>> wrote:
Le 28/11/2013 13:55, Umar Draz a écrit :
Hi All,
Is any body help me how I can integrate libvirt with glusterfs on Ubuntu 13.10 Server.
I tried the following, but its not working.
qemu-img: Unknown protocol 'gluster://localhost/gv1/test.img'
Looks like native GlusterFS storage pool will be available shortly (looks all the recent patches about this). Waiting for this, you can always use the fuse client.
Just mount your GlusterFS anywhere on your host (with the fuse client), and define a simple "dir" pool on top of that. This is what I use on CentOS 6
Regards, Daniel
-- Daniel Berteaud FIREWALL-SERVICES SARL. Société de Services en Logiciels Libres Technopôle Montesquieu 33650 MARTILLAC Tel : 05 56 64 15 32 Fax : 05 56 64 15 32 Web : http://www.firewall-services.com
-- libvir-list mailing list libvir-list@redhat.com <mailto:libvir-list@redhat.com> https://www.redhat.com/mailman/listinfo/libvir-list
-- Umar Draz Network Architect
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
-- Michal Novotny <minovotn@redhat.com>, RHCE, Red Hat Virtualization | libvirt-php bindings | php-virt-control.org
participants (6)
-
Daniel Berteaud
-
Eric Blake
-
Michal Novotny
-
Umar Draz
-
Weiqing Wang
-
WeiqingGmail