From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id B81281FF15C for ; Fri, 14 Nov 2025 13:56:58 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C14CA12955; Fri, 14 Nov 2025 13:57:52 +0100 (CET) Message-ID: Date: Fri, 14 Nov 2025 13:57:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox VE development discussion , Daniel Kral References: <20251114100641.92919-1-d.kral@proxmox.com> Content-Language: en-US From: Thomas Lamprecht In-Reply-To: <20251114100641.92919-1-d.kral@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763125010725 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.025 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [pvevm.pm, pve2.pm, env.pm, manager.pm, resourceaffinity.pm, pvect.pm, hardware.pm, usage.pm, basic.pm, resources.pm, static.pm] Subject: [pve-devel] applied-series: [PATCH-SERIES ha-manager/perl-rs/proxmox v4 00/12] Granular online_node_usage accounting X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Am 14.11.25 um 11:08 schrieb Daniel Kral: > proxmox: > > Daniel Kral (2): > resource-scheduling: use workspace's .cargo/config.toml > resource-scheduling: allow owned nodes slice for > score_nodes_to_start_service > > proxmox-resource-scheduling/.cargo/config | 5 ----- > proxmox-resource-scheduling/src/pve_static.rs | 13 ++++++++++--- > 2 files changed, 10 insertions(+), 8 deletions(-) > delete mode 100644 proxmox-resource-scheduling/.cargo/config > > > perl-rs: > > Daniel Kral (2): > pve-rs: resource_scheduling: allow granular usage changes > test: resource_scheduling: use score_nodes helper to imitate HA > Manager > > .../bindings/resource_scheduling_static.rs | 108 +++++++++++++++--- > pve-rs/test/resource_scheduling.pl | 106 ++++++++++++----- > 2 files changed, 170 insertions(+), 44 deletions(-) > > > ha-manager: > > Daniel Kral (8): > manager: remove redundant recompute_online_node_usage from > next_state_recovery > manager: remove redundant add_service_usage_to_node from > next_state_recovery > manager: remove redundant add_service_usage_to_node from > next_state_started > rules: resource affinity: decouple get_resource_affinity helper from > Usage class > manager: make recompute_online_node_usage use add_service_usage helper > usage: allow granular changes to Usage implementations > manager: make online node usage computation granular > implement static service stats cache > > src/PVE/HA/Env.pm | 12 ++++ > src/PVE/HA/Env/PVE2.pm | 36 ++++++++++++ > src/PVE/HA/Manager.pm | 82 +++++++--------------------- > src/PVE/HA/Resources/PVECT.pm | 3 +- > src/PVE/HA/Resources/PVEVM.pm | 3 +- > src/PVE/HA/Rules/ResourceAffinity.pm | 24 ++++---- > src/PVE/HA/Sim/Env.pm | 12 ++++ > src/PVE/HA/Sim/Hardware.pm | 21 +++++++ > src/PVE/HA/Sim/Resources.pm | 3 +- > src/PVE/HA/Usage.pm | 69 +++++++++++++++++------ > src/PVE/HA/Usage/Basic.pm | 35 +++++------- > src/PVE/HA/Usage/Static.pm | 43 ++++++--------- > src/test/test_failover1.pl | 17 +++--- > 13 files changed, 211 insertions(+), 149 deletions(-) > > > Summary over all repositories: > 17 files changed, 391 insertions(+), 201 deletions(-) > applied series, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel