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);