]> git.proxmox.com Git - pve-storage.git/commitdiff
register sheepdog plugin
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 16 Jul 2012 05:26:08 +0000 (07:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 16 Jul 2012 05:26:08 +0000 (07:26 +0200)
PVE/Storage.pm

index 83636727e6f311ab14f9b8ba125cd2ca6a07ca9f..aee37c8247de47d858996af322490c3d5f0499c8 100755 (executable)
@@ -22,6 +22,7 @@ use PVE::Storage::LVMPlugin;
 use PVE::Storage::NFSPlugin;
 use PVE::Storage::ISCSIPlugin;
 use PVE::Storage::RBDPlugin;
+use PVE::Storage::SheepdogPlugin;
 
 # load and initialize all plugins
 PVE::Storage::DirPlugin->register();
@@ -29,7 +30,7 @@ PVE::Storage::LVMPlugin->register();
 PVE::Storage::NFSPlugin->register();
 PVE::Storage::ISCSIPlugin->register();
 PVE::Storage::RBDPlugin->register();
-
+PVE::Storage::SheepdogPlugin->register();
 PVE::Storage::Plugin->init();
 
 my $UDEVADM = '/sbin/udevadm';