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:
parent
8e55b4f288
commit
b0373adc71
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user