From ca62eebd58b35280031f5ee81f3b8df4bc26d49e Mon Sep 17 00:00:00 2001 From: Tim Marx Date: Tue, 11 Jun 2019 14:47:54 +0200 Subject: [PATCH] gui: cephinstaller: fix create mon url Signed-off-by: Tim Marx --- www/manager6/ceph/CephInstallWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index 65d71006..5013066c 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -283,7 +283,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { params: kv, success: function() { Proxmox.Utils.API2Request({ - url: '/nodes/' + monNode + '/ceph/mon', + url: '/nodes/' + monNode + '/ceph/mon/' + monNode, waitMsgTarget: wizard, method: 'POST', success: function() { -- 2.39.2