]> git.proxmox.com Git - pve-manager.git/commitdiff
gui: cephinstaller: fix create mon url
authorTim Marx <t.marx@proxmox.com>
Tue, 11 Jun 2019 12:47:54 +0000 (14:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Jun 2019 12:51:09 +0000 (14:51 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index 65d710060022acb32094cbbe129f70acdbc03627..5013066cba7207fbc7421185daa17427075448f5 100644 (file)
@@ -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() {