all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-05-11 13:40:04 to 2026-05-13 08:37:11 UTC [more...]

[RFC PATCH-SERIES cluster/ha-manager/manager/proxmox v3 0/6] clamp load imbalance to unit interval
 2026-05-13  8:37 UTC  (8+ messages)
` [PATCH pve-manager v3 2/6] ui: from/CRSOptions: add maximum for threshold
` [PATCH pve-ha-manager v3 5/6] api: status: add load imbalance to status

[PATCH common/manager/network/proxmox-widget-toolkit 0/4] Extend prefix-list CIDR range
 2026-05-13  8:35 UTC  (7+ messages)
` [PATCH pve-common 1/4] jsonschema: add full-range CIDR JSON schema formats
` [PATCH pve-network 2/4] sdn: prefix-list: allow full prefix CIDR range
` [PATCH proxmox-widget-toolkit 3/4] toolkit: Add IP/CIDR validator with full prefix range checks
` [PATCH pve-manager 4/4] sdn: prefix-lists: change prefix format to allow bigger subnets

[PATCH manager/network v2 0/4] Extend prefix-list CIDR range
 2026-05-13  8:34 UTC  (5+ messages)
` [PATCH pve-network v2 1/4] sdn: prefix-list: allow full prefix "
` [PATCH pve-network v2 2/4] sdn: add full-range CIDR JSON schema formats
` [PATCH pve-manager v2 3/4] sdn: prefix-lists: change prefix format to allow bigger subnets
` [PATCH pve-manager v2 4/4] toolkit: Add IP/CIDR validator with full prefix range checks

[PATCH pve-manager v2] fix #7187: report: add ethtool output for physical interfaces
 2026-05-13  8:32 UTC  (2+ messages)

[PATCH pmg-api v2] fix #7187: report: add ethtool output for physical interfaces
 2026-05-13  8:22 UTC 

[PATCH pve-network 1/1] sdn: api: route maps: fix json schema for match, set and exit-action
 2026-05-13  8:15 UTC  (3+ messages)
` applied: "

[PATCH manager v3] ui: ha: add disarm/re-arm button
 2026-05-13  8:15 UTC  (4+ messages)

[PATCH manager v4] ui: ha: add disarm/re-arm button
 2026-05-13  8:11 UTC 

[PATCH guest-common/manager 0/3] fix #5713: vzdump: add notification-mode none
 2026-05-13  7:27 UTC  (4+ messages)
` [PATCH pve-guest-common 1/3] "
` [PATCH pve-manager 2/3] "
` [PATCH pve-manager 3/3] ui: "

[PATCH pve-manager v2 0/1] fix: #4490 ui: backup job window: add search for virtual guest grid
 2026-05-13  6:44 UTC  (3+ messages)
` applied: "

[PATCH network v2] tests: use valid ipv6 snat data for sdn config generation
 2026-05-13  3:08 UTC  (2+ messages)
` applied: "

[PATCH network] sdn: include fabrics when checking for pending changes
 2026-05-13  3:08 UTC  (2+ messages)
` applied: "

[PATCH common/manager/proxmox-perl-rs/qemu-server v2 0/5] use NVML for vGPU info querying
 2026-05-13  2:54 UTC  (3+ messages)
` partially-applied: "

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

[PATCH common/proxmox{,-backup}/storage v2 0/9] establish unique instance-id for PBS nodes
 2026-05-13  2:05 UTC  (4+ messages)
` [PATCH common v2 6/9] pbs-client: add support for the 'server-identity' command
  ` applied: [PATCH common/proxmox{,-backup}/storage v2 0/9] establish unique instance-id for PBS nodes

[PATCH storage] lvm plugin: encode locking requirement into the name of two helper functions
 2026-05-13  2:05 UTC  (2+ messages)
` applied: "

[PATCH common] SysFSTools: add phys/virtfns to verbose output
 2026-05-12 22:50 UTC  (2+ messages)

[PATCH qemu] add fix for regression when using fuse export for EFI enroll
 2026-05-12 21:51 UTC  (2+ messages)
` applied: "

[PATCH cluster/manager/network/proxmox{,-ve-rs,-perl-rs} v4 00/31] Add WireGuard as protocol to SDN fabrics
 2026-05-12 17:38 UTC  (10+ messages)
` [PATCH proxmox-ve-rs v4 12/31] ve-config: fabrics: wireguard add validation for wireguard config
` [PATCH pve-network v4 18/31] fabrics: wireguard: add schema definitions for wireguard
` superseded: [PATCH cluster/manager/network/proxmox{,-ve-rs,-perl-rs} v4 00/31] Add WireGuard as protocol to SDN fabrics

[PATCH pve-network] sdn: evpn: support eBGP VTEPs over BGP fabric underlays
 2026-05-12 15:50 UTC 

[PATCH datacenter-manager/yew-comp/yew-widget-toolkit 0/3] minor ui/ux tweaks for pwt and yew-comp
 2026-05-12 15:36 UTC  (3+ messages)
` [PATCH yew-comp 2/3] task_viewer/syslog: make padding margin to improve ux
  ` applied: "

[PATCH datacenter-manager/proxmox{,-backup}/yew-comp 00/12] TLS Certificate Rotation
 2026-05-12 15:36 UTC  (3+ messages)
` [PATCH yew-comp 07/12] certificate list: use certificate file name fetched from the backend
  ` applied: "

[PATCH manager v3 0/3] ui: add container mount point idmapping
 2026-05-12 14:57 UTC  (5+ messages)
` [PATCH manager v3 1/3] ui: lxc/MPEdit: remove duplicate "mp" assignment
` [PATCH manager v3 2/3] d/control: bump versioned dependency for pve-container
` [PATCH manager v3 3/3] ui: lxc/MPEdit: add "idmap" option

[PATCH datacenter-manager v2 0/8] subscription: add central key pool registry with reissue support
 2026-05-12 14:45 UTC  (11+ messages)
` [PATCH datacenter-manager v2 3/8] subscription: add key pool data model and config layer
` [PATCH datacenter-manager v2 4/8] subscription: add key pool and node status API endpoints
` [PATCH datacenter-manager v2 5/8] ui: add subscription registry with key pool and node status
` [PATCH datacenter-manager v2 6/8] cli: add subscription key pool management subcommands
` [PATCH datacenter-manager v2 8/8] subscription: add Reissue Key action with pending-reissue queue

[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v3 0/8] sdn: add BGP fabric
 2026-05-12 14:15 UTC  (2+ messages)
` superseded: "

[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v4 0/7] sdn: add BGP fabric
 2026-05-12 14:13 UTC  (8+ messages)
` [PATCH proxmox-ve-rs v4 1/7] sdn: fabric: add BGP protocol support
` [PATCH proxmox-perl-rs v4 2/7] sdn: fabrics: add BGP config generation
` [PATCH proxmox-perl-rs v4 3/7] sdn: fabrics: add BGP status endpoints
` [PATCH pve-network v4 4/7] sdn: fabrics: register bgp as a fabric protocol type
` [PATCH pve-network v4 5/7] test: evpn: add integration test for EVPN over BGP fabric
` [PATCH pve-manager v4 6/7] ui: sdn: add BGP fabric support
` [PATCH pve-docs v4 7/7] sdn: add bgp fabric section

[PATCH manager/storage 0/2] fix #3936: add validation for ZFS blocksize
 2026-05-12 13:48 UTC  (3+ messages)
` [PATCH pve-manager 1/2] fix #3936: ui: storage: "
` [PATCH pve-storage 2/2] fix #3936: api: add zfs-blocksize format

[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-12 13:44 UTC  (4+ messages)
` [PATCH pve-network v5 25/46] sdn: add route map module

[PATCH proxmox-backup v2 0/4] fix sync level updates for chunk store
 2026-05-12 13:12 UTC  (6+ messages)
` [PATCH proxmox-backup v2 1/4] datastore: restrict chunk store mutex scope to crate only
` [PATCH proxmox-backup v2 2/4] datastore: avoid useless double borrowing of datastore
` [PATCH proxmox-backup v2 3/4] datastore: move try_ensure_sync_level() implementation to chunk store
` [PATCH proxmox-backup v2 4/4] datastore: fix sync level update propagation "
` superseded: [PATCH proxmox-backup v2 0/4] fix sync level updates for "

[PATCH proxmox{,-backup} v3 0/7] fix sync level updates for chunk store
 2026-05-12 13:10 UTC  (8+ messages)
` [PATCH proxmox v3 1/7] pbs-api-types: derive FromStr for DatastoreTuning parsing
` [PATCH proxmox-backup v3 2/7] datastore: GC: avoid double parsing of datastore tuning options
` [PATCH proxmox-backup v3 3/7] pbs-config/datastore: add common helper for parsing "
` [PATCH proxmox-backup v3 4/7] datastore: restrict chunk store mutex scope to crate only
` [PATCH proxmox-backup v3 5/7] datastore: avoid useless double borrowing of datastore
` [PATCH proxmox-backup v3 6/7] datastore: move try_ensure_sync_level() implementation to chunk store
` [PATCH proxmox-backup v3 7/7] datastore: fix sync level update propagation "

[RFC datacenter-manager 0/4] add generic, per-remote (and global) cache for remote API responses
 2026-05-12 12:29 UTC  (5+ messages)
` [PATCH datacenter-manager 1/4] add persistent, generic, namespaced key-value cache implementation

[PATCH-SERIES qemu-server 0/4] adapt to deprecated and removed features for QEMU 11
 2026-05-12 12:09 UTC  (5+ messages)
` [PATCH qemu-server 1/4] cfg2cmd: avoid using deprecated 'debug-threads' option with QEMU binary >= 11.0
` [PATCH qemu-server 2/4] api: hmp permissions: use v5.36 for module
` [PATCH qemu-server 3/4] api: hmp permissions: make return explicit
` [PATCH qemu-server 4/4] api: human monitor: warn about deprecated commands

[PATCH-SERIES ha-manager/manager 0/3] fix #7557: introduce 'auto-rebalance' property
 2026-05-12 11:55 UTC  (11+ messages)
` [PATCH pve-manager 1/3] ui: ha: add auto-rebalance flag
` [PATCH pve-ha-manager 2/3] manager: set service config value in self
` [PATCH pve-ha-manager 3/3] fix #7557: introduce 'auto-rebalance' property

[PATCH manager] api: cluster: ceph: fix osd metadata return schema
 2026-05-12 10:02 UTC  (3+ messages)
` applied: "

[PATCH docs/manager/qemu-server v4 00/17] Add API and UI for custom CPU models
 2026-05-12  9:00 UTC  (21+ messages)
` [PATCH pve-manager v4 12/17] ui: add basic custom CPU model editor
` [PATCH pve-manager v4 13/17] ui: cpu flags selector: add CPU flag editor for custom models
` [PATCH pve-manager v4 15/17] ui: cpu flags selector: allow filtering out flags supported on 0 nodes
` [PATCH pve-manager v4 16/17] ui: cpu flags selector: add search bar for large lists of flags
` [PATCH pve-manager v4 17/17] RFC: ui: group custom CPU with resource mappings

[PATCH proxmox-backup 0/4] fix sync level updates for chunk store
 2026-05-12  8:56 UTC  (2+ messages)

[PATCH pve-manager] fix #7187: report: add ethtool output for physical interfaces
 2026-05-12  8:34 UTC  (2+ messages)

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN
 2026-05-12  8:22 UTC  (12+ messages)
` [PATCH proxmox-ve-rs v8 01/25] sdn: prefix lists: refactor section config and api format
` [PATCH pve-manager v8 12/25] ui: sdn: add panel for managing prefix lists
` [PATCH pve-manager v8 13/25] ui: sdn: add panel for managing route map entries
` [PATCH pve-manager v8 15/25] ui: sdn: evpn controller: allow configuring route maps
` [PATCH pve-manager v8 17/25] ui: sdn: ospf: add route filter setting
` [PATCH pve-manager v8 19/25] sdn: do not fail rendering record data if pending property is missing
` [PATCH pve-manager v8 20/25] ui: sdn: prefix list: adapt to changed api structure
` applied: [PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/25] Add support for route maps / prefix lists to SDN

[PATCH manager v2 0/3] ui: split out disks and nics into grids
 2026-05-12  7:12 UTC  (4+ messages)
` [PATCH manager v2 3/3] ui: qemu hardware view: "

[PATCH installer v2 0/9] add IPv6 SLAAC and v6-only support
 2026-05-12  2:46 UTC  (11+ messages)
` [PATCH installer v2 1/9] install: drop trivial fromjs() wrapper and use JSON::from_json()
` [PATCH installer v2 2/9] install: move network subroutines to Proxmox::Sys::Net
` [PATCH installer v2 3/9] install: use run_env->{network} instead of old run_env->{ipconf}
` [PATCH installer v2 4/9] gui: "
` [PATCH installer v2 5/9] sys: net: drop the now-unused `ipconf` runtime environment configuration
` [PATCH installer v2 6/9] sys: net: allow up to /128 netmask for IPv6
` [PATCH RFC installer v2 7/9] sys: net: ignore ipv6 nameservers with zone identifiers
` [PATCH installer v2 8/9] common: options: rework network address setup to handle ipv6-only
` [PATCH installer v2 9/9] unconfigured: try to retrieve IPv6 SLAAC addresses on startup
` applied: [PATCH installer v2 0/9] add IPv6 SLAAC and v6-only support

[PATCH manager] pvebanner: fix URL IPv6 address formatting
 2026-05-12  2:09 UTC  (2+ messages)
` applied: "

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

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

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

[PATCH] acme: add missing include for Crypt::OpenSSL::Random
 2026-05-12  0:20 UTC  (2+ messages)
` applied: "

[PATCH v2 cluster/storage/manager 00/15] storage mapping
 2026-05-11 17:05 UTC  (4+ messages)
` [PATCH v2 storage 07/15] iscsi: introduce helper to update discovery db

[PATCH installer 0/8] add IPv6 SLAAC and v6-only support
 2026-05-11 15:59 UTC  (2+ messages)

[PATCH proxmox{,-backup} 0/3] add flag to opt-in using node proxy config for s3 connections
 2026-05-11 15:19 UTC  (4+ messages)
` [PATCH proxmox 1/3] s3-client: add flag to opt-in for using node proxy for connections
` [PATCH proxmox-backup 2/3] api: config: allow editing the use-node-config flag for s3 endpoints
` [PATCH proxmox-backup 3/3] ui: add opt-in flag for using the node proxy config for s3 connections

[PATCH container] fix #7568: ensure new vmid in pve ipams when cloning containers
 2026-05-11 14:27 UTC  (2+ messages)
` applied: "

[RFC proxmox{,-backup} 0/3] fix #6373: HTTP level keepalive for http2 backup reader connection
 2026-05-11 13:47 UTC  (2+ messages)
` superseded: "

[PATCH proxmox{,-backup} v2 0/3] fix #6373: HTTP level keepalive for http2 backup reader/writer connection
 2026-05-11 13:46 UTC  (4+ messages)
` [PATCH proxmox v2 1/3] rest-server: add request logfilter by method and path in h2 service
` [PATCH proxmox-backup v2 2/3] api: add heartbeat endpoint for backup reader/writer http/2 clients
` [PATCH proxmox-backup v2 3/3] fix #6373: HTTP level client heartbeat for proxy connection keepalive

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v7 00/24] Add support for route maps / prefix lists to SDN
 2026-05-11 13:43 UTC  (4+ messages)
` superseded: "


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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal