]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DRBDPlugin.pm
fix #3348: NFS: select correct transport to check for service
[pve-storage.git] / PVE / Storage / DRBDPlugin.pm
index dbae4d11b85f92050ad882db480d897573ab918e..6010b47baf1691572c78839e3cb1bc4d74e99bfb 100644 (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);