From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager v2 1/2] ui: cluster create: add recommendations for cluster networks
Date: Fri, 27 Jun 2025 15:44:54 +0200 [thread overview]
Message-ID: <20250627134455.2065020-7-a.lauterer@proxmox.com> (raw)
In-Reply-To: <20250627134455.2065020-1-a.lauterer@proxmox.com>
adding a short list of recommendations regarding the cluster network
right where the cluster is created will hopefully reduce the amount of
clusters that don't follow best practices.
We also point the help button to the requirements a little bit earlier
in the docs than what it used to be.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
Notes:
changes since:
v1:
* rebase on new indentations
* make it clear that different physical networks are needed for good
redundancy
www/manager6/dc/ClusterEdit.js | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/www/manager6/dc/ClusterEdit.js b/www/manager6/dc/ClusterEdit.js
index 10932585..d5ee5357 100644
--- a/www/manager6/dc/ClusterEdit.js
+++ b/www/manager6/dc/ClusterEdit.js
@@ -12,7 +12,7 @@ Ext.define('PVE.ClusterCreateWindow', {
subject: gettext('Cluster'),
showTaskViewer: true,
- onlineHelp: 'pvecm_create_cluster',
+ onlineHelp: 'pvecm_cluster_requirements',
items: {
xtype: 'inputpanel',
@@ -37,6 +37,22 @@ Ext.define('PVE.ClusterCreateWindow', {
},
],
},
+ {
+ xtype: 'box',
+ html: `<ul><li>
+ ${gettext('Use a dedicated physical network for the first Corosync link.')}
+ </li><li>
+ ${gettext('Configuring multiple physical links is recommended for redundancy.')}
+ </li><li>
+ ${Ext.String.format(
+ gettext(
+ 'For more information, check the <a target="_blank" href="{0}">reference documentation</a>.',
+ ),
+ Proxmox.Utils.get_help_link('pvecm_cluster_requirements'),
+ )}
+ </li></ul>`,
+ border: 0,
+ },
],
},
});
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-06-27 13:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-27 13:44 [pve-devel] [PATCH docs/manager v2 0/7] by expanding on it in the docs and the UI Aaron Lauterer
2025-06-27 13:44 ` [pve-devel] [PATCH docs v2 1/5] pvecm: drop notes about old version incompatibilities Aaron Lauterer
2025-07-16 23:04 ` [pve-devel] partially-applied: " Thomas Lamprecht
2025-06-27 13:44 ` [pve-devel] [PATCH docs v2 2/5] pvecm: add anchor for cluster requirements Aaron Lauterer
2025-06-27 13:44 ` [pve-devel] [PATCH docs v2 3/5] pvecm: add anchor for corosync exernal vote support Aaron Lauterer
2025-06-27 13:44 ` [pve-devel] [PATCH docs v2 4/5] pvecm: extend cluster Requirements Aaron Lauterer
2025-06-27 13:44 ` [pve-devel] [PATCH docs v2 5/5] ha-manager: expand requirements Aaron Lauterer
2025-06-27 13:44 ` Aaron Lauterer [this message]
2025-06-27 13:44 ` [pve-devel] [PATCH manager v2 2/2] ui: guest import: make sure an external link has target _blank Aaron Lauterer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250627134455.2065020-7-a.lauterer@proxmox.com \
--to=a.lauterer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.