public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
	Alexandre Derumier <aderumier@odiso.com>
Subject: Re: [pve-devel] [PATCH pve-manager] qemu: bump max cores to 256 by socket
Date: Mon, 15 Jan 2024 12:46:19 +0100	[thread overview]
Message-ID: <9c1ce32e-e54d-460d-81e4-8e4829853b24@proxmox.com> (raw)
In-Reply-To: <20240112200806.309336-1-aderumier@odiso.com>

On 1/12/24 21:08, Alexandre Derumier wrote:
> New epyc cpu already support 168 threads
> 
> qemu 8.1 support 1024 cores with q35
> ---
>   www/manager6/qemu/ProcessorEdit.js | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager6/qemu/ProcessorEdit.js b/www/manager6/qemu/ProcessorEdit.js
> index b845ff66..b3538727 100644
> --- a/www/manager6/qemu/ProcessorEdit.js
> +++ b/www/manager6/qemu/ProcessorEdit.js
> @@ -125,7 +125,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
>   	    xtype: 'proxmoxintegerfield',
>   	    name: 'cores',
>   	    minValue: 1,
> -	    maxValue: 128,
> +	    maxValue: 256,
>   	    value: '1',
>   	    fieldLabel: gettext('Cores'),
>   	    allowBlank: false,


mhmm.. in the backend we don't actually have a limit, maybe it's time to remove the limit in the ui
altogether? it does not help anyway:

for numbers that are not too big (too many for qemu, too many for the host)
it's not the right limit (qemu) or we don't know at that point in the gui (host cores)

but in case next year there is e.g. a 512 core machine, the limit is too low again...


so i'd be either for
* removing the limit at all
* limit to the qemu limits (but maybe also in the backend?)
* use the number of cores of the current host as limit in the gui (should be possible, but an 
additional api call)

what do you think?




  reply	other threads:[~2024-01-15 11:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 20:08 Alexandre Derumier
2024-01-15 11:46 ` Dominik Csapak [this message]
2024-01-15 12:43   ` DERUMIER, Alexandre
2024-01-15 13:08     ` Fiona Ebner
2024-01-16 14:08       ` DERUMIER, Alexandre
2024-01-16 15:20         ` Fiona Ebner
2024-02-20 12:50 ` [pve-devel] applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c1ce32e-e54d-460d-81e4-8e4829853b24@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=aderumier@odiso.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal