drbd: comment that the builtin plugin is depreacated

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-12-15 12:58:20 +01:00
parent c6e632efb6
commit 32dbc619a5

View File

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