[pve-devel] [PATCH manager 2/4] add create storages checkbox to ceph pool creation

Dominik Csapak d.csapak at proxmox.com
Fri Aug 25 14:18:17 CEST 2017


to be able to automatically generate the ceph storages when creating a
pool

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/ceph/Pool.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js
index ea142b47..7941324e 100644
--- a/www/manager6/ceph/Pool.js
+++ b/www/manager6/ceph/Pool.js
@@ -44,6 +44,11 @@ Ext.define('PVE.CephCreatePool', {
 	    minValue: 8,
 	    maxValue: 32768,
 	    allowBlank: false
+	},
+	{
+	    xtype: 'pvecheckbox',
+	    fieldLabel: gettext('Create Storages'),
+	    name: 'add_storages'
 	}
     ],
     initComponent : function() {
-- 
2.11.0





More information about the pve-devel mailing list