* [pve-devel] [PATCH ha-manager] fix typos on user-facing strings
@ 2025-12-22 9:23 Maximiliano Sandoval
0 siblings, 0 replies; only message in thread
From: Maximiliano Sandoval @ 2025-12-22 9:23 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/PVE/API2/HA/Resources.pm | 2 +-
src/PVE/HA/Resources.pm | 2 +-
src/PVE/HA/Rules.pm | 8 ++++----
src/PVE/HA/Rules/ResourceAffinity.pm | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/PVE/API2/HA/Resources.pm b/src/PVE/API2/HA/Resources.pm
index b95c0e1..791cd94 100644
--- a/src/PVE/API2/HA/Resources.pm
+++ b/src/PVE/API2/HA/Resources.pm
@@ -151,7 +151,7 @@ __PACKAGE__->register_method({
},
max_relocate => {
description => "Maximal number of service relocate tries when a"
- . " service failes to start.",
+ . " service fails to start.",
type => 'integer',
optional => 1,
},
diff --git a/src/PVE/HA/Resources.pm b/src/PVE/HA/Resources.pm
index b6d4a73..68d9d16 100644
--- a/src/PVE/HA/Resources.pm
+++ b/src/PVE/HA/Resources.pm
@@ -81,7 +81,7 @@ EODESC
},
max_relocate => {
description => "Maximal number of service relocate tries when a"
- . " service failes to start.",
+ . " service fails to start.",
type => 'integer',
optional => 1,
default => 1,
diff --git a/src/PVE/HA/Rules.pm b/src/PVE/HA/Rules.pm
index c4a2cce..b7a15aa 100644
--- a/src/PVE/HA/Rules.pm
+++ b/src/PVE/HA/Rules.pm
@@ -181,7 +181,7 @@ B<OPTIONAL:> Can be implemented in a I<rule plugin>.
Called during base plugin's C<decode_value(...)> in order to extend the
deserialization for plugin-specific values which need it (e.g. lists).
-If it is not overrridden by the I<rule plugin>, then it does nothing to
+If it is not overridden by the I<rule plugin>, then it does nothing to
C<$value> by default.
=cut
@@ -222,7 +222,7 @@ B<OPTIONAL:> Can be implemented in a I<rule plugin>.
Called during base plugin's C<encode_value(...)> in order to extend the
serialization for plugin-specific values which need it (e.g. lists).
-If it is not overrridden by the I<rule plugin>, then it does nothing to
+If it is not overridden by the I<rule plugin>, then it does nothing to
C<$value> by default.
=cut
@@ -388,7 +388,7 @@ sub get_check_arguments {
Checks whether the given C<$rules> are feasible by running all checks, which
were registered with C<L<< register_check()|/$class->register_check(...) >>>,
-and returns a hash map of errorneous rules.
+and returns a hash map of erroneous rules.
C<$nodes> is a list of the configured cluster nodes.
@@ -749,7 +749,7 @@ of lists, each consisting of the rule type and resource id, where the resources
in the negative resource affinity rule are restricted to less nodes than needed
to keep them separate by their node affinity rules.
-That is, the negative resource affinity rule cannot be fullfilled as there are
+That is, the negative resource affinity rule cannot be fulfilled as there are
not enough nodes to spread the resources on.
If there are none, the returned list is empty.
diff --git a/src/PVE/HA/Rules/ResourceAffinity.pm b/src/PVE/HA/Rules/ResourceAffinity.pm
index 7cfbb32..bd9a134 100644
--- a/src/PVE/HA/Rules/ResourceAffinity.pm
+++ b/src/PVE/HA/Rules/ResourceAffinity.pm
@@ -180,7 +180,7 @@ C<$negative_rules>, which do have more resources defined than available accordin
to the node list C<$nodes>, i.e., there are not enough nodes to separate the
resources on, even if all nodes are available.
-If there are none, the returned list ist empty.
+If there are none, the returned list is empty.
=cut
@@ -437,7 +437,7 @@ __PACKAGE__->register_transform(sub {
Returns a list of two hash sets, where the first hash set contains the
resources, which C<$sid> is positively affinitive to, and the second hash
-contains the resources, which C<$sid> is negatively affinitive to, acording to
+contains the resources, which C<$sid> is negatively affinitive to, according to
the resource's resource affinity in C<$resource_affinity>.
Note that a resource C<$sid> becomes part of any negative affinity relation
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-22 9:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22 9:23 [pve-devel] [PATCH ha-manager] fix typos on user-facing strings Maximiliano Sandoval
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox