]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
Added support for ZFS Storage Plugin
[pve-storage.git] / PVE / Storage.pm
index 7858f4172c8cce98804b70abee994a9cedcb1438..cea40f1f6644ca0bdc3ebf3de5febf840efb83f3 100755 (executable)
@@ -28,6 +28,7 @@ use PVE::Storage::SheepdogPlugin;
 use PVE::Storage::ISCSIDirectPlugin;
 use PVE::Storage::NexentaPlugin;
 use PVE::Storage::GlusterfsPlugin;
+use PVE::Storage::ZFSPlugin;
 
 # load and initialize all plugins
 PVE::Storage::DirPlugin->register();
@@ -39,6 +40,7 @@ PVE::Storage::SheepdogPlugin->register();
 PVE::Storage::ISCSIDirectPlugin->register();
 PVE::Storage::NexentaPlugin->register();
 PVE::Storage::GlusterfsPlugin->register();
+PVE::Storage::ZFSPlugin->register();
 PVE::Storage::Plugin->init();
 
 my $UDEVADM = '/sbin/udevadm';