]> git.proxmox.com Git - pve-storage.git/commit
glusterfs : create volume through gluster block driver instead fuse mount point
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 7 Jan 2014 22:50:02 +0000 (23:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Jan 2014 08:38:03 +0000 (09:38 +0100)
commitdb7922dcef41e7f97afc3c98ab54a0e1d138f272
tree05299e801da0db3bd58e71f792f49220b49ffc4f
parent3b219e80378f04d47aedcf04fc2a931772bac4c0
glusterfs : create volume through gluster block driver instead fuse mount point

forum user report slow qcow2 volume create with preallocated metadatas
http://forum.proxmox.com/threads/17471-GlusterFS-amp-Proxmox-Future-amp-QCOW2-Issues

(note that I can't reproduce it with qemu 1.7)

But redhat bugzilla have an entry about possible problem with volume is create through mount point.
https://bugzilla.redhat.com/show_bug.cgi?id=895830

So,It's better to manage it through gluster block driver directly.

(We need only the mount point to create directory and list images files)

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/GlusterfsPlugin.pm