all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH cluster/docs 0/3] create new corosync clusters with lower token coefficient
 2026-02-16 19:36 UTC  (8+ messages)
` [PATCH pve-cluster 1/2] corosync: create config: allow setting "
` [PATCH pve-cluster 2/2] api: cluster config: create new clusters with lower "
` [PATCH pve-docs 1/1] pvecm: config: document how to change the "

[PATCH manager] ui: ceph: use record sizes in Ceph pool edit dialog
 2026-02-16 19:23 UTC  (3+ messages)
` [PATCH manager v2] "
  ` applied: "

[PATCH proxmox-firewall 0/2] Fix auto-generated IPAM ipsets in firewall
 2026-02-16 19:22 UTC  (4+ messages)
` [PATCH proxmox-firewall 1/2] firewall: chore: autoformat imports
` [PATCH proxmox-firewall 2/2] firewall: fix ipset lookup for auto-generated ipam ipsets
` applied: [PATCH proxmox-firewall 0/2] Fix auto-generated IPAM ipsets in firewall

[PATCH docs 0/3] rephrase and fix typos, add notes about QDevice removal
 2026-02-16 19:16 UTC  (5+ messages)
` [PATCH pve-docs 1/3] pveceph: fix typo
` [PATCH pve-docs 2/3] pvecm: improve phrasing and use `pve` variable
` [PATCH pve-docs 3/3] pvecm: add notes about needing to remove QDevice when removing a node
` applied: [PATCH docs 0/3] rephrase and fix typos, add notes about QDevice removal

[PATCH-SERIES qemu-server v3 0/4] small block job related improvements
 2026-02-16 19:13 UTC  (6+ messages)
` [PATCH qemu-server v3 1/4] blockdev: commit: improve comment about completion mode
` [PATCH qemu-server v3 2/4] block job: rename qemu_drive_mirror_monitor() to monitor()
` [PATCH qemu-server v3 3/4] blockdev: avoid potentially misleading error messages when block job monitor fails
` [PATCH qemu-server v3 4/4] introduce dedicated module for snaphsot as volume chain handling
` applied-series: [PATCH-SERIES qemu-server v3 0/4] small block job related improvements

[PATCH installer] assistant: add support for splitting ISO into (i)PXE-compatible files
 2026-02-16 16:23 UTC  (2+ messages)

[PATCH qemu-server] cpu config: Add 'arch' property to cpu_fmt
 2026-02-16 13:51 UTC  (2+ messages)

[PATCH v1 00/17] partially fix #6563: add s3 request and traffic counter statistics
 2026-02-16 12:15 UTC  (10+ messages)
` [PATCH v1 2/6] s3-client: add persistent shared request counters for client
` [PATCH v1 09/11] metrics: collect s3 datastore statistics as rrd metrics
` superseded: [PATCH v1 00/17] partially fix #6563: add s3 request and traffic counter statistics

[PATCH proxmox{,-backup} v2 00/18] partially fix #6563: add s3 request and traffic counter statistics
 2026-02-16 12:14 UTC  (19+ messages)
` [PATCH proxmox v2 1/6] shared-memory: add method without tmpfs check for mmap file location
` [PATCH proxmox v2 2/6] s3-client: add persistent shared request counters for client
` [PATCH proxmox v2 3/6] s3-client: add counters for upload/download traffic
` [PATCH proxmox v2 4/6] s3-client: account for upload traffic on successful request sending
` [PATCH proxmox v2 5/6] s3-client: account for downloaded bytes in incoming response body
` [PATCH proxmox v2 6/6] pbs-api-types: define api type for s3 request statistics
` [PATCH proxmox-backup v2 01/12] metrics: split common module imports into individual use statements
` [PATCH proxmox-backup v2 02/12] datastore: collect request statistics for s3 backed datastores
` [PATCH proxmox-backup v2 03/12] datastore: expose request counters "
` [PATCH proxmox-backup v2 04/12] api: s3: add endpoint to reset s3 request counters
` [PATCH proxmox-backup v2 05/12] bin: s3: expose request counter reset method as cli command
` [PATCH proxmox-backup v2 06/12] datastore: add helper method to get datastore backend type
` [PATCH proxmox-backup v2 07/12] ui: improve variable name indirectly fixing typo
` [PATCH proxmox-backup v2 08/12] ui: datastore summary: move store to be part of summary panel
` [PATCH proxmox-backup v2 09/12] ui: expose s3 request counter statistics in the datastore summary
` [PATCH proxmox-backup v2 10/12] metrics: collect s3 datastore statistics as rrd metrics
` [PATCH proxmox-backup v2 11/12] api: admin: expose s3 statistics in datastore rrd data
` [PATCH proxmox-backup v2 12/12] partially fix #6563: ui: expose s3 rrd charts in datastore summary

[RFC proxmox 00/22] New crate for firewall api types
 2026-02-16 10:44 UTC  (23+ messages)
` [RFC proxmox 01/22] firewall-api-types: add new "
` [RFC proxmox 02/22] firewall-api-types: add README.md
` [RFC proxmox 03/22] firewall-api-types: add firewall policy types
` [RFC proxmox 04/22] firewall-api-types: add logging types
` [RFC proxmox 05/22] firewall-api-types: add FirewallClusterOptions
` [RFC proxmox 06/22] firewall-api-types: add FirewallGuestOptions
` [RFC proxmox 07/22] firewall-api-types: add FirewallConntrackHelper enum
` [RFC proxmox 08/22] firewall-api-types: add FirewallNodeOptions struct
` [RFC proxmox 09/22] firewall-api-types: add FirewallRef type
` [RFC proxmox 10/22] firewall-api-types: add FirewallPortList types
` [RFC proxmox 11/22] firewall-api-types: add FirewallIcmpType
` [RFC proxmox 12/22] firewall-api-types: add FirewallIpsetReference type
` [RFC proxmox 13/22] firewall-api-types: add FirewallAliasReference type
` [RFC proxmox 14/22] firewall-api-types: add firewall address types
` [RFC proxmox 15/22] firewall-api-types: add FirewallRule type
` [RFC proxmox 16/22] firewall-api-types: use ConfigDigest from proxmox-config-digest crate
` [RFC proxmox 17/22] firewall-api-types: use COMMENT_SCHEMA from proxmox-schema crate
` [RFC proxmox 18/22] firewall-api-types: add FirewallRuleUpdater type
` [RFC proxmox 19/22] firewall-api-types: refactor FirewallRule and add FirewallRuleListEntry
` [RFC proxmox 20/22] firewall-api-types: add DeletableFirewallRuleProperty enum
` [RFC proxmox 21/22] firewall-api-types: add FirewallAliasEntry API type
` [RFC proxmox 22/22] firewall-api-types: add FirewallIpsetListEntry and FirewallIpsetEntry api types

[pve-devel] [PATCH-SERIES qemu-server/manager/docs v3 0/3] improve Microsoft+Windows UEFI CA 2023 enrollment
 2026-02-16 10:04 UTC  (3+ messages)

[pve-devel] [PATCH v3 qemu-server 10/10] RFC: add multiple iothreads support
 2026-02-16  9:39 UTC  (2+ messages)

[PATCH qemu-server v2] fix #7119: qm cleanup: wait for process exiting for up to 30 seconds
 2026-02-16  9:15 UTC  (9+ messages)

[RFC proxmox v3] schema: add CommaSeparatedList<T> wrapper type for comma-separated values
 2026-02-14  8:10 UTC 

[PATCH-SERIES qemu-server v2 0/3] small block job related improvements
 2026-02-13 16:55 UTC  (5+ messages)
` [PATCH qemu-server v2 1/3] blockdev: commit: improve comment about completion mode
` [PATCH qemu-server v2 2/3] block job: rename qemu_drive_mirror_monitor() to monitor()
` [PATCH qemu-server v2 3/3] blockdev: avoid potentially misleading error messages when block job monitor fails
` superseded: [PATCH-SERIES qemu-server v2 0/3] small block job related improvements

[RFC cluster/docs/manager/proxmox{,-perl-rs,-widget-toolkit} 00/15] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
 2026-02-13 16:06 UTC  (5+ messages)
` [PATCH proxmox 3/5] notify: Update Endpoint trait and Bus to use State
` superseded: [RFC cluster/docs/manager/proxmox{,-perl-rs,-widget-toolkit} 00/15] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets

[PATCH cluster/docs/manager/proxmox{,-perl-rs,-widget-toolkit} 00/17] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
 2026-02-13 16:04 UTC  (18+ messages)
` [PATCH proxmox 1/7] notify (smtp): Introduce xoauth2 module
` [PATCH proxmox 2/7] notify (smtp): Introduce state module
` [PATCH proxmox 3/7] notify (smtp): Factor out transport building logic into own function
` [PATCH proxmox 4/7] notify (smtp): Update API with OAuth2 parameters
` [PATCH proxmox 5/7] notify (smtp): Add state handling logic
` [PATCH proxmox 6/7] notify (smtp): Add XOAUTH2 authentication support
` [PATCH proxmox 7/7] notify (smtp): Add logging and state-related error types
` [PATCH proxmox-perl-rs 1/1] notify (smtp): add oauth2 parameters to bindings
` [PATCH proxmox-widget-toolkit 1/2] utils: Add OAuth2 flow handlers
` [PATCH proxmox-widget-toolkit 2/2] notifications: Add opt-in OAuth2 support for SMTP targets
` [PATCH pve-manager 1/5] notifications: Add OAuth2 parameters to schema and add/update endpoints
` [PATCH pve-manager 2/5] notifications: Add trigger-state-refresh endpoint
` [PATCH pve-manager 3/5] notifications: Trigger notification target refresh in pveupdate
` [PATCH pve-manager 4/5] notifications: Handle OAuth2 callback in login handler
` [PATCH pve-manager 5/5] notifications: Opt into OAuth2 authentication
` [PATCH pve-cluster 1/1] notifications: Add refresh_targets subroutine to PVE::Notify
` [PATCH pve-docs 1/1] notifications: Add section about OAuth2 to SMTP targets docs

[PATCH qemu-server] verify device removal: mention that device might still be busy in guest on failure
 2026-02-13 15:38 UTC 

[PATCH proxmox v2 0/8] sdn: add wireguard fabric configuration support
 2026-02-13 14:36 UTC  (9+ messages)
` [PATCH proxmox v2 1/8] serde: implement ini serializer
` [PATCH proxmox v2 2/8] serde: add base64 module for byte arrays
` [PATCH proxmox v2 3/8] network-types: add ServiceEndpoint type as host/port tuple abstraction
` [PATCH proxmox v2 4/8] schema: provide integer schema for node ports
` [PATCH proxmox v2 5/8] schema: api-types: add ed25519 base64 encoded key schema
` [PATCH proxmox v2 6/8] wireguard: init configuration support crate
` [PATCH proxmox v2 7/8] wireguard: implement api for PublicKey
` [PATCH proxmox v2 8/8] wireguard: make per-peer preshared key optional

[PATCH datacenter-manager/proxmox v3 0/7] fix #6914: add option to remove already existing token
 2026-02-13 13:21 UTC  (15+ messages)
` [PATCH datacenter-manager v3 1/6] server: pbs-client: add delete admin token method
` [PATCH datacenter-manager v3 2/6] server: api: add support to optionally delete token from remote
` [PATCH datacenter-manager v3 3/6] pdm-client: accept `delete-token` argument for deleting api token
` [PATCH datacenter-manager v3 4/6] cli: client: add `delete-token` option to delete token from remote
` [PATCH datacenter-manager v3 5/6] fix: ui: add remove confirmation dialog with optional token deletion
` [PATCH datacenter-manager v3 6/6] cli: admin: add `delete-token` option to delete token from remote
` [PATCH proxmox v3 1/1] pve-api-types: generate missing `delete_token` method

[pve-devel] [PATCH docs/guest-common/qemu-server v2 0/4] add new pci passthrough specific hookscript phase
 2026-02-13 11:10 UTC  (6+ messages)
` [pve-devel] [PATCH guest-common v2 1/1] helpers: exec hookscript: add optional parameters

[pve-devel] [PATCH-SERIES guest-common/qemu-server/container 0/3] fix #3229: migrate: consider node restriction for 'shared' storage
 2026-02-13 10:54 UTC  (3+ messages)
` [pve-devel] [PATCH guest-common 1/3] abstract migrate: add map_storage() helper
  ` applied: "

[PATCH proxmox-backup] fix #7305: client: restore: filter out last snapshot if not finished
 2026-02-13 10:51 UTC  (3+ messages)

[PATCH proxmox-backup] fix #7305: client: restore: filter out last snapshot if not finished
 2026-02-13 10:44 UTC  (4+ messages)
` superseded: "

[PATCH proxmox-widget-toolkit v2] fix #4911: ui: network edit: allow empty bond-primary
 2026-02-13 10:35 UTC  (2+ messages)
` applied: "

[PATCH storage] lvm plugin: encode locking requirement into the name of two helper functions
 2026-02-13 10:27 UTC 

[pve-devel] [PATCH proxmox{, -ve-rs} 00/11] sdn: add wireguard fabric configuration support
 2026-02-13 10:14 UTC  (12+ messages)
` [pve-devel] [PATCH proxmox 01/11] serde: implement ini serializer
` [pve-devel] [PATCH proxmox 03/11] network-types: add ServiceEndpoint type as host/port tuple abstraction
` [pve-devel] [PATCH proxmox 06/11] wireguard: init configuration support crate
` [pve-devel] [PATCH proxmox 07/11] wireguard: implement api for PublicKey

[PATCH corosync] cherry-pick fix for updating knet timeouts on token timeout change
 2026-02-13 10:11 UTC 

[PATCH pve-cluster 00/14 v2] Rewrite pmxcfs with Rust
 2026-02-13  9:33 UTC  (14+ messages)
` [PATCH pve-cluster 01/14 v2] pmxcfs-rs: add Rust workspace configuration
` [PATCH pve-cluster 02/14 v2] pmxcfs-rs: add pmxcfs-api-types crate
` [PATCH pve-cluster 03/14 v2] pmxcfs-rs: add pmxcfs-config crate
` [PATCH pve-cluster 04/14 v2] pmxcfs-rs: add pmxcfs-logger crate
` [PATCH pve-cluster 05/14 v2] pmxcfs-rs: add pmxcfs-rrd crate
` [PATCH pve-cluster 06/14 v2] pmxcfs-rs: add pmxcfs-memdb crate
` [PATCH pve-cluster 07/14 v2] pmxcfs-rs: add pmxcfs-status and pmxcfs-test-utils crates
` [PATCH pve-cluster 08/14 v2] pmxcfs-rs: add pmxcfs-services crate
` [PATCH pve-cluster 09/14 v2] pmxcfs-rs: add pmxcfs-ipc crate
` [PATCH pve-cluster 10/14 v2] pmxcfs-rs: add pmxcfs-dfsm crate
` [PATCH pve-cluster 11/14 v2] pmxcfs-rs: vendor patched rust-corosync for CPG compatibility
` [PATCH pve-cluster 12/14 v2] pmxcfs-rs: add pmxcfs main daemon binary
` [PATCH pve-cluster 14/14 v2] pmxcfs-rs: add project documentation

[PATCH proxmox-backup] fix #7303: tape: handle NUL bytes in SCSI strings better
 2026-02-13  9:22 UTC  (4+ messages)
    ` applied: "

Replication error: dataset is busy
 2026-02-13  8:43 UTC 

[PATCH datacenter-manager v2 0/2] fix adding users manually for openid/ldap/ad realms
 2026-02-13  8:34 UTC  (3+ messages)
` applied: "

[PATCH pve-network] sdn: controller: prevent invalid router-id generation from zero mac
 2026-02-13  6:38 UTC 

[PATCH pve-network] sdn: controller: fallback to interface mac if no master
 2026-02-13  6:33 UTC 

[PATCH pve-network] SDN: dhcp: add second check for dnsmasq
 2026-02-12 15:59 UTC 

[PATCH qemu-server] blockdev: commit: improve comment about completion mode
 2026-02-12 15:37 UTC  (2+ messages)
` superseded: "

[pve-devel] [PATCH pve-cluster 00/15 v1] Rewrite pmxcfs with Rust
 2026-02-12 15:21 UTC  (3+ messages)
` [pve-devel] [PATCH pve-cluster 09/15] pmxcfs-rs: add pmxcfs-ipc crate

[pve-devel] [PATCH proxmox-backup] fix: #6496 - add `sync-job run` to docs
 2026-02-12 15:16 UTC  (3+ messages)
` [pve-devel] [PATCH] add sync-job run to pbs/docs
  ` applied: "

[PATCH proxmox-backup 0/1] fix #7311: bin: init proxmox_acme_api in proxmox-daily-update
 2026-02-12 14:37 UTC  (3+ messages)
` [PATCH proxmox-backup 1/1] "
` applied: [PATCH proxmox-backup 0/1] "

[PATCH container/manager v2 0/2] make mount point attribute preservation configurable
 2026-02-12 14:31 UTC  (2+ messages)
` applied-series: "

fosdem feedback
 2026-02-12 12:20 UTC  (2+ messages)

[PATCH proxmox-fuse-rs v1] Add statfs support to proxmox-fuse
 2026-02-12  7:05 UTC  (2+ messages)

[PATCH pve-firewall 0/2] switch iptables/ebtables alternatives back to nft-based versions
 2026-02-11 20:25 UTC  (3+ messages)
` [PATCH pve-firewall 1/2] Revert "pve-firewall.service: update-alternative ip-/eb- tables to legacy versions"
` [PATCH pve-firewall 2/2] d/postinst: reset iptables/ebtables alternatives to auto

[PATCH pve-firewall 0/2] switch iptables/ebtables alternatives back to nft-based versions
 2026-02-11 20:16 UTC  (3+ messages)
` [PATCH container 1/2] Revert "pve-firewall.service: update-alternative ip-/eb- tables to legacy versions"
` [PATCH container 2/2] d/postinst: reset iptables/ebtables alternatives to auto

[PATCH proxmox{,-backup} 0/4] fix #3723: allow using node http proxy for remote connections
 2026-02-11 16:18 UTC  (5+ messages)
` [PATCH proxmox 1/1] pbs-api-types: remote: add flag to use node proxy for remote connect
` [PATCH proxmox-backup 1/3] http client: use http proxy from client options if set
` [PATCH proxmox-backup 2/3] fix #3723: api: remote: optionally use node proxy config for http client
` [PATCH proxmox-backup 3/3] ui: expose flag to use node's http proxy in remote edit window

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