[pve-devel] [PATCH manager] gui: cephinstaller: fix create mon url
Tim Marx
t.marx at proxmox.com
Tue Jun 11 14:47:54 CEST 2019
Signed-off-by: Tim Marx <t.marx at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list