public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message
@ 2023-10-05 14:07 Fiona Ebner
  2023-10-05 14:12 ` Glen Aidukas
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2023-10-05 14:07 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message
  2023-10-05 14:07 [pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message Fiona Ebner
@ 2023-10-05 14:12 ` Glen Aidukas
  0 siblings, 0 replies; 2+ messages in thread
From: Glen Aidukas @ 2023-10-05 14:12 UTC (permalink / raw)
  To: Proxmox VE development discussion

unsubscribe

On Thu, Oct 5, 2023 at 10:07 AM Fiona Ebner <f.ebner@proxmox.com> wrote:

> Signed-off-by: Fiona Ebner <f.ebner@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@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-05 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 14:07 [pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message Fiona Ebner
2023-10-05 14:12 ` Glen Aidukas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal