]> git.proxmox.com Git - pve-storage.git/commitdiff
rbd: group and sort module usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Nov 2019 17:15:25 +0000 (18:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 22 Nov 2019 17:15:25 +0000 (18:15 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/RBDPlugin.pm

index d78a78589300133750d693f724445be6e44f337a..cddad02379b3bd1b57ced6672937d52b9713d513 100644 (file)
@@ -2,14 +2,16 @@ package PVE::Storage::RBDPlugin;
 
 use strict;
 use warnings;
+
 use IO::File;
+use JSON;
 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::RADOS;
-use PVE::CephConfig;
-use JSON;
+use PVE::Storage::Plugin;
+use PVE::Tools qw(run_command trim);
 
 use base qw(PVE::Storage::Plugin);