5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-03-02 08:58:25 +03:00

directory/cephfs: sort module usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-02-05 17:13:30 +01:00
parent 8e55b4f288
commit b0373adc71
2 changed files with 6 additions and 6 deletions

View File

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

View File

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