[PATCH cluster/ha-manager/perl-rs/proxmox v2 00/40] dynamic scheduler + load rebalancer
2026-03-26 10:34 UTC (51+ messages)
` [PATCH proxmox v2 01/40] resource-scheduling: inline add_cpu_usage in score_nodes_to_start_service
` [PATCH proxmox v2 02/40] resource-scheduling: move score_nodes_to_start_service to scheduler crate
` [PATCH proxmox v2 03/40] resource-scheduling: rename service to resource where appropriate
` [PATCH proxmox v2 04/40] resource-scheduling: introduce generic scheduler implementation
` [PATCH proxmox v2 05/40] resource-scheduling: implement generic cluster usage implementation
` [PATCH proxmox v2 06/40] resource-scheduling: topsis: handle empty criteria without panics
` [PATCH proxmox v2 07/40] resource-scheduling: compare by nodename in score_nodes_to_start_resource
` [PATCH proxmox v2 08/40] resource-scheduling: factor out topsis alternative mapping
` [PATCH proxmox v2 09/40] resource-scheduling: implement rebalancing migration selection
` [PATCH perl-rs v2 10/40] pve-rs: resource-scheduling: remove pedantic error handling from remove_node
` [PATCH perl-rs v2 11/40] pve-rs: resource-scheduling: remove pedantic error handling from remove_service_usage
` [PATCH perl-rs v2 12/40] pve-rs: resource-scheduling: move pve_static into resource_scheduling module
` [PATCH perl-rs v2 13/40] pve-rs: resource-scheduling: use generic usage implementation
` [PATCH perl-rs v2 14/40] pve-rs: resource-scheduling: static: replace deprecated usage structs
` [PATCH perl-rs v2 15/40] pve-rs: resource-scheduling: implement pve_dynamic bindings
` [PATCH perl-rs v2 16/40] pve-rs: resource-scheduling: expose auto rebalancing methods
` [PATCH cluster v2 17/40] datacenter config: restructure verbose description for the ha crs option
` [PATCH cluster v2 18/40] datacenter config: add dynamic load scheduler option
` [PATCH cluster v2 19/40] datacenter config: add auto rebalancing options
` [PATCH ha-manager v2 20/40] env: pve2: implement dynamic node and service stats
` [PATCH ha-manager v2 21/40] sim: hardware: pass correct types for static stats
` [PATCH ha-manager v2 22/40] sim: hardware: factor out static stats' default values
` [PATCH ha-manager v2 23/40] sim: hardware: fix static stats guard
` [PATCH ha-manager v2 24/40] sim: hardware: handle dynamic service stats
` [PATCH ha-manager v2 25/40] sim: hardware: add set-dynamic-stats command
` [PATCH ha-manager v2 26/40] sim: hardware: add getters for dynamic {node,service} stats
` [PATCH ha-manager v2 27/40] usage: pass service data to add_service_usage
` [PATCH ha-manager v2 28/40] usage: pass service data to get_used_service_nodes
` [PATCH ha-manager v2 29/40] add running flag to cluster service stats
` [PATCH ha-manager v2 30/40] usage: use add_service to add service usage to nodes
` [PATCH ha-manager v2 31/40] usage: add dynamic usage scheduler
` [PATCH ha-manager v2 32/40] test: add dynamic usage scheduler test cases
` [PATCH ha-manager v2 33/40] manager: rename execute_migration to queue_resource_motion
` [PATCH ha-manager v2 34/40] manager: update_crs_scheduler_mode: factor out crs config
` [PATCH ha-manager v2 35/40] implement automatic rebalancing
` [PATCH ha-manager v2 36/40] test: add resource bundle generation test cases
` [PATCH ha-manager v2 37/40] test: add dynamic automatic rebalancing system "
` [PATCH ha-manager v2 38/40] test: add static "
` [PATCH ha-manager v2 39/40] test: add automatic rebalancing system test cases with TOPSIS method
` [PATCH ha-manager v2 40/40] test: add automatic rebalancing system test cases with affinity rules
[PATCH cluster/network/proxmox{-ve-rs,-perl-rs} 00/27] Add support for route maps / prefix lists to SDN
2026-03-26 10:32 UTC (35+ messages)
` [PATCH pve-cluster 1/2] cfs: add 'sdn/route-maps.cfg' to observed files
` [PATCH pve-cluster 2/2] cfs: add 'sdn/prefix-lists.cfg' "
` [PATCH proxmox-ve-rs 1/9] sdn-types: add common route-map helper types
` [PATCH proxmox-ve-rs 2/9] frr: implement routemap match/set statements via adjacent tagging
` [PATCH proxmox-ve-rs 3/9] frr: allow rendering prefix-lists/route-maps separately
` [PATCH proxmox-ve-rs 4/9] frr-templates: change route maps template to adapt to new types
` [PATCH proxmox-ve-rs 5/9] ve-config: add prefix list section config
` [PATCH proxmox-ve-rs 6/9] ve-config: frr: implement frr config generation for prefix lists
` [PATCH proxmox-ve-rs 7/9] ve-config: add route map section config
` [PATCH proxmox-ve-rs 8/9] ve-config: frr: implement frr config generation for route maps
` [PATCH proxmox-ve-rs 9/9] ve-config: fabrics: adapt frr config generation to new format
` [PATCH proxmox-perl-rs 1/3] pve-rs: sdn: add route maps module
` [PATCH proxmox-perl-rs 2/3] pve-rs: sdn: add prefix lists module
` [PATCH proxmox-perl-rs 3/3] sdn: add prefix list / route maps to frr config generation helper
` [PATCH pve-network 01/13] controller: bgp: evpn: adapt to new match / set frr config syntax
` [PATCH pve-network 02/13] sdn: add prefix lists module
` [PATCH pve-network 03/13] api2: add prefix list module
` [PATCH pve-network 04/13] sdn: add route map module
` [PATCH pve-network 05/13] api2: add route maps api module
` [PATCH pve-network 06/13] api2: add route map module
` [PATCH pve-network 07/13] api2: add route map entry module
` [PATCH pve-network 08/13] evpn controller: add route_map_{in,out} parameter
` [PATCH pve-network 09/13] sdn: generate route map / prefix list configuration on sdn apply
` [PATCH pve-network 10/13] tests: add simple route map test case
` [PATCH pve-network 11/13] tests: add bgp evpn route map/prefix list testcase
` [PATCH pve-network 12/13] tests: add route map with prefix "
` [PATCH pve-network 13/13] bgp controller: allow configuring custom route maps
[PATCH i18n] update Japanese translations
2026-03-26 10:19 UTC (2+ messages)
[PATCH manager/qemu-server 0/8] Add API and UI for custom CPU models
2026-03-26 9:59 UTC (12+ messages)
` [PATCH pve-manager 1/8] ui: VMCPUFlagSelector: Fix unknownFlags behaviour
` [PATCH pve-manager 2/8] ui: CPUModelSelector: Fix dirty state on default
` [PATCH pve-manager 3/8] ui: CPUModelSelector: Allow filtering out custom models
` [PATCH qemu-server 8/8] api: qemu: Add CRUD handlers for custom CPU models
[PATCH qemu-server v2 0/4] rework fs-freeze agent property
2026-03-26 9:08 UTC (6+ messages)
` [PATCH qemu-server v2 1/4] agent: add should_fs_freeze helper
` [PATCH qemu-server v2 2/4] agent: treat freeze-fs-on-backup as alias for guest-fsfreeze
` [PATCH qemu-server v2 3/4] tests: cfg2cmd: add agent guest-fsfreeze config tests
` [PATCH qemu-server v2 4/4] qga: rename guest-fsfreeze to freeze-fs
[pve-devel] Duplicate message?
2026-03-26 8:56 UTC (2+ messages)
[PATCH ha-manager] resources: fix type confusion regression for static stats
2026-03-26 8:02 UTC (2+ messages)
` applied: "
[RFC] Re-enable alternative memory allocator (tcmalloc) for pve-qemu?
2026-03-26 7:48 UTC (4+ messages)
[PATCH manager 0/1] ceph: add opt-in locality-aware replica reads (crush_location_hook)
2026-03-26 3:44 UTC (3+ messages)
` [PATCH manager 1/1] "
[PATCH qemu-server 0/4] rework fs-freeze agent property
2026-03-25 21:35 UTC (6+ messages)
` [PATCH qemu-server 1/4] agent: add should_fs_freeze helper
` [PATCH qemu-server 2/4] agent: treat freeze-fs-on-backup as alias for guest-fsfreeze
` [PATCH qemu-server 3/4] tests: cfg2cmd: add agent guest-fsfreeze config tests
` [PATCH qemu-server 4/4] qga: rename guest-fsfreeze to freeze-fs
` superseded: [PATCH qemu-server 0/4] rework fs-freeze agent property
[PATCH-SERIES qemu-server 0/8] fix #7383: agent: fsfreeze: skip freeze if already frozen
2026-03-25 21:20 UTC (13+ messages)
` [PATCH qemu-server 1/8] agent: fs thaw: check command result
` applied: "
` [PATCH qemu-server 2/8] api: clone/import: fix check if agent is enabled
` applied: "
` [PATCH qemu-server 3/8] backup: freeze: "
` applied: "
` [PATCH qemu-server 4/8] agent: parse: change signature to take property string rather than full VM config
` [PATCH qemu-server 5/8] agent: get qga key: "
` [PATCH qemu-server 6/8] clone disk/block jobs: change signatures to take guest agent property string
` [PATCH qemu-server 7/8] agent: fsfreeze: harmonize checks for guest fs freeze
` [PATCH qemu-server 8/8] fix #7383: agent: fsfreeze: skip freeze if already frozen
[PATCH proxmox v2 0/8] sdn: add wireguard fabric configuration support
2026-03-25 18:02 UTC (10+ messages)
` [PATCH proxmox v2 1/8] serde: implement ini serializer
` [PATCH proxmox v2 2/8] serde: add base64 module for byte arrays
[PATCH manager/backup/datacenter-manager 0/3] report: adapt to zarcstat renaming
2026-03-25 16:55 UTC (3+ messages)
` [PATCH proxmox-datacenter-manager 3/3] "
` applied: "
[PATCH ha-manager v2 0/4] fix #2751: implement disarm/arm HA for safer cluster maintenance
2026-03-25 15:50 UTC (4+ messages)
` [PATCH ha-manager v2 3/4] fix #2751: implement disarm-ha and arm-ha for safe "
` applied: [PATCH ha-manager v2 0/4] fix #2751: implement disarm/arm HA for safer "
[PATCH-SERIES qemu 0/2] QEMU 10.2.1
2026-03-25 14:35 UTC (2+ messages)
` applied: "
[PATCH cluster/docs/manager/proxmox{,-perl-rs,-widget-toolkit} 00/17] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
2026-03-25 13:16 UTC (2+ messages)
` superseded: "
[PATCH docs/manager/proxmox{,-perl-rs,-widget-toolkit} v2 00/16] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
2026-03-25 13:14 UTC (17+ messages)
` [PATCH proxmox v2 01/16] notify: smtp: Introduce xoauth2 module
` [PATCH proxmox v2 02/16] notify: smtp: Introduce state management
` [PATCH proxmox v2 03/16] notify: smtp: Factor out transport building logic
` [PATCH proxmox v2 04/16] notify: smtp: Update API with OAuth2 parameters
` [PATCH proxmox v2 05/16] notify: smtp: Add state handling logic
` [PATCH proxmox v2 06/16] notify: smtp: Add XOAUTH2 authentication support
` [PATCH proxmox-perl-rs v2 07/16] pve-rs: notify: smtp: add OAuth2 parameters to bindings
` [PATCH proxmox-perl-rs v2 08/16] pve-rs: notify: Add binding for triggering state refresh
` [PATCH proxmox-widget-toolkit v2 09/16] utils: Add OAuth2 flow handlers
` [PATCH proxmox-widget-toolkit v2 10/16] notifications: Add opt-in OAuth2 support for SMTP targets
` [PATCH pve-manager v2 11/16] notifications: Add OAuth2 parameters to schema and add/update endpoints
` [PATCH pve-manager v2 12/16] notifications: Add trigger-state-refresh endpoint
` [PATCH pve-manager v2 13/16] notifications: Trigger notification target refresh in pveupdate
` [PATCH pve-manager v2 14/16] notifications: Handle OAuth2 callback in login handler
` [PATCH pve-manager v2 15/16] fix #7238: notifications: Opt into OAuth2 authentication
` [PATCH pve-docs v2 16/16] notifications: Add section about OAuth2 to SMTP targets docs
[PATCH storage v2 0/2] nfs: use rpcinfo as a showmounts fallback for nfs3
2026-03-25 12:47 UTC (2+ messages)
` superseded: "
[PATCH storage v3 0/2] nfs: use rpcinfo as a showmounts fallback for nfs3
2026-03-25 12:46 UTC (3+ messages)
` [PATCH storage v3 1/2] nfs: create a helper to run rpcinfo commands
` [PATCH storage v3 2/2] nfs: use rpcinfo as a showmounts fallback for nfs3
[PATCH pve-docs 1/1] sdn: update description for setting rp_filter
2026-03-25 10:32 UTC
[PATCH i18n v3] update German translations
2026-03-25 10:13 UTC (3+ messages)
` applied: "
[PATCH i18n] update German translations
2026-03-25 9:15 UTC (5+ messages)
` Superseded: "
[PATCH pve-manager] ui: ceph: osd: fix toolbar overflow
2026-03-25 9:11 UTC (2+ messages)
` applied: "
[PATCH pve-manager] fix: #4490 ui: backup job window: add filter/search for virtual guest grid
2026-03-25 8:58 UTC (2+ messages)
[PATCH proxmox-i18n v2 0/1] update Simplified Chinese translations
2026-03-25 8:07 UTC (3+ messages)
` [PATCH proxmox-i18n v2 1/1] "
[PATCH docs] man pages: strip '.it 1 an-trap' emitted by docbook-xsl
2026-03-25 7:11 UTC (2+ messages)
[PATCH manager] ceph: init: drop deprecated pg_bits parameter
2026-03-25 4:31 UTC
[RFC PATCH-SERIES many 00/36] dynamic scheduler + load rebalancer
2026-03-24 18:37 UTC (5+ messages)
[PATCH yew-mobile-gui v2 0/3] fix #7330: dashboard: display CPU utilization correctly
2026-03-24 17:34 UTC (2+ messages)
` applied: "
[PATCH proxmox] oci: ignore tests that require to be run as UID 0
2026-03-24 15:41 UTC (3+ messages)
[PATCH proxmox 0/2] oci: tests: refactor to drop static test tarballs
2026-03-24 15:35 UTC (3+ messages)
` [PATCH proxmox 1/2] oci: tests: return Result from tests to avoid unwrap calls
` [PATCH proxmox 2/2] oci: tests: generate OCI test images on the fly
[pve-devel] [PATCH SERIES docs/ha-manager/manager v3] close #6144: add ui button + api for node maintenance mode
2026-03-24 13:42 UTC (4+ messages)
[PATCH proxmox-i18n] update Simplified Chinese translations
2026-03-24 13:01 UTC (4+ messages)
[PATCH i18n] update German translations
2026-03-24 12:52 UTC (5+ messages)
[PATCH ha-manager 0/2] fix param check for rules updates and
2026-03-24 12:49 UTC (3+ messages)
` [PATCH ha-manager 1/2] api: assert validity of resources param only if defined
` [PATCH ha-manager 2/2] format code with perltidy
[PATCH proxmox v2] schema: api_string_type: impl FromStr to avoid allocating in error path
2026-03-24 12:37 UTC (2+ messages)
` applied: "
[PATCH common 0/1] Silence non-portable hexadecimal warning
2026-03-24 10:02 UTC (2+ messages)
` [PATCH common 1/1] fix #7445: Silence non-portable hexadecimal
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v7 00/21] Generate frr config using jinja templates and rust types
2026-03-24 9:03 UTC (3+ messages)
` [PATCH proxmox-ve-rs v7 10/21] frr: add vtysh integration tests for proxmox-frr
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox