zfs pool: clean up use statements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -2,12 +2,14 @@ package PVE::Storage::ZFSPoolPlugin;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use IO::File;
|
use IO::File;
|
||||||
use POSIX;
|
|
||||||
use PVE::Tools qw(run_command);
|
|
||||||
use PVE::Storage::Plugin;
|
|
||||||
use PVE::RPCEnvironment;
|
|
||||||
use Net::IP;
|
use Net::IP;
|
||||||
|
use POSIX;
|
||||||
|
|
||||||
|
use PVE::RPCEnvironment;
|
||||||
|
use PVE::Storage::Plugin;
|
||||||
|
use PVE::Tools qw(run_command);
|
||||||
|
|
||||||
use base qw(PVE::Storage::Plugin);
|
use base qw(PVE::Storage::Plugin);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user