From: "Shannon Sterz" <s.sterz@proxmox.com>
To: "Daniel Krambrock" <krambrock@hrz.uni-marburg.de>,
<pve-devel@lists.proxmox.com>
Subject: Re: [pve-devel] [PATCH cluster] close #4369: make VMID suggestion strategy configurable
Date: Wed, 05 Jun 2024 10:57:56 +0200 [thread overview]
Message-ID: <D1RYJJKNM6LD.UHS0Q8J3JP3Q@proxmox.com> (raw)
In-Reply-To: <20240522120553.49114-3-krambrock@hrz.uni-marburg.de>
On Wed May 22, 2024 at 2:05 PM CEST, Daniel Krambrock wrote:
> Signed-off-by: Daniel Krambrock <krambrock@hrz.uni-marburg.de>
> ---
> src/PVE/Cluster.pm | 1 +
> src/PVE/DataCenterConfig.pm | 9 +++++++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm
> index f899dbe..059c7af 100644
> --- a/src/PVE/Cluster.pm
> +++ b/src/PVE/Cluster.pm
> @@ -84,6 +84,7 @@ my $observed = {
> 'virtual-guest/profiles.cfg' => 1,
> 'mapping/pci.cfg' => 1,
> 'mapping/usb.cfg' => 1,
> + 'used_vmids.list' => 1,
> };
>
> sub prepare_observed_file_basedirs {
> diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
> index abd0bbf..1394623 100644
> --- a/src/PVE/DataCenterConfig.pm
> +++ b/src/PVE/DataCenterConfig.pm
> @@ -337,6 +337,15 @@ my $datacenter_schema = {
> format => $next_id_format,
> description => "Control the range for the free VMID auto-selection pool.",
> },
> + 'next-id-strategy' => {
> + optional => 1,
> + type => 'string',
> + enum => ['next-free', 'max+1', 'list'],
> + default => 'next-free',
> + description => "VMID allocation strategie. 'next-free' returns the lowerst free ID. "
> + ."'max+1' returns the biggerst used ID + 1. "
> + ."'list' returns the lowerst free ID that is not on the list of previously used IDs.",
Nit: Some spell-checking
- strategy, not strategie
- lowest, not lowerst
- biggest, not biggerst
> + },
> migration => {
> optional => 1,
> type => 'string', format => $migration_format,
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
prev parent reply other threads:[~2024-06-05 8:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240522120553.49114-1-krambrock@hrz.uni-marburg.de>
2024-05-22 12:05 ` [pve-devel] [PATCH manager] " Daniel Krambrock via pve-devel
2024-05-22 12:05 ` [pve-devel] [PATCH cluster] " Daniel Krambrock via pve-devel
2024-05-22 12:05 ` [pve-devel] [PATCH container] " Daniel Krambrock via pve-devel
2024-05-22 12:05 ` [pve-devel] [PATCH qemu] " Daniel Krambrock via pve-devel
2024-06-05 8:56 ` [pve-devel] (no subject) Shannon Sterz
[not found] ` <20240522120553.49114-2-krambrock@hrz.uni-marburg.de>
2024-06-05 8:57 ` [pve-devel] [PATCH manager] close #4369: make VMID suggestion strategy configurable Shannon Sterz
[not found] ` <20240522120553.49114-3-krambrock@hrz.uni-marburg.de>
2024-06-05 8:57 ` Shannon Sterz [this message]
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=D1RYJJKNM6LD.UHS0Q8J3JP3Q@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=krambrock@hrz.uni-marburg.de \
--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 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.