rbd: group and sort module usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user