]> git.proxmox.com Git - pve-storage.git/commitdiff
register all plugins
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Jul 2012 10:57:44 +0000 (12:57 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Jul 2012 10:58:38 +0000 (12:58 +0200)
PVE/Storage.pm

index aee37c8247de47d858996af322490c3d5f0499c8..c86ce0c788160b2dfb396a454d3ed9e8a87b7b5e 100755 (executable)
@@ -23,6 +23,8 @@ use PVE::Storage::NFSPlugin;
 use PVE::Storage::ISCSIPlugin;
 use PVE::Storage::RBDPlugin;
 use PVE::Storage::SheepdogPlugin;
+use PVE::Storage::ISCSIDirectPlugin;
+use PVE::Storage::NexentaPlugin;
 
 # load and initialize all plugins
 PVE::Storage::DirPlugin->register();
@@ -31,6 +33,8 @@ PVE::Storage::NFSPlugin->register();
 PVE::Storage::ISCSIPlugin->register();
 PVE::Storage::RBDPlugin->register();
 PVE::Storage::SheepdogPlugin->register();
+PVE::Storage::ISCSIDirectPlugin->register();
+PVE::Storage::NexentaPlugin->register();
 PVE::Storage::Plugin->init();
 
 my $UDEVADM = '/sbin/udevadm';