public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Matthias Heiserer <m.heiserer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] GUI: Ceph wizard: autoselect current node
Date: Thu,  5 May 2022 16:27:09 +0200	[thread overview]
Message-ID: <20220505142709.1128710-1-m.heiserer@proxmox.com> (raw)

One step of installing ceph is creating a monitor. When installing via
the datacenter and from a node other than the first node, clicking "next"
without changing the monitor node could result in the error 
'binary not installed: /usr/bin/ceph-mon', as it would try to install
the monitor on the first node, although ceph was installed on the current
node.

With this patch, the current node is preselected.
This has no effect when installing ceph on a specific node, as the node
selector overwrites the preferred value in that case.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
---
 www/manager6/ceph/CephInstallWizard.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index 59458b0d..ebdc7f1d 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -403,6 +403,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		    name: 'mon-node',
 		    selectCurNode: true,
 		    allowBlank: false,
+		    preferredValue: Proxmox.NodeName,
 		},
 		{
 		    xtype: 'displayfield',
-- 
2.30.2





             reply	other threads:[~2022-05-05 14:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05 14:27 Matthias Heiserer [this message]
2022-05-06  8:00 ` Thomas Lamprecht
2022-05-06  8:11   ` Matthias Heiserer

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=20220505142709.1128710-1-m.heiserer@proxmox.com \
    --to=m.heiserer@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 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