rbd: group and sort module usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-11-22 18:15:25 +01:00
parent 3ee4ef1886
commit 5102900d50

View File

@ -2,14 +2,16 @@ package PVE::Storage::RBDPlugin;
use strict; use strict;
use warnings; use warnings;
use IO::File; use IO::File;
use JSON;
use Net::IP; use Net::IP;
use PVE::Tools qw(run_command trim);
use PVE::Storage::Plugin; use PVE::CephConfig;
use PVE::JSONSchema qw(get_standard_option); use PVE::JSONSchema qw(get_standard_option);
use PVE::RADOS; use PVE::RADOS;
use PVE::CephConfig; use PVE::Storage::Plugin;
use JSON; use PVE::Tools qw(run_command trim);
use base qw(PVE::Storage::Plugin); use base qw(PVE::Storage::Plugin);