* [pve-devel] [PATCH v2 manager 2/2] lxc: increase limit of max cores from 128 to 8192
@ 2020-09-15 9:16 Oguz Bektas
2020-09-15 9:26 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-09-15 9:16 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
www/manager6/lxc/ResourceEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/lxc/ResourceEdit.js b/www/manager6/lxc/ResourceEdit.js
index 476a9a28..dbc75f99 100644
--- a/www/manager6/lxc/ResourceEdit.js
+++ b/www/manager6/lxc/ResourceEdit.js
@@ -88,7 +88,7 @@ Ext.define('PVE.lxc.CPUInputPanel', {
xtype: 'proxmoxintegerfield',
name: 'cores',
minValue: 1,
- maxValue: 128,
+ maxValue: 8192,
value: me.insideWizard ? 1 : '',
fieldLabel: gettext('Cores'),
allowBlank: true,
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: Re: [PATCH v2 manager 2/2] lxc: increase limit of max cores from 128 to 8192
2020-09-15 9:16 [pve-devel] [PATCH v2 manager 2/2] lxc: increase limit of max cores from 128 to 8192 Oguz Bektas
@ 2020-09-15 9:26 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-09-15 9:26 UTC (permalink / raw)
To: Proxmox VE development discussion, Oguz Bektas
On 9/15/20 11:16 AM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
> ---
> www/manager6/lxc/ResourceEdit.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
Note that you need to use the `--in-reply-to=message-id` CLI switch,
not "--reply-to", they are two different things ;-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-15 9:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 9:16 [pve-devel] [PATCH v2 manager 2/2] lxc: increase limit of max cores from 128 to 8192 Oguz Bektas
2020-09-15 9:26 ` [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