remove some more DRBD references
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -37,7 +37,6 @@ use PVE::Storage::ISCSIDirectPlugin;
|
||||
use PVE::Storage::GlusterfsPlugin;
|
||||
use PVE::Storage::ZFSPoolPlugin;
|
||||
use PVE::Storage::ZFSPlugin;
|
||||
use PVE::Storage::DRBDPlugin;
|
||||
use PVE::Storage::PBSPlugin;
|
||||
|
||||
# Storage API version. Increment it on changes in storage API interface.
|
||||
@ -60,7 +59,6 @@ PVE::Storage::ISCSIDirectPlugin->register();
|
||||
PVE::Storage::GlusterfsPlugin->register();
|
||||
PVE::Storage::ZFSPoolPlugin->register();
|
||||
PVE::Storage::ZFSPlugin->register();
|
||||
PVE::Storage::DRBDPlugin->register();
|
||||
PVE::Storage::PBSPlugin->register();
|
||||
|
||||
# load third-party plugins
|
||||
|
||||
@ -11,7 +11,6 @@ SOURCES= \
|
||||
GlusterfsPlugin.pm \
|
||||
ZFSPoolPlugin.pm \
|
||||
ZFSPlugin.pm \
|
||||
DRBDPlugin.pm \
|
||||
PBSPlugin.pm \
|
||||
LvmThinPlugin.pm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user