public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pve-devel@lists.proxmox.com, Daniel Kral <d.kral@proxmox.com>
Subject: [pve-devel] applied: [PATCH-SERIES ha-manager v4 00/21] HA rules fixes + performance improvements + cleanup
Date: Fri, 14 Nov 2025 15:09:18 +0100	[thread overview]
Message-ID: <176312935733.3907150.10280510870001201728.b4-ty@proxmox.com> (raw)
In-Reply-To: <20251114111828.160294-1-d.kral@proxmox.com>

On Fri, 14 Nov 2025 12:16:58 +0100, Daniel Kral wrote:
> v3: https://lore.proxmox.com/pve-devel/20251103102118.153666-1-d.kral@proxmox.com/
> v2: https://lore.proxmox.com/pve-devel/20250909083539.39675-1-d.kral@proxmox.com/
> v1: https://lore.proxmox.com/pve-devel/20250821143705.256562-1-d.kral@proxmox.com/
> 
> 
> This series is based on top of the granular accounting series v4 [0]
> 
> [...]

Applied, thanks!

[01/21] config: do not add ignored resources to dependent resources
        commit: 90cd750a53532d77939be6a004c7f0a3b5a27774
[02/21] manager: retranslate rules if nodes are added or removed
        commit: e1d525d3cef37e782410ae5c170ca4a71f58b3e1
[03/21] rules: factor out disjoint rules' resource set helper
        commit: 0f6309d4330a9b86cf6ed57d0398277a0075076a
[04/21] rules: resource affinity: inter-consistency check with merged positive rules
        commit: e79f4b4ae436c1a26238a4585e68c53886169ba7
[05/21] rules: add merged positive resource affinity info in global checks
        commit: 4f09820fa23aa417dc15070bc2aaa50859c855f1
[06/21] rules: make rules sorting optional in foreach_rule helper
        commit: d9d7402644a0a5d7fd2990daf51431333f4489ab
[07/21] rename rule's canonicalize stage to transform stage
        commit: b3b243c8e937190a41d0346736953aa66bed6819
[08/21] rules: make plugins register transformers instead of plugin_transform
        commit: ff555c782268b76c8fcf4a75b359359e36ac398b
[09/21] rules: node affinity: decouple get_node_affinity helper from Usage class
        commit: d2110dc8dabaf3726cf6fd56591ace3225bcdaeb
[10/21] compile ha rules to a more compact representation
        commit: d9bfcf5472cb59d3cc7d2bf7606262d2706e13cb
[11/21] test: rules: use to_json instead of Data::Dumper for config output
        commit: d2cb9dfe910e40dc8864a9ae6093831c8c974dd9
[12/21] test: rules: add compiled config output to rules config test cases
        commit: da98253e7324499672ae37c9a0dc495e0b044df5
[13/21] rules: node affinity: define node priority outside hash access
        commit: eb5a891b783d576cf9e5f9041677df026b5ff7b9
[14/21] move minimum version check helper to ha tools
        commit: a59125fd6796f4291968242f0865cabaebe8e260
[15/21] manager: move group migration cooldown variable into helper
        commit: 2080e56c6d51aae5c52fb00588f2c28d9b6465e5
[16/21] api: status: sync active service counting with lrm's helper
        commit: 511f2b41b01c15c0de180e9dcc13d8ef99c159dd
[17/21] manager: group migration: sync active service counting with lrm's helper
        commit: b56cf196b704138ceb3cc3866c0b2763163af87e
[18/21] factor out counting of active services into helper
        commit: 13e4b376886e54e58ae348bb5d6f301aa1503ced
[19/21] tree-wide: remove misused function prototype declaractions
        commit: 5b4e398ea0e28063d956428fc1afe941f50b5f1c
[20/21] rules: fix documentation for inter-rules checker subroutines
        commit: 187e2b1ccbe16581fd406d477a5ac70a0aa1d6a8
[21/21] rules: add documentation about current feasibility check implementations
        commit: b6abc1e091817b13781587955e2c0eee0d2131fc


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


      parent reply	other threads:[~2025-11-14 14:10 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-14 11:16 [pve-devel] " Daniel Kral
2025-11-14 11:16 ` [pve-devel] [PATCH ha-manager v4 01/21] config: do not add ignored resources to dependent resources Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 02/21] manager: retranslate rules if nodes are added or removed Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 03/21] rules: factor out disjoint rules' resource set helper Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 04/21] rules: resource affinity: inter-consistency check with merged positive rules Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 05/21] rules: add merged positive resource affinity info in global checks Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 06/21] rules: make rules sorting optional in foreach_rule helper Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 07/21] rename rule's canonicalize stage to transform stage Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 08/21] rules: make plugins register transformers instead of plugin_transform Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 09/21] rules: node affinity: decouple get_node_affinity helper from Usage class Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 10/21] compile ha rules to a more compact representation Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 11/21] test: rules: use to_json instead of Data::Dumper for config output Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 12/21] test: rules: add compiled config output to rules config test cases Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 13/21] rules: node affinity: define node priority outside hash access Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 14/21] move minimum version check helper to ha tools Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 15/21] manager: move group migration cooldown variable into helper Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 16/21] api: status: sync active service counting with lrm's helper Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 17/21] manager: group migration: " Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 18/21] factor out counting of active services into helper Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 19/21] tree-wide: remove misused function prototype declaractions Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 20/21] rules: fix documentation for inter-rules checker subroutines Daniel Kral
2025-11-14 11:17 ` [pve-devel] [PATCH ha-manager v4 21/21] rules: add documentation about current feasibility check implementations Daniel Kral
2025-11-14 14:09 ` Thomas Lamprecht [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=176312935733.3907150.10280510870001201728.b4-ty@proxmox.com \
    --to=t.lamprecht@proxmox.com \
    --cc=d.kral@proxmox.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