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: applied: [PATCH-SERIES container/ha-manager/manager/qemu-server v3 00/17] HA node affinity blockers (#1497)
Date: Fri, 15 May 2026 06:51:12 +0200	[thread overview]
Message-ID: <177882064283.361203.5482497148941128667.b4-ty@b4> (raw)
In-Reply-To: <20260511094707.142930-1-d.kral@proxmox.com>

On Mon, 11 May 2026 11:46:21 +0200, Daniel Kral wrote:
> v1: https://lore.proxmox.com/pve-devel/20251215155334.476984-1-d.kral@proxmox.com/
> v2: https://lore.proxmox.com/pve-devel/20260120152755.499037-1-d.kral@proxmox.com/
> 
> Changes v2 -> v3:
>  - rebase on master (relevant: {dis,}arm-ha and load balancer)
>  - add 'fix #1497' prefix to relevant patches
>  - add patch to make service config hash global and remove a duplicate
>    service config read from the Manager class
> 
> [...]

Applied, thanks!

[ha-manager]:

[01/14] ha: put source files on individual new lines
        commit: 9b21576d1ea03fb9c0292ef3b485930bbf6c29d9
[02/14] d/pve-ha-manager.install: remove duplicate Config.pm
        commit: aa71309daff47a9a52719db2a34787aee5a847f7
[03/14] config: group and sort use statements
        commit: c66253a4f30616e6b6433c54054e4783c3c932ff
[04/14] manager: group and sort use statements
        commit: 20258bc9287e89b459ee200689f6cf45317ca8d4
[05/14] manager: report all reasons when resources are blocked from migration
        commit: e1aa476ae3027e96d1d7e65a3426858e2a076537
[06/14] config, manager: factor out resource motion info logic
        commit: b78bdce47452e693319ce6ad16a8cd9a07dd0ec5
[07/14] tests: add test cases for migrating resources with node affinity rules
        commit: 122b95c748508f8b55b441fafda600bd6458ad1f
[08/14] fix #1497: handle strict node affinity rules in manual migrations
        commit: dc200f10963fcb7ca81ea05246ce69bf03117629
[09/14] config: improve variable names in read_and_check_resources_config
        commit: 4173f8e7912fa505b9382e9941cd8d4451d0c155
[10/14] config: factor out checked_resources_config helper
        commit: 2a2ba3ddf35f78c6a324550d7737e46e2dbbcfb4
[11/14] manager: store global reference to service config hash
        commit: d3a73dd28a4e25fd4a79418b43745ff3b78172d6
[12/14] manager: remove duplicate service config read in update_crm_commands
        commit: d9004fe44e527f28ce7cf051a41dbd5aa3c36f10
[13/14] fix #1497: handle node affinity rules with failback in manual migrations
        commit: b4a2197c4a49b209225e596102c28104e49eac1d
[14/14] config: remove duplicate config reads in get_resource_motion_info
        commit: 2029d75f8b8dafd8e8bb9692daef58007c71bf8e

[qemu-server]:

[1/1] api: migration preconditions: add node affinity as blocking cause
      commit: 4fbab7ee85033c8fb86a535f99b20e6dcdcca941

[pve-container]:

[1/1] api: migration preconditions: add node affinity as blocking cause
      commit: 0d7f20bee4248bb43a1191632d8f7d94ac477f58




  parent reply	other threads:[~2026-05-15  5:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-11  9:46 [PATCH-SERIES container/ha-manager/manager/qemu-server v3 00/17] HA node affinity blockers (#1497) Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 01/17] ha: put source files on individual new lines Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 02/17] d/pve-ha-manager.install: remove duplicate Config.pm Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 03/17] config: group and sort use statements Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 04/17] manager: " Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 05/17] manager: report all reasons when resources are blocked from migration Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 06/17] config, manager: factor out resource motion info logic Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 07/17] tests: add test cases for migrating resources with node affinity rules Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 08/17] fix #1497: handle strict node affinity rules in manual migrations Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 09/17] config: improve variable names in read_and_check_resources_config Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 10/17] config: factor out checked_resources_config helper Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 11/17] manager: store global reference to service config hash Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 12/17] manager: remove duplicate service config read in update_crm_commands Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 13/17] fix #1497: handle node affinity rules with failback in manual migrations Daniel Kral
2026-05-11  9:46 ` [PATCH ha-manager v3 14/17] config: remove duplicate config reads in get_resource_motion_info Daniel Kral
2026-05-11  9:46 ` [PATCH qemu-server v3 15/17] api: migration preconditions: add node affinity as blocking cause Daniel Kral
2026-05-11  9:46 ` [PATCH container v3 16/17] " Daniel Kral
2026-05-11  9:46 ` [PATCH manager v3 17/17] ui: migrate: display precondition messages for ha node affinity Daniel Kral
2026-05-15  4:51 ` Thomas Lamprecht [this message]
2026-05-15  5:04 ` applied: [PATCH-SERIES container/ha-manager/manager/qemu-server v3 00/17] HA node affinity blockers (#1497) 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=177882064283.361203.5482497148941128667.b4-ty@b4 \
    --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