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 A6D9F1FF135 for ; Sun, 22 Mar 2026 04:20:04 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 107E6348; Sun, 22 Mar 2026 04:20:20 +0100 (CET) From: Thomas Lamprecht To: pve-devel@lists.proxmox.com, Daniel Kral Subject: applied: [PATCH-SERIES ha-manager v2 00/10] include non-HA resources in usage accounting Date: Sun, 22 Mar 2026 04:19:17 +0100 Message-ID: <177414954256.2675455.458237233662211600.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260319164047.642936-1-d.kral@proxmox.com> References: <20260319164047.642936-1-d.kral@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1774149541144 X-SPAM-LEVEL: Spam detection results: 0 AWL -1.200 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 KAM_LOTSOFHASH 0.25 Emails with lots of hash-like gibberish RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.408 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.819 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.903 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 Message-ID-Hash: KYQ44UXGZ5YHIIZ4SSW3ZCT5SRIIUKZC X-Message-ID-Hash: KYQ44UXGZ5YHIIZ4SSW3ZCT5SRIIUKZC X-MailFrom: t.lamprecht@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Thu, 19 Mar 2026 17:33:50 +0100, Daniel Kral wrote: > This series is split out from [0] to make the static/dynamic load > balancer series a little more straight forward to reason through. > > This series adds any running non-HA resource into the existing basic and > static usage scheduler accounting to base decisions on the usage of the > whole cluster instead of just the HA resources. > > [...] Applied, with Dominik R.'s missing defindness check squashed in, thanks! [01/10] rename static node stats to be consistent with similar interfaces commit: e2feb84ce3523b722dcad6922e603649bb78a604 [02/10] resources: remove redundant load_config fallback for static config commit: fc5dbc4cd12bff34ae84cbbe6931a62c96e125e7 [03/10] remove redundant service_node and migration_target parameter commit: c087c062d7c0285463ce1c8e6f332cb2499664aa [04/10] factor out common pve to ha resource type mapping commit: 4fa08cd22ff6dcb2eaae786271283190b86f4eac [05/10] derive static service stats while filling the service stats repository commit: fe91227dc3aa47efef77bb5c6484dde04b2b82e5 [06/10] test: make static service usage explicit for all resources commit: 8799935d4172adba0923b06ab0976a72ea0a2c98 [07/10] make static service stats indexable by sid commit: 44e3b1acb799acba7f3ed9e7f3ee30eee7094655 [08/10] move static service stats repository to PVE::HA::Usage::Static commit: a299f1a3259ce524bb9d75e39781539d50952f61 [09/10] usage: augment service stats with node and state information commit: c8f5bb50b84edf940dd242f3bf4c86048aa168c8 [10/10] include running non-HA resources in the scheduler's accounting commit: 40d79f9d31f41560af496fdab75368ad1c5a8d66