On 08/29/2017 01:04 PM, Fabian Grünbichler wrote:
From: Dominik Csapak <[email protected]>

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

Signed-off-by: Dominik Csapak <[email protected]>
---
identical to Dominik's v1

  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'),


I guess the user could be confused with Create Storages in the context of
pool creation, double use of 'Create' with different meanings.

Something like 'Add to Storages' would be better here, IMO.
We always use add if we speak from the storage.cfg, even the
API end point name uses 'add' not 'create'


+           name: 'add_storages'
        }
      ],
      initComponent : function() {




_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to