diff --git a/PVE/API2/Disks/Directory.pm b/PVE/API2/Disks/Directory.pm index 4c74776..ae9d58a 100644 --- a/PVE/API2/Disks/Directory.pm +++ b/PVE/API2/Disks/Directory.pm @@ -5,11 +5,11 @@ use warnings; use PVE::Diskmanage; use PVE::JSONSchema qw(get_standard_option); -use PVE::API2::Storage::Config; +use PVE::RESTHandler; +use PVE::RPCEnvironment; use PVE::Tools qw(run_command trim file_set_contents file_get_contents dir_glob_foreach lock_file); -use PVE::RPCEnvironment; -use PVE::RESTHandler; +use PVE::API2::Storage::Config; use base qw(PVE::RESTHandler); diff --git a/PVE/Storage/CephFSPlugin.pm b/PVE/Storage/CephFSPlugin.pm index 64ca03d..e6add16 100644 --- a/PVE/Storage/CephFSPlugin.pm +++ b/PVE/Storage/CephFSPlugin.pm @@ -7,11 +7,11 @@ use IO::File; use Net::IP; use File::Path; -use PVE::Tools qw(run_command file_set_contents); +use PVE::CephConfig; +use PVE::JSONSchema qw(get_standard_option); use PVE::ProcFSTools; use PVE::Storage::Plugin; -use PVE::JSONSchema qw(get_standard_option); -use PVE::CephConfig; +use PVE::Tools qw(run_command file_set_contents); use base qw(PVE::Storage::Plugin);