]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
add Glusterfs Plugin
[pve-storage.git] / PVE / Storage.pm
index c6d9d123adf408ccec705573429a2c1bfea2a21e..2bda7c6e86c1007f7650f7e0cca6222faf08aa03 100755 (executable)
@@ -25,6 +25,7 @@ use PVE::Storage::RBDPlugin;
 use PVE::Storage::SheepdogPlugin;
 use PVE::Storage::ISCSIDirectPlugin;
 use PVE::Storage::NexentaPlugin;
+use PVE::Storage::GlusterfsPlugin;
 
 # load and initialize all plugins
 PVE::Storage::DirPlugin->register();
@@ -35,6 +36,7 @@ PVE::Storage::RBDPlugin->register();
 PVE::Storage::SheepdogPlugin->register();
 PVE::Storage::ISCSIDirectPlugin->register();
 PVE::Storage::NexentaPlugin->register();
+PVE::Storage::GlusterfsPlugin->register();
 PVE::Storage::Plugin->init();
 
 my $UDEVADM = '/sbin/udevadm';