register sheepdog plugin

This commit is contained in:
Dietmar Maurer
2012-07-16 07:26:08 +02:00
parent 27a685aee3
commit caf1960c76

View File

@ -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';