all lists on 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

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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal