]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DRBDPlugin.pm
remove unused Data::Dumper usages
[pve-storage.git] / PVE / Storage / DRBDPlugin.pm
index 7536b4298223082ee0ea76a318101bc10c91cce5..e0c8260797d73abcbe2851f4eedc3d987a4752b3 100644 (file)
@@ -2,9 +2,9 @@ package PVE::Storage::DRBDPlugin;
 
 use strict;
 use warnings;
+
 use IO::File;
 use Net::DBus;
-use Data::Dumper;
 
 use PVE::Tools qw(run_command trim);
 use PVE::INotify;
@@ -45,6 +45,7 @@ sub options {
        content => { optional => 1 },
         nodes => { optional => 1 },
        disable => { optional => 1 },
+       bwlimit => { optional => 1 },
     };
 }