[pve-devel] [PATCH manager 1/2] Supplementary Ceph installation summary

Wolfgang Link w.link at proxmox.com
Mon Apr 8 08:43:33 CEST 2019


Add installation node for the other participant Ceph Node.
---
 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 bd50bf81..b704a39b 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -311,7 +311,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		onlineHelp: 'pve_ceph_install',
 		html: '<h3>Installation successful!</h3>'+
 		'<p>The basic installation and configuration is completed, depending on your setup some of the following steps are required to start using Ceph:</p>'+
-		'<ol><li>Create additional Ceph Monitors</li><li>Create Ceph OSDs</li><li>Create Ceph Pools</li></ol>'+
+		'<ol><li>Install Ceph on all other participant Ceph Nodes</li><li>Create additional Ceph Monitors</li><li>Create Ceph OSDs</li><li>Create Ceph Pools</li></ol>'+
 		'<p>To learn more click on the help button below.</p>',
 		listeners: {
 		    activate: function() {
-- 
2.11.0





More information about the pve-devel mailing list