]> git.proxmox.com Git - pve-storage.git/commit
add Glusterfs Plugin
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 12 Aug 2013 07:59:00 +0000 (09:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 12 Aug 2013 09:55:06 +0000 (11:55 +0200)
commitf4648aef06ab86f3a5269403786df75571cba541
tree3cc28ea51571b6a910c9bb1b7af8708cbf26eed2
parent5e9752d0cb7c411493648175e4b0e082dccd00a6
add Glusterfs Plugin

storage.cfg
------------
glusterfs: glusterstore
       path /mnt/pve/gluster
       server server.fqdn  (optional, default is localhost)
       volume glustervolume
       content images
       maxfiles 1

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage.pm
PVE/Storage/GlusterfsPlugin.pm [new file with mode: 0644]
PVE/Storage/Makefile
PVE/Storage/Plugin.pm
control.in