[PATCH proxmox v3 0/8] sdn: add wireguard fabric configuration support
2026-03-30 18:28 UTC (3+ messages)
` [PATCH proxmox v3 2/8] serde: add base64 module for byte arrays
` [PATCH proxmox v3 4/8] schema: provide integer schema for node ports
[PATCH] client: support individual repository component parameters
2026-03-30 18:28 UTC (4+ messages)
` superseded: "
[PATCH v2 0/5] client: repository: add individual component parameters
2026-03-30 18:20 UTC (6+ messages)
` [PATCH v2 1/5] client: repository: add tests for BackupRepository parsing
` [PATCH v2 2/5] client: repository: add individual component parameters
` [PATCH v2 3/5] client: migrate commands to flattened repository args
` [PATCH v2 4/5] docs: document repository component options and env vars
` [PATCH v2 5/5] fix #5340: client: repository: add PBS_NAMESPACE environment variable
[pve-devel] [PATCH installer] cargo: Bump resolver to 3
2026-03-30 16:06 UTC (2+ messages)
` applied: "
[pve-devel] [PATCH installer] unconfigured: also catch ^C signal with debug shell
2026-03-30 16:06 UTC (2+ messages)
` applied: "
[pve-devel] [PATCH installer] post-hook: save post hook data to /run/proxmox-installer
2026-03-30 16:06 UTC (2+ messages)
` applied: "
[pve-devel] [PATCH installer] d/control: record util-linux-extra as dependency
2026-03-30 16:06 UTC (2+ messages)
` applied: "
[PATCH installer] assistant: add support for splitting ISO into (i)PXE-compatible files
2026-03-30 16:01 UTC (2+ messages)
[PATCH proxmox-backup] fix #5247: relative paths in exclude patterns
2026-03-30 15:41 UTC (2+ messages)
` superseded: "
[PATCH cluster/ha-manager/perl-rs/proxmox v2 00/40] dynamic scheduler + load rebalancer
2026-03-30 14:50 UTC (37+ messages)
` [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 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
` superseded: [PATCH cluster/ha-manager/perl-rs/proxmox v2 00/40] dynamic scheduler + load rebalancer
[PATCH cluster/manager 0/5] add warning messages for high token timeouts in clusters
2026-03-30 14:43 UTC (6+ messages)
` [PATCH cluster 1/5] add functions to determine warning level for high token timeouts
` [PATCH cluster 2/5] pvecm: warn users of high token timeouts when using nodes command
` [PATCH cluster 3/5] api: add token timeout and warning level to cluster join info
` [PATCH manager 4/5] ui: cluster info: move initialization of items to initComponent
` [PATCH manager 5/5] ui: cluster info: warn users of high token timeout in join info
[PATCH docs 0/2] document disarm-ha, arm-ha and watchdog fencing status
2026-03-30 14:41 UTC (2+ messages)
` applied: "
[PATCH docs 0/4] ha-manager: add disarming HA section
2026-03-30 14:39 UTC (6+ messages)
` [PATCH docs 1/4] ha-manager: fix enabled typo
` [PATCH docs 2/4] ha-manager: rename node maintenance section
` [PATCH docs 3/4] ha-manager: add disarming HA section
` [PATCH docs 4/4] corosync config: add xref to "
[PATCH-SERIES cluster/ha-manager/perl-rs/proxmox v3 00/40] dynamic scheduler + load rebalancer
2026-03-30 14:30 UTC (41+ messages)
` [PATCH proxmox v3 01/40] resource-scheduling: inline add_cpu_usage in score_nodes_to_start_service
` [PATCH proxmox v3 02/40] resource-scheduling: move score_nodes_to_start_service to scheduler crate
` [PATCH proxmox v3 03/40] resource-scheduling: rename service to resource where appropriate
` [PATCH proxmox v3 04/40] resource-scheduling: introduce generic scheduler implementation
` [PATCH proxmox v3 05/40] resource-scheduling: implement generic cluster usage implementation
` [PATCH proxmox v3 06/40] resource-scheduling: topsis: handle empty criteria without panics
` [PATCH proxmox v3 07/40] resource-scheduling: compare by nodename in score_nodes_to_start_resource
` [PATCH proxmox v3 08/40] resource-scheduling: factor out topsis alternative mapping
` [PATCH proxmox v3 09/40] resource-scheduling: implement rebalancing migration selection
` [PATCH perl-rs v3 10/40] pve-rs: resource-scheduling: remove pedantic error handling from remove_node
` [PATCH perl-rs v3 11/40] pve-rs: resource-scheduling: remove pedantic error handling from remove_service_usage
` [PATCH perl-rs v3 12/40] pve-rs: resource-scheduling: move pve_static into resource_scheduling module
` [PATCH perl-rs v3 13/40] pve-rs: resource-scheduling: use generic usage implementation
` [PATCH perl-rs v3 14/40] pve-rs: resource-scheduling: static: replace deprecated usage structs
` [PATCH perl-rs v3 15/40] pve-rs: resource-scheduling: implement pve_dynamic bindings
` [PATCH perl-rs v3 16/40] pve-rs: resource-scheduling: expose auto rebalancing methods
` [PATCH cluster v3 17/40] datacenter config: restructure verbose description for the ha crs option
` [PATCH cluster v3 18/40] datacenter config: add dynamic load scheduler option
` [PATCH cluster v3 19/40] datacenter config: add auto rebalancing options
` [PATCH ha-manager v3 20/40] env: pve2: implement dynamic node and service stats
` [PATCH ha-manager v3 21/40] sim: hardware: pass correct types for static stats
` [PATCH ha-manager v3 22/40] sim: hardware: factor out static stats' default values
` [PATCH ha-manager v3 23/40] sim: hardware: fix static stats guard
` [PATCH ha-manager v3 24/40] sim: hardware: handle dynamic service stats
` [PATCH ha-manager v3 25/40] sim: hardware: add set-dynamic-stats command
` [PATCH ha-manager v3 26/40] sim: hardware: add getters for dynamic {node,service} stats
` [PATCH ha-manager v3 27/40] usage: pass service data to add_service_usage
` [PATCH ha-manager v3 28/40] usage: pass service data to get_used_service_nodes
` [PATCH ha-manager v3 29/40] add running flag to non-HA cluster service stats
` [PATCH ha-manager v3 30/40] usage: use add_service to add service usage to nodes
` [PATCH ha-manager v3 31/40] usage: add dynamic usage scheduler
` [PATCH ha-manager v3 32/40] test: add dynamic usage scheduler test cases
` [PATCH ha-manager v3 33/40] manager: rename execute_migration to queue_resource_motion
` [PATCH ha-manager v3 34/40] manager: update_crs_scheduler_mode: factor out crs config
` [PATCH ha-manager v3 35/40] implement automatic rebalancing
` [PATCH ha-manager v3 36/40] test: add resource bundle generation test cases
` [PATCH ha-manager v3 37/40] test: add dynamic automatic rebalancing system "
` [PATCH ha-manager v3 38/40] test: add static "
` [PATCH ha-manager v3 39/40] test: add automatic rebalancing system test cases with TOPSIS method
` [PATCH ha-manager v3 40/40] test: add automatic rebalancing system test cases with affinity rules
[PATCH container/manager v2 0/7] implement per-mountpoint uid/gid mapping
2026-03-30 14:10 UTC (8+ messages)
` [PATCH container v2 1/7] namespaces: relax prototype of run_in_userns
` [PATCH container v2 2/7] namespaces: refactor run_in_userns
` [PATCH container v2 3/7] d/control: update versioned dependency for libpve-common-perl
` [PATCH container v2 4/7] namespaces: add helper to create user namespace from idmap
` [PATCH container v2 5/7] implement per-mountpoint uid/gid mapping
` [PATCH manager v2 6/7] ui: lxc/MPEdit: remove duplicate "mp" assignment
` [PATCH manager v2 7/7] ui: lxc/MPEdit: add "idmap" option
[PATCH yew-comp 0/3] improve task/log viewer
2026-03-30 13:48 UTC (6+ messages)
` [PATCH yew-comp 1/3] task (viewer): add task download button
` [PATCH yew-comp 2/3] log-view: reorganize imports
` [RFC PATCH yew-comp 3/3] log-view: improve display of lines with '\r'
[PATCH datacenter-manager 0/4] add resource gauge panels to dashboard/views
2026-03-30 13:16 UTC (2+ messages)
` superseded: "
[PATCH datacenter-manager v2 0/4] add resource gauge panels to dashboard/views
2026-03-30 13:07 UTC (5+ messages)
` [PATCH datacenter-manager v2 1/4] api: return global cpu/memory/storage statistics
` [PATCH datacenter-manager v2 2/4] ui: css: use mask for svg icons
` [PATCH datacenter-manager v2 3/4] ui: dashboard: add new gauge panels widget type
` [PATCH datacenter-manager v2 4/4] ui: dashboard: add resource gauges to default dashboard
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/21] Generate frr config using jinja templates and rust types
2026-03-30 12:04 UTC (24+ messages)
` [PATCH proxmox-ve-rs v8 01/21] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs v8 02/21] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v8 03/21] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs v8 04/21] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs v8 05/21] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v8 06/21] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs v8 07/21] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs v8 08/21] frr: add bgp support with templates and serialization
` [PATCH proxmox-ve-rs v8 09/21] frr: enable minijinja strict undefined behavior mode
` [PATCH proxmox-perl-rs v8 11/21] sdn: add function to generate the frr config for all daemons
` [PATCH pve-network v8 12/21] tests: use Test::Differences to make test assertions
` [PATCH pve-network v8 13/21] test: add tests for frr.conf.local merging
` [PATCH pve-network v8 14/21] test: bgp: add some various integration tests
` [PATCH pve-network v8 15/21] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network v8 16/21] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network v8 17/21] tests: rearrange some statements in the "
` [PATCH pve-network v8 18/21] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network v8 19/21] test: adjust frr_local_merge test for new template generation
` [PATCH pve-network v8 20/21] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-manager v8 21/21] sdn: add dry-run diff view for sdn apply
` applied: [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/21] Generate frr config using jinja templates and rust types
[PATCH-SERIES qemu-server 0/2] hotplug pending: only issue QMP commands related to USB hotplug if actually needed
2026-03-30 11:09 UTC (3+ messages)
` [PATCH qemu-server 1/2] hotplug pending: only check if USB devices are left when one was unplugged
` [PATCH qemu-server 2/2] hotplug pending: only check for USB hoptplug support when actually needed
[PATCH proxmox-perltidy] use more explicit --cuddled-blocks rather than --cuddled-else
2026-03-30 10:45 UTC (2+ messages)
` applied: "
[PATCH pve-manager 1/1] fix #6234: make CephFS page scrollable
2026-03-30 9:13 UTC
[RFC PATCH datacenter-manager 0/3] ui: acl: pre-populate permission path selector
2026-03-30 9:07 UTC (4+ messages)
` [RFC PATCH datacenter-manager 3/3] ui: acl: list granular level permission paths for resources
[PATCH proxmox-backup v2] fix #5247: relative paths in exclude patterns
2026-03-30 8:11 UTC
[PATCH proxmox-backup v2 0/1] fix #7412: ui: dashboard: persist datastore usage column state
2026-03-30 7:42 UTC (3+ messages)
[PATCH manager] ceph: mds: reimplement hotstandby via ceph fs set allow_standby_replay
2026-03-29 4:46 UTC
[PATCH manager] ceph: cfg: fix config key filter returning all section keys
2026-03-29 2:56 UTC
[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} v2 00/25] metric collection for the PDM host
2026-03-28 17:52 UTC (4+ messages)
` [PATCH proxmox v2 05/25] disks: import from Proxmox Backup Server
` partially-applied: [PATCH datacenter-manager/proxmox{,-backup,-yew-comp} v2 00/25] metric collection for the PDM host
[PATCH manager] ceph: init: drop deprecated pg_bits parameter
2026-03-28 11:31 UTC (2+ messages)
` [PATCH manager] ceph: init: clean up "
[PATCH manager] ceph: init: drop deprecated pg_bits parameter
2026-03-28 11:24 UTC (2+ messages)
` superseded: [PATCH manager] ceph: init: clean up "
[PATCH v2 manager 0/1] ceph: init: clean up deprecated pg_bits parameter
2026-03-28 11:23 UTC (2+ messages)
` [PATCH v2 manager 1/1] "
[PATCH networking v2] fix #6255: SNAT: fix incorrect IP collection for sdn config
2026-03-27 15:39 UTC
[PATCH proxmox] schema: ser: fix value serialization for maps
2026-03-27 15:24 UTC (2+ messages)
[PATCH manager] api: backup: add return schema for backup jobs
2026-03-27 15:20 UTC
[PATCH-SERIES qemu-server/docs 0/2] efi enroll: small improvements to documentation
2026-03-27 15:18 UTC (2+ messages)
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} 0/6] sdn: add BGP fabric
2026-03-27 15:10 UTC (7+ messages)
` [PATCH proxmox-ve-rs 1/1] sdn: fabric: add BGP protocol support
` [PATCH proxmox-perl-rs 1/2] sdn: fabrics: add BGP config generation
` [PATCH proxmox-perl-rs 2/2] sdn: fabrics: add BGP status endpoints
` [PATCH pve-network 1/2] sdn: fabrics: register bgp as a fabric protocol type
` [PATCH pve-network 2/2] sdn: evpn: support eBGP EVPN over BGP fabric underlay
` [PATCH pve-manager 1/1] ui: sdn: add BGP fabric support
[RFC perlmod] ffi glue: type detection: check actual SV flags instead of structural body type
2026-03-27 15:06 UTC (2+ messages)
[PATCH manager/qemu-server 0/8] Add API and UI for custom CPU models
2026-03-27 13:28 UTC (4+ messages)
[PATCH v1 proxmox-backup] www: percent-encode maintenance mode message to allow commas
2026-03-27 12:52 UTC (5+ messages)
[PATCH proxmox{,-backup} v3 0/8] fix #6716: Add support for http proxy configuration for S3 endpoints
2026-03-27 12:14 UTC (2+ messages)
` superseded: "
[PATCH proxmox{,-backup} v4 0/8] fix #6716: Add support for http proxy configuration for S3 endpoints
2026-03-27 12:13 UTC (9+ messages)
` [PATCH proxmox v4 1/8] http: move http proxy schema from PBS to crate's api types
` [PATCH proxmox v4 2/8] pbs-api-types: move over NodeConfig and related api type from PBS
` [PATCH proxmox-backup v4 3/8] pbs-config: use http proxy schema moved to proxmox-http crate
` [PATCH proxmox-backup v4 4/8] config: inline NodeConfig::validate() to its only call side
` [PATCH proxmox-backup v4 5/8] config: use moved NodeConfig definitions in pbs-api-types
` [PATCH proxmox-backup v4 6/8] tools: drop unused from_property_string() helper
` [PATCH proxmox-backup v4 7/8] config: move node config into pbs-config, including helper tools
` [PATCH proxmox-backup v4 8/8] fix #6716: pass node http proxy config to s3 backend
[PATCH cluster/network/proxmox{-ve-rs,-perl-rs} 00/27] Add support for route maps / prefix lists to SDN
2026-03-27 11:34 UTC (17+ messages)
` [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 8/9] ve-config: frr: implement frr config generation for route maps
` [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-manager] fix: #4490 ui: backup job window: add filter/search for virtual guest grid
2026-03-27 10:40 UTC (2+ messages)
` superseded: "
[PATCH pve-manager v2 0/1] fix: #4490 ui: backup job window: add search for virtual guest grid
2026-03-27 10:38 UTC (2+ messages)
` [PATCH pve-manager v2 1/1] "
[PATCH yew-widget-toolkit v2] widget: form: number: round floats to some decimal precision
2026-03-27 10:27 UTC
[PATCH ha-manager v2 0/4] fix #2751: implement disarm/arm HA for safer cluster maintenance
2026-03-27 10:21 UTC (5+ messages)
` [PATCH ha-manager v2 3/4] fix #2751: implement disarm-ha and arm-ha for safe "
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v7 00/21] Generate frr config using jinja templates and rust types
2026-03-27 10:17 UTC (7+ messages)
` [PATCH proxmox-ve-rs v7 02/21] frr: add proxmox-frr-templates package that contains templates
[PATCH pve-manager/pve-storage 0/4] extend iscsi configuration
2026-03-27 10:14 UTC (4+ messages)
` [PATCH pve-manager 2/4] ui: Add CHAP Authentication for ISCSI
` [PATCH pve-stoage 3/4] iscsiPlugin: add wwid
` [PATCH pve-stoage 4/4] iscsiPlugin: add chap auth
page: next (older) | prev (newer) | latest
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.