mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-01-04 09:17:59 +03:00
sim/hardware: sort and split use statements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4ee32601b9
commit
a0a7d11ed6
@ -8,18 +8,19 @@ package PVE::HA::Sim::Hardware;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use POSIX qw(strftime EINTR);
|
||||
use JSON;
|
||||
use IO::File;
|
||||
|
||||
use Fcntl qw(:DEFAULT :flock);
|
||||
use File::Copy;
|
||||
use File::Path qw(make_path remove_tree);
|
||||
use IO::File;
|
||||
use JSON;
|
||||
use POSIX qw(strftime EINTR);
|
||||
|
||||
use PVE::HA::FenceConfig;
|
||||
use PVE::HA::Groups;
|
||||
|
||||
my $watchdog_timeout = 60;
|
||||
|
||||
|
||||
# Status directory layout
|
||||
#
|
||||
# configuration
|
||||
|
Loading…
Reference in New Issue
Block a user