public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-06-15 09:15:16 to 2026-06-23 14:36:11 UTC [more...]

[PATCH common/manager/proxmox-widget-toolkit/storage 00/13] GUI Support for Custom Storage Plugins
 2026-06-23 14:33 UTC  (11+ messages)
` [PATCH pve-common 01/13] json schema: add multiline string format
` [PATCH pve-storage 02/13] api: plugins/storage: add initial routes and endpoints
` [PATCH pve-storage 03/13] api: plugins/storage/plugin: include schema in plugin metadata
` [PATCH pve-storage 04/13] api: plugins/storage/plugin: mark sensitive properties in schema
` [PATCH pve-storage 05/13] api: plugins/storage/plugin: factor plugin metadata code into helper
` [PATCH pve-storage 06/13] api: plugins/storage/plugin: add plugins' 'content' to their metadata
` [PATCH pve-storage 07/13] all plugins: add 'title' to properties, adapt 'description's
` [PATCH proxmox-widget-toolkit 09/13] utils: introduce helper function getFieldDefFromPropertySchema
` [PATCH pve-manager 11/13] api: add API routes 'plugins' and 'plugins/storage'
` [PATCH pve-manager 13/13] ui: storage: add basic UI integration for custom storage plugins

[PATCH qemu-server] fix #7697: snapshot hook name mismatch
 2026-06-23 14:16 UTC  (3+ messages)

[PATCH manager/qemu-server v2 0/2] fix #5032: sync guest time after restore from saved state
 2026-06-23 14:10 UTC  (4+ messages)
` [PATCH qemu-server v2 1/2] fix #5032: qemu: sync guest time on resume and snapshot of "
` [PATCH pve-manager v2 2/2] fix #5032: ui: qemu agent: add set-time-on-resume option

[PATCH manager v3] fix #4503: ui: qemu: add detect zeroes disk option
 2026-06-23 14:06 UTC  (4+ messages)

[RFC manager/network 0/3] fix #5066: make generated snat rules flushable
 2026-06-23 13:57 UTC  (3+ messages)
` superseded: "

[pve-devel] [PATCH pve-manager v3 0/6] Fix #6816: Prevent ceph-exporter Daemon from Crashing on Startup - v3
 2026-06-23 13:48 UTC  (2+ messages)
` superseded: "

[PATCH ceph master/ceph squid/manager v4 0/7] Fix #6816: Prevent ceph-exporter Daemon from Crashing on Startup
 2026-06-23 13:44 UTC  (8+ messages)
` [PATCH pve-manager v4 1/7] ceph: tools: add helper sub for creating or updating keyring files
` [PATCH pve-manager v4 2/7] fix #6816: api: ceph: create 'client.exporter' w/ keyring
` [PATCH pve-manager v4 3/7] fix #6816: bin: add pve-ceph-keyring helper and call it in postinst
` [PATCH pve-manager v4 4/7] ceph: tools: simplify helper sub for crash keyring file
` [PATCH pve-manager v4 5/7] bin: make pve-init-ceph-crash call pve-ceph-keyring
` [PATCH ceph master v4 6/7] fix #6816: patches: make ceph-exporter use custom keyring
` [PATCH ceph squid v4 7/7] "

[RFC manager/network v2 0/3] fix #5066: make generated snat rules flushable
 2026-06-23 13:37 UTC  (4+ messages)
` [PATCH network v2 1/3] fix #5066: snat: push evpn snat rules into separate iptables chain
` [PATCH network v2 2/3] fix #5066: snat: push simplezone "
` [PATCH manager v2 3/3] fix #5066: reload networking: flush PROXMOX-SDN iptables chain at reload

[PATCH installer v2] buildsys: add static version of proxmox-auto-install-assistant
 2026-06-23 13:00 UTC 

[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v2 00/11] sdn: evpn: add IPv6 RA / SLAAC support
 2026-06-23 12:58 UTC  (2+ messages)
` superseded: "

[PATCH docs/manager/network/proxmox{-perl-rs,-ve-rs} v3 0/9] add IPv6 RA / SLAAC support to EVPN zones
 2026-06-23 12:56 UTC  (10+ messages)
` [PATCH proxmox-perl-rs v3 1/9] pve-rs: sdn: add IPv6 RA builder binding
` [PATCH proxmox-ve-rs v3 2/9] frr: add IPv6 router advertisement support
` [PATCH proxmox-ve-rs v3 3/9] ve-config: add per-vnet IPv6 RA configuration
` [PATCH pve-manager v3 4/9] ui: sdn: add IPv6 RA / SLAAC support
` [PATCH pve-network v3 5/9] sdn: evpn: "
` [PATCH pve-network v3 6/9] sdn: evpn: derive IP version from CIDR for gateway-less subnets
` [PATCH pve-network v3 7/9] sdn: evpn: accept untracked IPv6 NA on EVPN vnet bridges
` [PATCH pve-network v3 8/9] api: vnet: include zone-type in vnet list
` [PATCH pve-docs v3 9/9] sdn: add IPv6 RA / SLAAC section

[PATCH docs] installation: update wiki-link to trixie
 2026-06-23 12:46 UTC 

[BUG] PCIe passthrough devices invisible on q35 with non-sequential hostpci numbering (two related issues)
 2026-06-23 12:02 UTC  (2+ messages)

Full clone offloading
 2026-06-22  0:39 UTC 

Hitachi Block Storage
 2026-06-21 18:43 UTC 

[PATCH kernel-helper] proxmox-boot: fix copying memtest86 twice for systemd-boot
 2026-06-23 10:29 UTC 

[PATCH docs/manager 0/7] interface-pinning: add rename subcommand and man(1) page
 2026-06-23  9:43 UTC  (8+ messages)
` [PATCH docs 1/7] network: fix typo occurences -> occurrences
` [PATCH docs 2/7] pve-doc-generator: handle CLI tools/services with dashes in their name
` [PATCH docs 3/7] pve-network-interface-pinning: init man(1) page
` [PATCH docs 4/7] network: pinning: mention how to rename an interface
` [PATCH manager 5/7] network-interface-pinning: avoid warning if `bond-primary` is unset
` [PATCH manager 6/7] network-interface-pinning: add method for renaming existing pins
` [PATCH manager 7/7] network-interface-pinning: generate proper manpage from docs

[PATCH manager/qemu-server 0/2] fix #5032: sync guest time after restore from saved state
 2026-06-23  6:46 UTC  (7+ messages)
` [PATCH qemu-server 1/2] fix #5032: qemu: sync guest time on resume and snapshot of "
` [PATCH pve-manager 2/2] fix #5032: ui: qemu agent: add set-time-on-resume option
` superseded: [PATCH manager/qemu-server 0/2] fix #5032: sync guest time after restore from saved state

[RFC container] setup: include /dev/tty[0-9] in apparmor console abstraction
 2026-06-22 16:43 UTC 

[PATCH qemu-server] remote migration: validate custom CPU configs
 2026-06-22 15:00 UTC  (2+ messages)

[PATCH access-control/cluster/manager/network/qemu-server 0/9] fix #7294: pool: add SDN VNets as pool members
 2026-06-22 13:37 UTC  (12+ messages)
` [PATCH pve-manager 2/9] fix #7294: api: "
` [PATCH pve-cluster 7/9] cluster: add helpers module with version comparison functions
` [PATCH pve-cluster 8/9] fix #7294: cluster: helpers: add cluster-wide version assertion

[PATCH proxmox-yew-comp/widget-toolkit v3 0/4] i18n: add Greek and Irish translations
 2026-06-22 13:25 UTC  (10+ messages)
` [PATCH proxmox-yew-comp v3 1/4] language map: add Greek as available language
` [PATCH proxmox-yew-comp v3 2/4] language map: add Irish "
` [PATCH widget-toolkit v3 3/4] language map: add Greek "
` [PATCH widget-toolkit v3 4/4] language map: add Irish "

[PATCH networking v2] fix #6255: SNAT: fix incorrect IP collection for sdn config
 2026-06-22 12:53 UTC  (2+ messages)

[PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations
 2026-06-22 11:29 UTC  (6+ messages)
` [PATCH proxmox-yew-comp v2 1/4] language map: add Greek as available language
` [PATCH proxmox-yew-comp v2 2/4] language map: add Irish "
` [PATCH widget-toolkit v2 3/4] language map: add Greek "
` [PATCH widget-toolkit v2 4/4] language map: add Irish "

[PATCH extjs/proxmox{-i18n,-yew-comp}/widget-toolkit 0/4] i18n: add Greek translations
 2026-06-21 15:08 UTC  (3+ messages)
` [PATCH extjs 1/4] "

plugin reentrant?
 2026-06-19 16:43 UTC  (3+ messages)

[PATCH docs/network/perl-rs v2 0/5] sdn: enable force_forwarding for ipv6 forwarding
 2026-06-19 15:43 UTC  (6+ messages)
` [PATCH network v2 1/5] sdn: evpn: enable force_forwarding for ipv6 forwarding to subnets
` superseded: [PATCH docs/network/perl-rs v2 0/5] sdn: enable force_forwarding for ipv6 forwarding

[PATCH docs/network/perl-rs v3 0/5] sdn: enable force_forwarding for ipv6 forwarding
 2026-06-19 15:40 UTC  (6+ messages)
` [PATCH network v3 1/5] sdn: evpn: enable force_forwarding for ipv6 forwarding to subnets
` [PATCH network v3 2/5] sdn: simple: "
` [PATCH perl-rs v3 3/5] fabrics: openfabric: enable force_forwarding for ipv6 transit traffic
` [PATCH perl-rs v3 4/5] fabrics: bgp: "
` [PATCH docs v3 5/5] sdn: drop global ipv6 forwarding workaround from OpenFabric docs

[PATCH installer] gui: only run next button callback if there is one
 2026-06-19  7:50 UTC 

[PATCH installer] gui: set fill and expand to zero for separator
 2026-06-19  7:38 UTC 

[PATCH installer] ui: gtk3: set up proper RGBA visual for main window
 2026-06-19  7:20 UTC  (2+ messages)

[PATCH qemu-server] disk clone: warn when fallback is used instead of requested format
 2026-06-18 14:55 UTC  (2+ messages)

[RFC cluster/docs/ifupdown2/manager/network/proxmox{-ebpf,-ve-rs,-perl-rs} 00/16] sdn: add microsegmentation support
 2026-06-18 13:10 UTC  (2+ messages)

[PATCH ceph] refresh patches and drop applied ones for 20.2.2
 2026-06-18 13:07 UTC 

[PATCH v3 http-server 0/1] fix pveproxy OOM in websocket and spice proxy handlers
 2026-06-18 12:47 UTC  (2+ messages)
` superseded: "

[PATCH manager v2] fix #4503: ui: qemu: add detect zeroes disk option
 2026-06-18 11:51 UTC  (2+ messages)
` superseded: "

[PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up
 2026-06-18 11:20 UTC  (2+ messages)
` applied-series: "

[PATCH pve-guest-common] tunnel: websocket: prepend api token name when missing
 2026-06-18 11:04 UTC 

[PATCH common/proxmox-acme v2 0/2] fix #5978: pem parser: relax parsing of chain entries
 2026-06-18  8:46 UTC  (5+ messages)
` [PATCH common v2 1/2] fix #5978: pem parser: relax parsing of chain entries:
` [PATCH proxmox-acme v2 2/2] "

[PATCH qemu-server v2] fix #7705: blockdev: detach backing chain on disk move/hot-unplug
 2026-06-18  7:25 UTC  (2+ messages)

[PATCH pve-container] fix #7571: emit mtu in ifupdown-based LXC guests
 2026-06-17 18:32 UTC  (3+ messages)
  ` [PATCH v2] "

[RFC http-server/manager 0/2] add pvesh record subcommand
 2026-06-17 16:47 UTC  (3+ messages)
` [PATCH pve-http-server 1/2] apiserver: add opt-in recording of api requests
` [PATCH pve-manager 2/2] pvesh: add 'record' subcommand to trace user's API requests

[PATCH pve-manager 1/1] fabrics: wireguard: node edit: use network selector
 2026-06-17 13:58 UTC 

[PATCH proxmox{_login_manager,_dart_api_client}/pve_flutter_frontend v2 0/7] upgrade dependencies based on flutter v3.41 and migrate deprecated members
 2026-06-17 13:37 UTC  (2+ messages)
` applied: "

[PATCH common/proxmox-acme 0/2] fix #5978: pem parser: relax parsing of chain entries
 2026-06-17 12:55 UTC  (6+ messages)
` [PATCH common 1/2] fix #5978: pem parser: relax parsing of chain entries:
` [PATCH proxmox-acme 2/2] "
` superseded: [PATCH common/proxmox-acme 0/2] fix #5978: pem parser: relax parsing of chain entries

[PATCH v4 http-server 0/1] fix pveproxy OOM in websocket and spice proxy handlers
 2026-06-17 12:29 UTC  (2+ messages)
` [PATCH v4 http-server 1/1] fix #7483: apiserver: add backpressure to "

[PATCH qemu-server] fix #7705: blockdev: detach backing chain on disk move/hot-unplug
 2026-06-17 12:14 UTC  (3+ messages)
` superseded: "

[PATCH manager] ui: qemu: add detect zeroes disk option
 2026-06-17 12:12 UTC  (5+ messages)
` superseded: "

[PATCH manager 0/1] ui: ceph: config db: auto-show MASK column when masks are in use
 2026-06-17 11:52 UTC  (2+ messages)
` [PATCH manager 1/1] "

[PATCH docs/manager/network/proxmox{,-backup,-datacenter-manager,-firewall,-network-interface-pinning,-ve-rs,-perl-rs} 00/13] Status reporting for wireguard fabrics
 2026-06-17 11:10 UTC  (14+ messages)
` [PATCH proxmox 01/13] iproute2: schema: move iproute2 helpers to new create / schema
` [PATCH proxmox 02/13] iproute2: add missing getters
` [PATCH proxmox 03/13] iproute2: add support for parsing interface flags
` [PATCH proxmox 04/13] wireguard: derive additional traits for public key
` [PATCH proxmox-backup 05/13] metric_collection: switch to proxmox-iproute2 crate
` [PATCH proxmox-datacenter-manager 06/13] "
` [PATCH proxmox-firewall 07/13] firewall config: "
` [PATCH proxmox-network-interface-pinning 08/13] network-interface-pinning: "
` [PATCH proxmox-ve-rs 09/13] fabric: wireguard: add helper for findings peer based on endpoint
` [PATCH proxmox-perl-rs 10/13] sdn status: fabrics: add status reporting for wireguard
` [PATCH pve-network 11/13] api: fabric status: add schema for wireguard properties
` [PATCH pve-manager 12/13] ui: fabric content: add wireguard protocol
` [PATCH pve-docs 13/13] sdn: add documentation for wireguard status reporting

[PATCH proxmox{,-backup,-websocket-tunnel} v3 0/6] unify openssl callback logic
 2026-06-17  8:59 UTC  (7+ messages)
` [PATCH proxmox v3 1/6] http: factor out openssl verification callback
` [PATCH proxmox v3 2/6] http: tls: use legacy behavior when PROXMOX_NEW_TLS_CHECK is not set
` [PATCH proxmox v3 3/6] client: use proxmox-http's openssl verification callback
` [PATCH proxmox-backup v3 4/6] pbs-client: use proxmox-https openssl callback
` [PATCH proxmox-backup v3 5/6] pbs-client: honor already verified fingerprint
` [PATCH proxmox-websocket-tunnel v3 6/6] use proxmox-http's openssl callback

[PATCH-SERIES guest-common/qemu-server 0/4] remote migration (and drive mirror) improvements
 2026-06-17  8:05 UTC  (2+ messages)
` applied-series "

[RFC] Add read-only DMI hardware endpoint to Proxmox VE
 2026-06-16 13:43 UTC 

[PATCH proxmox-i18n] fix formats in translations
 2026-06-16 14:01 UTC 

[PATCH qemu-server] fix #7480: api: apply tag case-sensitivity setting on VM creation
 2026-06-16 13:12 UTC  (2+ messages)
` applied: "

[PATCH qemu-server] fix #7627: net: virtio: disable host_tunnel feature again with 11.0+pve1
 2026-06-16 13:03 UTC  (3+ messages)

[PATCH qemu-server] migrate: Add more context to error message
 2026-06-16 12:39 UTC  (2+ messages)

[PATCH-SERIES qemu-server 0/2] partially fix #7554: avoid incorrectly offline migrating qcow2 on LVM as raw
 2026-06-16 12:35 UTC  (2+ messages)

[PATCH-SERIES qemu-server 0/2] use v5.36 for qmp helpers module
 2026-06-16 12:29 UTC  (2+ messages)
` applied-series: "

[PATCH manager/storage v6 0/2] fix #7339: lvmthick: add option to free storage for deleted VMs
 2026-06-16 10:55 UTC  (2+ messages)
` superseded: "

[PATCH-SERIES qemu-server/guest-common/container v2 00/14] migration: strict config check for intra-cluster migration
 2026-06-16 10:19 UTC  (4+ messages)
` [PATCH qemu-server v2 06/14] migration: intra-cluster: check config can be parsed on target node
` partially-applied: [PATCH-SERIES qemu-server/guest-common/container v2 00/14] migration: strict config check for intra-cluster migration

[PATCH docs/manager/storage v7 0/4] fix #7339: lvmthick: add option to free storage for deleted VMs
 2026-06-16 10:13 UTC  (5+ messages)
` [PATCH storage v7 1/4] lvm: saferemove: zero out volumes range by range
` [PATCH storage v7 2/4] fix #7339: lvm: add discard action for removed volumes
` [PATCH manager v7 3/4] fix #7339: lvmthick: ui: add UI option to free storage
` [PATCH docs v7 4/4] fix #7339: lvm: document discard option

[PATCH proxmox 1/1] sendmail: add additional header map
 2026-06-16  9:54 UTC  (5+ messages)
` superseded: "

[PATCH proxmox v2 1/1] sendmail: add additional header map
 2026-06-16  9:54 UTC 

[PATCH kernel-helper] zz-proxmox-boot: make grub EFI architecture aware
 2026-06-16  9:01 UTC  (2+ messages)

[PATCH qemu-server] query-machine-capabilities: check vendor string length for strncmp
 2026-06-16  9:01 UTC  (2+ messages)

Scripts/tools to build official ISO images?
 2026-06-16  9:00 UTC  (2+ messages)

[PATCH i18n v3] update german translation
 2026-06-15 12:43 UTC  (2+ messages)
` applied: "

[PATCH zfsonlinux] update submodule to 2.4.3 and refresh patches
 2026-06-15 10:28 UTC 

[PATCH i18n v2] update german translation
 2026-06-15  9:55 UTC  (4+ messages)
` Superseded: "

[PATCH proxmox-acme] fix: acme: add missing `_json_decode` function
 2026-06-15  9:53 UTC  (2+ messages)
` applied: "

[PATCH i18n] update german translation
 2026-06-15  9:16 UTC  (2+ messages)
` Superseded: "


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