From 32dbc619a5ab7f45a9b0bb28e28a458e4a3fa2ce Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 15 Dec 2020 12:58:20 +0100 Subject: [PATCH] drbd: comment that the builtin plugin is depreacated Signed-off-by: Thomas Lamprecht --- PVE/Storage/DRBDPlugin.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm index dbae4d1..6010b47 100644 --- a/PVE/Storage/DRBDPlugin.pm +++ b/PVE/Storage/DRBDPlugin.pm @@ -1,9 +1,12 @@ package PVE::Storage::DRBDPlugin; +# FIXME: remove with 7.0 + use strict; use warnings; use IO::File; +# FIXME remove libnet-dbus-perl dependency once this gets removed use Net::DBus; use PVE::Tools qw(run_command trim);