drbd: comment that the builtin plugin is depreacated
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -1,9 +1,12 @@
|
|||||||
package PVE::Storage::DRBDPlugin;
|
package PVE::Storage::DRBDPlugin;
|
||||||
|
|
||||||
|
# FIXME: remove with 7.0
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use IO::File;
|
use IO::File;
|
||||||
|
# FIXME remove libnet-dbus-perl dependency once this gets removed
|
||||||
use Net::DBus;
|
use Net::DBus;
|
||||||
|
|
||||||
use PVE::Tools qw(run_command trim);
|
use PVE::Tools qw(run_command trim);
|
||||||
|
|||||||
Reference in New Issue
Block a user