* [pve-devel] [PATCH manager] ceph: gui: add device class select on OSD create
@ 2020-10-15 8:12 Alwin Antreich
2020-10-22 16:54 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Alwin Antreich @ 2020-10-15 8:12 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
---
www/manager6/ceph/OSD.js | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/www/manager6/ceph/OSD.js b/www/manager6/ceph/OSD.js
index 88109315..e9224743 100644
--- a/www/manager6/ceph/OSD.js
+++ b/www/manager6/ceph/OSD.js
@@ -77,6 +77,23 @@ Ext.define('PVE.CephCreateOsd', {
name: 'encrypted',
fieldLabel: gettext('Encrypt OSD')
},
+ {
+ xtype: 'proxmoxKVComboBox',
+ comboItems: [
+ ['hdd', 'HDD'],
+ ['ssd', 'SSD'],
+ ['nvme', 'NVME'],
+ ],
+ name: 'crush-device-class',
+ nodename: me.nodename,
+ fieldLabel: gettext('Device Class'),
+ value: '',
+ autoSelect: false,
+ allowBlank: true,
+ editable: true,
+ emptyText: 'auto detect',
+ deleteEmpty: me.isCreate ? false : true,
+ },
],
advancedColumn2: [
{
--
2.27.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ceph: gui: add device class select on OSD create
2020-10-15 8:12 [pve-devel] [PATCH manager] ceph: gui: add device class select on OSD create Alwin Antreich
@ 2020-10-22 16:54 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-10-22 16:54 UTC (permalink / raw)
To: Proxmox VE development discussion, Alwin Antreich
On 15.10.20 10:12, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
> ---
> www/manager6/ceph/OSD.js | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-22 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 8:12 [pve-devel] [PATCH manager] ceph: gui: add device class select on OSD create Alwin Antreich
2020-10-22 16:54 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal