]> git.proxmox.com Git - pve-storage.git/commitdiff
remove some more DRBD references
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 11:14:14 +0000 (13:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 May 2021 11:14:17 +0000 (13:14 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage.pm
PVE/Storage/Makefile

index 122c3e958fdbc975d7c65eac559177d4da3d0958..aa36badfbb962edbf4b8b468dc4ac07a1488511b 100755 (executable)
@@ -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
index 5b8f6e88cf025f224ec9c2525aa8d1bfbd5c264e..91b92382160bcb335f72988d32e5102771d089c6 100644 (file)
@@ -11,7 +11,6 @@ SOURCES= \
        GlusterfsPlugin.pm \
        ZFSPoolPlugin.pm \
        ZFSPlugin.pm \
-       DRBDPlugin.pm \
        PBSPlugin.pm \
        LvmThinPlugin.pm