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

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Apr 8 09:22:20 CEST 2019


On 4/8/19 8:43 AM, Wolfgang Link wrote:
> 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() {
> 

applied both patches, thanks!




More information about the pve-devel mailing list