]> git.proxmox.com Git - pve-storage.git/commitdiff
remove unused Data::Dumper usages
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jul 2018 10:11:40 +0000 (12:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jul 2018 10:23:44 +0000 (12:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/DRBDPlugin.pm
PVE/Storage/LVMPlugin.pm
PVE/Storage/LunCmd/Comstar.pm
PVE/Storage/LunCmd/Iet.pm
PVE/Storage/LunCmd/Istgt.pm
PVE/Storage/LvmThinPlugin.pm
PVE/Storage/Plugin.pm

index 75d53aac3c3d4b3af98c301ffe9b17a1fa36fa92..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;
index 4e29617d3e4a01b23423cdb4e9e30525e0e244c8..eb376eafdc255581765bcdcddb88380addf5ffaa 100644 (file)
@@ -2,8 +2,9 @@ package PVE::Storage::LVMPlugin;
 
 use strict;
 use warnings;
-use Data::Dumper;
+
 use IO::File;
+
 use PVE::Tools qw(run_command trim);
 use PVE::Storage::Plugin;
 use PVE::JSONSchema qw(get_standard_option);
index 1b079f0abcd4d6b504845dd14343aac903c4ecb8..527e4baa427c596e48e456fc9e41729a81d3de8e 100644 (file)
@@ -2,9 +2,9 @@ package PVE::Storage::LunCmd::Comstar;
 
 use strict;
 use warnings;
+
 use Digest::MD5 qw(md5_hex);
 use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach);
-use Data::Dumper;
 
 my @ssh_opts = ('-o', 'BatchMode=yes');
 my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts);
index 4a8ebd5a1af49927054aa1b7356e33081ebe83bc..5b09b88e38d60905f8cb2ff4a665c13ca7ba48ce 100644 (file)
@@ -15,8 +15,8 @@ package PVE::Storage::LunCmd::Iet;
 
 use strict;
 use warnings;
+
 use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach);
-use Data::Dumper;
 
 sub get_base;
 
index 8594f77894db5e215f23ad4f8c57a721fdb4f46a..2f758f908aafa7fa4e19b5a82b7244d77d949fb6 100644 (file)
@@ -6,8 +6,8 @@ package PVE::Storage::LunCmd::Istgt;
 
 use strict;
 use warnings;
+
 use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach);
-use Data::Dumper;
 
 my @CONFIG_FILES = (
     '/usr/local/etc/istgt/istgt.conf',  # FreeBSD, FreeNAS
index cb2c1a270562012feba463ebcf09ab037bb24fa2..db25ee3bd6992b8a1a2859be6028c9a085b1d07f 100644 (file)
@@ -2,8 +2,9 @@ package PVE::Storage::LvmThinPlugin;
 
 use strict;
 use warnings;
-use Data::Dumper;
+
 use IO::File;
+
 use PVE::Tools qw(run_command trim);
 use PVE::Storage::Plugin;
 use PVE::Storage::LVMPlugin;
index 43f3bdca4c889c3a3388f48f7786fbda4a333f4f..7db3a95c02ddf45ee0a5bd79be637e74965dba79 100644 (file)
@@ -2,14 +2,14 @@ package PVE::Storage::Plugin;
 
 use strict;
 use warnings;
+
 use File::chdir;
 use File::Path;
+
 use PVE::Tools qw(run_command);
 use PVE::JSONSchema qw(get_standard_option);
 use PVE::Cluster qw(cfs_register_file);
 
-use Data::Dumper;
-
 use base qw(PVE::SectionConfig);
 
 our @COMMON_TAR_FLAGS = qw(