[pve-devel] [PATCH ha-manager 1/2] tools: group verbose desc: mention higher number is higher priority
Aaron Lauterer
a.lauterer at proxmox.com
Mon Nov 11 11:08:11 CET 2024
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
src/PVE/HA/Tools.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/HA/Tools.pm b/src/PVE/HA/Tools.pm
index edd5642..09b73f1 100644
--- a/src/PVE/HA/Tools.pm
+++ b/src/PVE/HA/Tools.pm
@@ -75,7 +75,7 @@ sub pve_verify_ha_group_node {
PVE::JSONSchema::register_standard_option('pve-ha-group-node-list', {
description => "List of cluster node names with optional priority.",
- verbose_description => "List of cluster node members, where a priority can be given to each node. A resource bound to a group will run on the available nodes with the highest priority. If there are more nodes in the highest priority class, the services will get distributed to those nodes. The priorities have a relative meaning only.",
+ verbose_description => "List of cluster node members, where a priority can be given to each node. A resource bound to a group will run on the available nodes with the highest priority. If there are more nodes in the highest priority class, the services will get distributed to those nodes. The priorities have a relative meaning only. The higher the number, the higher the priority.",
type => 'string', format => 'pve-ha-group-node-list',
typetext => '<node>[:<pri>]{,<node>[:<pri>]}*',
});
--
2.39.5
More information about the pve-devel
mailing list