mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-01-06 17:18:00 +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 strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use POSIX qw(strftime EINTR);
|
|
||||||
use JSON;
|
|
||||||
use IO::File;
|
|
||||||
use Fcntl qw(:DEFAULT :flock);
|
use Fcntl qw(:DEFAULT :flock);
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
use File::Path qw(make_path remove_tree);
|
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::FenceConfig;
|
||||||
use PVE::HA::Groups;
|
use PVE::HA::Groups;
|
||||||
|
|
||||||
my $watchdog_timeout = 60;
|
my $watchdog_timeout = 60;
|
||||||
|
|
||||||
|
|
||||||
# Status directory layout
|
# Status directory layout
|
||||||
#
|
#
|
||||||
# configuration
|
# configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user