From c29bad0d90aaed100ecd413c3fd8fe1b6fb584ef Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 3 Mar 2020 10:43:02 +0100 Subject: [PATCH] iscsi: sort and split module usage Signed-off-by: Thomas Lamprecht --- PVE/Storage/ISCSIPlugin.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PVE/Storage/ISCSIPlugin.pm b/PVE/Storage/ISCSIPlugin.pm index 30b1ceb..2f917f4 100644 --- a/PVE/Storage/ISCSIPlugin.pm +++ b/PVE/Storage/ISCSIPlugin.pm @@ -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); -- 2.39.5