mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-09 04:17:51 +00:00
VZDump: sort module usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
99541dcceb
commit
df2d3636f4
@ -2,23 +2,25 @@ package PVE::VZDump;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Fcntl ':flock';
|
||||
use PVE::Exception qw(raise_param_exc);
|
||||
use File::Path;
|
||||
use IO::File;
|
||||
use IO::Select;
|
||||
use IPC::Open3;
|
||||
use File::Path;
|
||||
use PVE::RPCEnvironment;
|
||||
use PVE::Storage;
|
||||
use PVE::Cluster qw(cfs_read_file);
|
||||
use PVE::DataCenterConfig;
|
||||
use POSIX qw(strftime);
|
||||
use Time::Local;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use PVE::HA::Env::PVE2;
|
||||
|
||||
use PVE::Cluster qw(cfs_read_file);
|
||||
use PVE::DataCenterConfig;
|
||||
use PVE::Exception qw(raise_param_exc);
|
||||
use PVE::HA::Config;
|
||||
use PVE::VZDump::Plugin;
|
||||
use PVE::HA::Env::PVE2;
|
||||
use PVE::JSONSchema qw(get_standard_option);
|
||||
use PVE::RPCEnvironment;
|
||||
use PVE::Storage;
|
||||
use PVE::VZDump::Common;
|
||||
use PVE::VZDump::Plugin;
|
||||
|
||||
my @posix_filesystems = qw(ext3 ext4 nfs nfs4 reiserfs xfs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user