public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-05-05 13:11:20 to 2026-05-08 08:42:14 UTC [more...]

[PATCH cluster/manager/proxmox{,-backup}/widget-toolkit 0/8] add location property to node/datacenter config for PVE/PBS
 2026-05-08  8:40 UTC  (9+ messages)
` [PATCH cluster 1/1] datacenter config: add location property
` [PATCH widget-toolkit 1/2] add window and renderer for locations
` [RFC PATCH widget-toolkit 2/2] utils: render location: add a link to that location on openstreetmap
` [PATCH manager 1/2] node config: add location property
` [PATCH manager 2/2] ui: add location to datacenter and node options
` [PATCH proxmox 1/1] pbs-api-types: node config: add location property
` [PATCH proxmox-backup 1/2] api: node: "
` [PATCH proxmox-backup 2/2] ui: node options: "

[PATCH docs/manager/qemu-server v4 00/17] Add API and UI for custom CPU models
 2026-05-08  7:48 UTC  (27+ messages)
` [PATCH pve-docs v4 01/17] qm: add anchor to "CPU Type" section
` [PATCH qemu-server v4 02/17] cpu config: rename CPU models config path variable
` [PATCH qemu-server v4 03/17] cpu flags: move cpu flags-related utilities to their own module
` [PATCH qemu-server v4 04/17] cpu flags: add helper querying CPU flags with nodes supporting them
` [PATCH qemu-server v4 05/17] cpu config: add helpers to lock and write config
` [PATCH qemu-server v4 06/17] cpu: register standard option for CPU format
` [PATCH qemu-server v4 07/17] cpu config: set 'type' field before writing
` [PATCH qemu-server v4 08/17] cpu flags: improve flags list returned by endpoint
` [PATCH pve-manager v4 09/17] api: add endpoint querying available CPU flags cluster-wide
` [PATCH pve-manager v4 10/17] api: add CRUD handlers for custom CPU models

[PATCH manager 0/1] ceph: tools: fix local monitor detection in purge_all_ceph_files
 2026-05-08  1:32 UTC  (2+ messages)
` [PATCH manager] "

[PATCH manager 0/1] ceph: pool: fix pool statistics filter returning wrong pool's data
 2026-05-08  1:32 UTC  (2+ messages)
` [PATCH manager] "

[PATCH manager 0/1] pve8to9: fix package lookup empty result check
 2026-05-08  1:05 UTC  (2+ messages)
` [PATCH manager] "

[PATCH proxmox-i18n v2] add pgettext() and npgettext() support for context-aware translations
 2026-05-08  0:36 UTC  (4+ messages)
` [PATCH v3 i18n 0/1] "
  ` [PATCH v3 i18n 1/1] "
` superseded: [PATCH v2 "

[PATCH network] SNAT: fix test cases to only use IPv6-to-IPv6 SNAT
 2026-05-07 15:21 UTC  (2+ messages)
` superseded: "

[PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN
 2026-05-07 15:17 UTC  (54+ messages)
` [PATCH pve-cluster v5 01/46] cfs: add 'sdn/route-maps.cfg' to observed files
` [PATCH pve-cluster v5 02/46] cfs: add 'sdn/prefix-lists.cfg' "
` [PATCH pve-access-control v5 03/46] permissions: add ACL path for prefix-lists and route-maps
` [PATCH proxmox-ve-rs v5 04/46] frr: add constructor to prefix list name
` [PATCH proxmox-ve-rs v5 05/46] sdn-types: add common route-map helper types
` [PATCH proxmox-ve-rs v5 06/46] frr: change order type to u16
` [PATCH proxmox-ve-rs v5 07/46] frr: implement routemap match/set statements via adjacent tagging
` [PATCH proxmox-ve-rs v5 08/46] frr: implement support for call and exit action
` [PATCH proxmox-ve-rs v5 09/46] frr-templates: change route maps template to adapt to new frr types
` [PATCH proxmox-ve-rs v5 10/46] ve-config: fabrics: adapt frr config generation
` [PATCH proxmox-ve-rs v5 11/46] ve-config: add prefix list section config
` [PATCH proxmox-ve-rs v5 12/46] ve-config: frr: implement frr config generation for prefix lists
` [PATCH proxmox-ve-rs v5 13/46] ve-config: add route map section config
` [PATCH proxmox-ve-rs v5 14/46] ve-config: frr: implement frr config generation for route maps
` [PATCH proxmox-ve-rs v5 15/46] ve-config: add prefix lists integration tests
` [PATCH proxmox-ve-rs v5 16/46] ve-config: add route maps "
` [PATCH proxmox-ve-rs v5 17/46] fabrics: ospf: fix deserializing OspfDeletableProperties
` [PATCH proxmox-ve-rs v5 18/46] fabrics: ospf: openfabric: allow user-defined route filter
` [PATCH proxmox-ve-rs v5 19/46] frr: fabrics: apply route_filter setting
` [PATCH proxmox-perl-rs v5 20/46] pve-rs: sdn: add route maps module
` [PATCH proxmox-perl-rs v5 21/46] pve-rs: sdn: add prefix lists module
` [PATCH proxmox-perl-rs v5 22/46] sdn: add prefix list / route maps to frr config generation helper
` [PATCH pve-network v5 23/46] controller: bgp: evpn: adapt to new match / set frr config syntax
` [PATCH pve-network v5 24/46] sdn: add prefix lists module
` [PATCH pve-network v5 25/46] sdn: add route map module
` [PATCH pve-network v5 26/46] api2: add prefix list module
` [PATCH pve-network v5 27/46] api2: add route maps module
` [PATCH pve-network v5 28/46] api2: add route map module
` [PATCH pve-network v5 29/46] api2: add route map entry module
` [PATCH pve-network v5 30/46] evpn controller: add route_map_{in,out} parameter
` [PATCH pve-network v5 31/46] bgp controller: allow configuring custom route maps
` [PATCH pve-network v5 32/46] sdn: commit route map / prefix list configuration on sdn apply
` [PATCH pve-network v5 33/46] sdn: frr: consider route maps and prefix lists in dry-run
` [PATCH pve-network v5 34/46] fabrics: ospf: openfabric: add route_filter property
` [PATCH pve-network v5 35/46] tests: add simple route map test case
` [PATCH pve-network v5 36/46] tests: add bgp evpn route map/prefix list testcase
` [PATCH pve-network v5 37/46] tests: add route map with prefix "
` [PATCH pve-network v5 38/46] tests: add exit node with custom route map testcase
` [PATCH pve-manager v5 39/46] ui: sdn: add route map selector
` [PATCH pve-manager v5 40/46] ui: sdn: add prefix list selector
` [PATCH pve-manager v5 41/46] ui: sdn: add panel for managing prefix lists
` [PATCH pve-manager v5 42/46] ui: sdn: add panel for managing route map entries
` [PATCH pve-manager v5 43/46] ui: sdn: bgp controller: allow configuring route maps
` [PATCH pve-manager v5 44/46] ui: sdn: evpn "
` [PATCH pve-manager v5 45/46] ui: sdn: openfabric: add route filter
` [PATCH pve-manager v5 46/46] ui: sdn: ospf: add route filter setting
` partially-applied: [PATCH access-control/cluster/manager/network/proxmox{-ve-rs,-perl-rs} v5 00/46] Add support for route maps / prefix lists to SDN
` applied: "

[PATCH network v2] tests: use valid ipv6 snat data for sdn config generation
 2026-05-07 14:47 UTC 

[PATCH cluster/manager/network/proxmox{,-ve-rs,-perl-rs} v4 00/31] Add WireGuard as protocol to SDN fabrics
 2026-05-07 14:08 UTC  (34+ messages)
` [PATCH pve-cluster v4 01/31] cfs: add 'priv/wg-keys.cfg' to observed files
` [PATCH proxmox v4 02/31] wireguard: utilize x25519 for public key generation
` [PATCH proxmox v4 03/31] wireguard: skip serializing preshared_key if unset
` [PATCH proxmox v4 04/31] wireguard: implement ApiType for private key
` [PATCH proxmox v4 05/31] network-types: implement ApiType for endpoints and hostnames
` [PATCH proxmox-ve-rs v4 06/31] sdn-types: add wireguard-specific PersistentKeepalive api type
` [PATCH proxmox-ve-rs v4 07/31] ve-config: fabrics: split interface name regex into two parts
` [PATCH proxmox-ve-rs v4 08/31] ve-config: fabric: refactor fabric config entry impl using macro
` [PATCH proxmox-ve-rs v4 09/31] ve-config: fabrics: add protocol-specific properties for wireguard
` [PATCH proxmox-ve-rs v4 10/31] ve-config: wireguard: add private keys section config
` [PATCH proxmox-ve-rs v4 11/31] ve-config: sdn: fabrics: add wireguard to the fabric config
` [PATCH proxmox-ve-rs v4 12/31] ve-config: fabrics: wireguard add validation for wireguard config
` [PATCH proxmox-ve-rs v4 13/31] ve-config: fabrics: implement wireguard config generation
` [PATCH proxmox-perl-rs v4 14/31] pve-rs: fabrics: wireguard: generate ifupdown2 configuration
` [PATCH proxmox-perl-rs v4 15/31] pve-rs: fabrics: add helpers for parsing interface property strings
` [PATCH proxmox-perl-rs v4 16/31] pve-rs: sdn: wireguard: add private keys module
` [PATCH pve-network v4 17/31] sdn: add wireguard helper module
` [PATCH pve-network v4 18/31] fabrics: wireguard: add schema definitions for wireguard
` [PATCH pve-network v4 19/31] fabrics: wireguard: implement wireguard key auto-generation
` [PATCH pve-manager v4 20/31] network: sdn: generate wireguard configuration on apply
` [PATCH pve-manager v4 21/31] ui: fix parsing of property-strings when values contain =
` [PATCH pve-manager v4 22/31] ui: fabrics: i18n: make node loading string translatable
` [PATCH pve-manager v4 23/31] ui: fabrics: split node selector creation and config
` [PATCH pve-manager v4 24/31] ui: fabrics: edit: make ipv4/6 support generic over fabric panels
` [PATCH pve-manager v4 25/31] ui: fabrics: node: make ipv4/6 support generic over edit panels
` [PATCH pve-manager v4 26/31] ui: fabrics: interface: "
` [PATCH pve-manager v4 27/31] ui: fabrics: wireguard: add interface edit panel
` [PATCH pve-manager v4 28/31] ui: fabrics: wireguard: add node "
` [PATCH pve-manager v4 29/31] ui: fabrics: wireguard: add fabric "
` [PATCH pve-manager v4 30/31] ui: fabrics: hook up wireguard components
` [PATCH pve-manager v4 31/31] fabrics: node edit: add option to include wireguard interfaces
` partially-applied: [PATCH cluster/manager/network/proxmox{,-ve-rs,-perl-rs} v4 00/31] Add WireGuard as protocol to SDN fabrics

[PATCH manager] ceph: mds: reimplement hotstandby via ceph fs set allow_standby_replay
 2026-05-07 13:22 UTC  (2+ messages)
` [PATCH manager 0/1] "

[PATCH ceph] patches: drop patch disabling elastic_shared_blobs workaround
 2026-05-07 13:22 UTC  (2+ messages)
` [PATCH ceph 0/1] "

[PATCH v2 manager 0/1] ceph: init: clean up deprecated pg_bits parameter
 2026-05-07 13:22 UTC  (2+ messages)
` [PATCH v2 manager 1/1] "

[PATCH network] sdn: include fabrics when checking for pending changes
 2026-05-07 13:09 UTC 

[PATCH manager v2] fix #4130: external metric: better handle failed connections
 2026-05-07 13:08 UTC  (3+ messages)

[PATCH access-control/network 0/2] fix #7520: sdn: clean up dangling ACLs on resource deletion
 2026-05-07 13:03 UTC  (4+ messages)
` [PATCH pve-network 1/2] "
` [PATCH pve-access-control 2/2] fix #7520: access-control: add SDN ACL cleanup helper

[PATCH manager 0/1] ceph: add opt-in locality-aware replica reads (crush_location_hook)
 2026-05-07 12:20 UTC  (3+ messages)

[PATCH container/manager v2 0/7] implement per-mountpoint uid/gid mapping
 2026-05-07 12:04 UTC  (4+ messages)
` [PATCH manager v2 7/7] ui: lxc/MPEdit: add "idmap" option
` partially-applied: [PATCH container/manager v2 0/7] implement per-mountpoint uid/gid mapping

[PATCH manager/pmg-api/proxmox{,-backup,-perl-rs,-offline-mirror} 0/8] adapt subscription handling to alternative server IDs
 2026-05-07 11:59 UTC  (9+ messages)
` [PATCH proxmox 1/8] proxmox-subscription: add new machine-id based serverid
` [PATCH proxmox-backup 2/8] subscription: adapt to multiple server ID variants
` [PATCH proxmox-perl-rs 3/8] common: subscription: expose server ID candidates
` [PATCH manager 4/8] subscription: adapt to multiple server ID variants
` [PATCH manager 5/8] api2tools: remove unused get_hwaddress
` [PATCH pmg-api 6/8] subscription: adapt to multiple server ID variants
` [PATCH pmg-api 7/8] utils: drop now unused get_hwaddress
` [PATCH proxmox-offline-mirror 8/8] subscription handling: adapt to multiple server ID candidates

[PATCH manager/network/proxmox-ve-rs 0/9] Implement route redistribution for OSPF
 2026-05-07 11:57 UTC  (2+ messages)

[PATCH container] fix #7568: ensure new vmid in pve ipams when cloning containers
 2026-05-07 11:23 UTC 

[PATCH many v5 0/8] fix #5076: add support for open id audiences
 2026-05-07 11:11 UTC  (5+ messages)
` partially-applied: "
` [PATCH pmg-api v5] fix #5076: auth: openid: add support for an optional "audiences" field
  ` [PATCH pmg-gui v5] fix #5076: auth edit open id: add an optional audiences field

[PATCH-SERIES container/qemu-server 0/3] pct/qm: unlock: log that operation happened to syslog
 2026-05-07 10:16 UTC  (3+ messages)
` [PATCH container 1/3] pct: "
  ` applied: "

[PATCH novnc] upgrade noVNC and patches to 1.7.0
 2026-05-07  9:55 UTC  (2+ messages)
` applied: "

[PATCH manager/storage v3 0/2] fix #7339: lvmthick: add option to free storage for deleted VMs
 2026-05-07  9:47 UTC  (6+ messages)
` [PATCH storage v3 1/2] fix #7339: lvmthick: add worker to free space of to be "

[PATCH pmg-gui] add default pgettext/npgettext implementations to pmg-index.html.tt
 2026-05-07  9:28 UTC  (2+ messages)
` applied: "

[PATCH manager v1] add default pgettext/npgettext implementations to index.html.tpl
 2026-05-07  9:28 UTC  (2+ messages)
` applied: "

[PATCH pve-manager] ui: qemu: wizard: re-add media=cdrom for second VirtIO drivers ISO
 2026-05-07  9:28 UTC  (4+ messages)
` applied: "

[PATCH proxmox-backup v1] add default pgettext/npgettext implementations to index.hbs
 2026-05-07  9:27 UTC  (2+ messages)

[PATCH pve-container] fix #7571: emit mtu in ifupdown-based LXC guests
 2026-05-06 23:00 UTC 

[RFC docs/storage/zfsonlinux 0/4] allow replication/migration with zfs native encryption
 2026-05-07  8:44 UTC  (2+ messages)
` applied-series: "

[PATCH zfsonlinux] add patch kernel panic on cgroup-OOM kill
 2026-05-07  8:44 UTC  (2+ messages)
` applied: "

[PATCH docs 0/2] pve-storage-lvm: document qcow2 availability
 2026-05-07  6:27 UTC  (2+ messages)
` applied: "

partially-applied: [PATCH datacenter-manager/installer/proxmox/yew-comp v4 00/40] add auto-installer integration
 2026-05-07  2:25 UTC 

[PATCH guest-common/qemu-server/docs/manager v3 0/11] Virtiofs improvements
 2026-05-06 14:03 UTC  (3+ messages)

[PATCH manager v2] cert helpers: make sure that any new certificate and key match
 2026-05-06 13:59 UTC  (2+ messages)
` applied: "

[PATCH manager] certificate: make sure that any new certificate and key match
 2026-05-06 12:50 UTC  (5+ messages)
` Superseded: "

[PATCH network] frr: bump generated config version to 10.6.1
 2026-05-06 11:46 UTC  (2+ messages)
` applied: "

[PATCH pve-manager v2] ui: pci map: fix typo in comment
 2026-05-06 11:43 UTC  (2+ messages)
` applied: "

[PATCH manager] sdn: controller: allow creating bgp controller without route-maps
 2026-05-06 10:22 UTC 

[pve-devel] [PATCH proxmox-ve-rs] ve-config: avoid panicing if fabric node id does not match expected pattern
 2026-05-06 10:13 UTC  (2+ messages)
` applied: "

[PATCH proxmox-ve-rs] ve-config: sdn: add comment to PrefixList enum
 2026-05-06 10:13 UTC  (2+ messages)
` applied: "

[PATCH manager] ui: qemu hardware view: split out disks and nics into grids
 2026-05-06  8:48 UTC  (3+ messages)

Design for custom UEFI firmware in PVE
 2026-05-06  8:07 UTC  (4+ messages)

[PATCH frr 0/2] Bump FRR to 10.6.0
 2026-05-06  7:59 UTC  (4+ messages)

[PATCH-SERIES qemu-server v2 0/7] fix #7383: agent: fsfreeze: skip freeze if already frozen
 2026-05-06  0:20 UTC  (2+ messages)
` applied: "

[PATCH-SERIES qemu-server 0/3] ovmf: create temporary EFI disk below /run instead of /tmp to avoid migration issue
 2026-05-06  0:20 UTC  (2+ messages)
` applied: "

[PATCH qemu-server master+stable-bookworm] check efi vars: promote message about missing MS 2023 certs to warning
 2026-05-06  0:19 UTC  (2+ messages)
` applied: "

[PATCH qemu-server] fix #3662: tpm: use QSD to give swtpm access to iscsi-based volumes
 2026-05-06  0:19 UTC  (2+ messages)
` applied: "

[PATCH qemu-server] snapshot: tpm state: revert to using 'storage' snapshot type when not using QSD
 2026-05-06  0:20 UTC  (2+ messages)
` applied: "

[PATCH pve-access-control] ldap: decode attribute values as UTF-8
 2026-05-06  0:08 UTC  (2+ messages)
` applied: "

[PATCH access-control/manager 0/2] fixes #7504: add support for regenerating secrets
 2026-05-06  0:08 UTC  (2+ messages)
` applied: "

[PATCH-SERIES qemu 0/3] QEMU 11.0.0
 2026-05-05 20:39 UTC  (5+ messages)
` [PATCH qemu 1/3] update submodule and patches to "
` [PATCH qemu 2/3] stable fixes for "
` [PATCH qemu 3/3] add fix for regression when using fuse export for swtpm
` applied: [PATCH-SERIES qemu 0/3] QEMU 11.0.0

[PATCH docs] pvecm: elaborate when and how to change the token coefficient
 2026-05-05 14:49 UTC 


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