]> git.proxmox.com Git - pve-storage.git/commitdiff
iscsi: sort and split module usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 3 Mar 2020 09:43:02 +0000 (10:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 3 Mar 2020 10:33:34 +0000 (11:33 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/ISCSIPlugin.pm

index 30b1ceb03cc077780304f9a7daa19a3c02642020..2f917f4b871947e868bab6bb214fa8c091984e7a 100644 (file)
@@ -2,12 +2,14 @@ package PVE::Storage::ISCSIPlugin;
 
 use strict;
 use warnings;
+
 use File::stat;
 use IO::Dir;
 use IO::File;
-use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach $IPV4RE $IPV6RE);
-use PVE::Storage::Plugin;
+
 use PVE::JSONSchema qw(get_standard_option);
+use PVE::Storage::Plugin;
+use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach $IPV4RE $IPV6RE);
 
 use base qw(PVE::Storage::Plugin);