[pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message
Glen Aidukas
glena at bah.net
Thu Oct 5 16:12:09 CEST 2023
unsubscribe
On Thu, Oct 5, 2023 at 10:07 AM Fiona Ebner <f.ebner at proxmox.com> wrote:
> Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
> ---
> src/PVE/HA/Sim/TestHardware.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/PVE/HA/Sim/TestHardware.pm
> b/src/PVE/HA/Sim/TestHardware.pm
> index 1966596..919a460 100644
> --- a/src/PVE/HA/Sim/TestHardware.pm
> +++ b/src/PVE/HA/Sim/TestHardware.pm
> @@ -123,7 +123,7 @@ sub run {
> my $looptime = scalar(@nodes) * 2; # twice the node count
> $looptime = 20 if $looptime < 20;
>
> - die "unable to simulate so many nodes. You need to increate
> watchdog/lock timeouts.\n"
> + die "unable to simulate so many nodes. You need to increase
> watchdog/lock timeouts.\n"
> if $looptime >= 60;
>
> my $first_loop = 1;
> --
> 2.39.2
>
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
More information about the pve-devel
mailing list