all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH manager v2] ui: ha: add disarm/re-arm button
 2026-04-15  6:41 UTC 

[PATCH qemu] fdmon-io_uring: avoid idle event loop being accounted as IO wait
 2026-04-14 21:09 UTC 

[RFC docs/manager/network/proxmox-ve-rs 00/16] Extend EVPN controller functionality
 2026-04-14 16:33 UTC  (17+ messages)
` [PATCH proxmox-ve-rs 01/16] frr: add local-as setting
` [PATCH proxmox-ve-rs 02/16] frr: add support for extcommunity lists
` [PATCH proxmox-ve-rs 03/16] frr-templates: render local-as setting
` [PATCH proxmox-ve-rs 04/16] frr-templates: render community lists in templates
` [PATCH pve-network 05/16] evpn controller: make nodes configurable
` [PATCH pve-network 06/16] evpn controller: allow multiple evpn controllers in a cluster
` [PATCH pve-network 07/16] evpn controller: add bgp-mode setting
` [PATCH pve-network 08/16] evpn zone: add secondary-controllers and rt filtering
` [PATCH pve-network 09/16] evpn controller: add ebgp-multihop setting
` [PATCH pve-network 10/16] test: evpn: add test for ibgp + ebgp evpn controller
` [PATCH pve-network 11/16] test: evpn: add legacy test
` [PATCH pve-network 12/16] tests: evpn: force ibgp over ebgp bgp controller with ebgp wan session
` [PATCH pve-network 13/16] tests: test route filtering mechanism with multiple zones/controllers
` [PATCH pve-manager 14/16] sdn: evpn: zone: controller: add new advanced fields
` [PATCH pve-docs 15/16] sdn: evpn: document new zone / controller options
` [PATCH pve-docs 16/16] sdn: fix typo in bgp controller

[PATCH v2 pve-qemu 0/2] Re-enable tcmalloc as the memory allocator
 2026-04-14 15:36 UTC  (6+ messages)
` [PATCH v2 pve-qemu 1/2] add patch to support using "
` [PATCH v2 pve-qemu 2/2] d/rules: enable "

[RFC common/proxmox{,-backup}/storage 0/7] establish unique instance-id for PBS nodes
 2026-04-14 14:45 UTC  (18+ messages)
` [PATCH proxmox 1/7] pbs-api-types: add InstanceId response type
` [PATCH proxmox 2/7] systemd: add support for machine-id generation
` [PATCH proxmox-backup 3/7] api: add /nodes/localhost/instance-id
` [PATCH proxmox-backup 4/7] client: add 'instance-id' sub-command
` [PATCH proxmox-backup 5/7] manager: add instance-id subcommand
` [PATCH common 6/7] pbs-client: add support for the 'instance id' command
` [PATCH pve-storage 7/7] api: add /nodes/<node>/storage/<storage>/instance-id route

[PATCH proxmox{,-backup} v3 00/30] fix #7251: implement server side encryption support for push sync jobs
 2026-04-14 14:32 UTC  (32+ messages)
` [PATCH proxmox v3 01/30] pbs-api-types: define en-/decryption key type and schema
` [PATCH proxmox v3 02/30] pbs-api-types: sync job: add optional cryptographic keys to config
` [PATCH proxmox-backup v3 03/30] sync: push: use tracing macros instead of log
` [PATCH proxmox-backup v3 04/30] datastore: blob: implement async reader for data blobs
` [PATCH proxmox-backup v3 05/30] datastore: manifest: add helper for change detection fingerprint
` [PATCH proxmox-backup v3 06/30] pbs-key-config: introduce store_with() for KeyConfig
` [PATCH proxmox-backup v3 07/30] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v3 08/30] pbs-config: acls: add 'encryption-keys' as valid 'system' subpath
` [PATCH proxmox-backup v3 09/30] ui: expose 'encryption-keys' as acl subpath for 'system'
` [PATCH proxmox-backup v3 10/30] sync: add helper to check encryption key acls and load key
` [PATCH proxmox-backup v3 11/30] api: config: add endpoints for encryption key manipulation
` [PATCH proxmox-backup v3 12/30] api: config: check sync owner has access to en-/decryption keys
` [PATCH proxmox-backup v3 13/30] api: config: allow encryption key manipulation for sync job
` [PATCH proxmox-backup v3 14/30] sync: push: rewrite manifest instead of pushing pre-existing one
` [PATCH proxmox-backup v3 15/30] api: push sync: expose optional encryption key for push sync
` [PATCH proxmox-backup v3 16/30] sync: push: optionally encrypt data blob on upload
` [PATCH proxmox-backup v3 17/30] sync: push: optionally encrypt client log on upload if key is given
` [PATCH proxmox-backup v3 18/30] sync: push: add helper for loading known chunks from previous snapshot
` [PATCH proxmox-backup v3 19/30] fix #7251: api: push: encrypt snapshots using configured encryption key
` [PATCH proxmox-backup v3 20/30] ui: define and expose encryption key management menu item and windows
` [PATCH proxmox-backup v3 21/30] ui: expose assigning encryption key to sync jobs
` [PATCH proxmox-backup v3 22/30] sync: pull: load encryption key if given in job config
` [PATCH proxmox-backup v3 23/30] sync: expand source chunk reader trait by crypt config
` [PATCH proxmox-backup v3 24/30] sync: pull: introduce and use decrypt index writer if "
` [PATCH proxmox-backup v3 25/30] sync: pull: extend encountered chunk by optional decrypted digest
` [PATCH proxmox-backup v3 26/30] sync: pull: decrypt blob files on pull if encryption key is configured
` [PATCH proxmox-backup v3 27/30] sync: pull: decrypt chunks and rewrite index file for matching key
` [PATCH proxmox-backup v3 28/30] sync: pull: decrypt snapshots with matching encryption key fingerprint
` [PATCH proxmox-backup v3 29/30] api: encryption keys: allow to toggle the archived state for keys
` [PATCH proxmox-backup v3 30/30] docs: add section describing server side encryption for sync jobs

[PATCH datacenter-manager/proxmox-yew-comp v3 00/11] metric collection for the PDM host
 2026-04-14 14:08 UTC  (13+ messages)
` [PATCH proxmox-yew-comp v3 01/11] node status panel: add `children` property
` [PATCH proxmox-yew-comp v3 02/11] RRDGrid: fix size observer by attaching node reference to rendered container
` [PATCH proxmox-yew-comp v3 03/11] RRDGrid: add padding and increase gap between elements
` [PATCH datacenter-manager v3 04/11] metric collection: clarify naming for remote metric collection
` [PATCH datacenter-manager v3 05/11] metric collection: fix minor typo in error message
` [PATCH datacenter-manager v3 06/11] metric collection: collect PDM host metrics in a new collection task
` [PATCH datacenter-manager v3 07/11] api: fix /nodes/localhost/rrddata endpoint
` [PATCH datacenter-manager v3 08/11] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time'
` [PATCH datacenter-manager v3 09/11] pdm-api-types: add PDM host metric fields
` [PATCH datacenter-manager v3 10/11] ui: node status: add RRD graphs for PDM host metrics
` [PATCH datacenter-manager v3 11/11] ui: lxc/qemu/node: use RRD value render helpers

[PATCH pve-qemu] d/control: drop redundant library deps covered by shlibs:Depends
 2026-04-14 14:04 UTC  (2+ messages)
` applied: "

[PATCH proxmox/yew-pwt/datacenter-manager/installer v3 00/38] add auto-installer integration
 2026-04-14 13:58 UTC  (12+ messages)
` [PATCH installer v3 26/38] common: http: allow passing custom headers to post()
` [PATCH installer v3 28/38] assistant: support adding an authorization token for HTTP-based answers
` [PATCH installer v3 35/38] fetch-answer: http: prefer json over toml for answer format
` [PATCH installer v3 36/38] fetch-answer: send auto-installer HTTP authorization token if set

[PATCH manager] ui: ha: add disarm/re-arm button
 2026-04-14 13:49 UTC  (3+ messages)

[PATCH datacenter-manager v4 0/4] add resource gauge panels to dashboard/views
 2026-04-14 13:20 UTC  (2+ messages)
` applied: "

[PATCH proxmox{,-backup} v2 00/27] fix #7251: implement server side encryption support for push sync jobs
 2026-04-14 13:01 UTC  (42+ messages)
` [PATCH proxmox v2 01/27] pbs-api-types: define en-/decryption key type and schema
` [PATCH proxmox v2 02/27] pbs-api-types: sync job: add optional cryptographic keys to config
` [PATCH proxmox-backup v2 05/27] pbs-key-config: introduce store_with() for KeyConfig
` [PATCH proxmox-backup v2 06/27] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v2 10/27] api: config: add endpoints for encryption key manipulation
` [PATCH proxmox-backup v2 11/27] api: config: check sync owner has access to en-/decryption keys
` [PATCH proxmox-backup v2 12/27] api: config: allow encryption key manipulation for sync job
` [PATCH proxmox-backup v2 13/27] sync: push: rewrite manifest instead of pushing pre-existing one
` [PATCH proxmox-backup v2 14/27] api: push sync: expose optional encryption key for push sync
` [PATCH proxmox-backup v2 15/27] sync: push: optionally encrypt data blob on upload
` [PATCH proxmox-backup v2 16/27] sync: push: optionally encrypt client log on upload if key is given
` [PATCH proxmox-backup v2 17/27] sync: push: add helper for loading known chunks from previous snapshot
` [PATCH proxmox-backup v2 18/27] fix #7251: api: push: encrypt snapshots using configured encryption key
` [PATCH proxmox-backup v2 19/27] ui: define and expose encryption key management menu item and windows
` [PATCH proxmox-backup v2 20/27] ui: expose assigning encryption key to sync jobs
` [PATCH proxmox-backup v2 21/27] sync: pull: load encryption key if given in job config
` [PATCH proxmox-backup v2 22/27] sync: expand source chunk reader trait by crypt config
` [PATCH proxmox-backup v2 23/27] sync: pull: introduce and use decrypt index writer if "
` [PATCH proxmox-backup v2 24/27] sync: pull: extend encountered chunk by optional decrypted digest
` [PATCH proxmox-backup v2 25/27] sync: pull: decrypt blob files on pull if encryption key is configured
` [PATCH proxmox-backup v2 26/27] sync: pull: decrypt chunks and rewrite index file for matching key
` [PATCH proxmox-backup v2 27/27] sync: pull: decrypt snapshots with matching encryption key fingerprint
  ` [PATCH proxmox-backup v2 03/27] datastore: blob: implement async reader for data blobs
` superseded: [PATCH proxmox{,-backup} v2 00/27] fix #7251: implement server side encryption support for push sync jobs

[PATCH-SERIES manager/docs 00/18] crs docs updates + load balancer ui and docs followup
 2026-04-14 12:03 UTC  (15+ messages)
` [PATCH manager 05/18] ui: form/CRSOptions: allow auto rebalancing only for static and dynamic mode
` [PATCH docs 12/18] ha-manager: crs: use headings for the scheduling points
` [PATCH docs 13/18] ha-manager: crs: reword the rebalance on start scheduling point
` [PATCH docs 18/18] ha-manager: crs: add load balancer section

[PATCH qemu-server v3 0/3] improve guest cleanup handling
 2026-04-14 11:42 UTC  (2+ messages)

[PATCH pve-qemu 0/2] Re-enable tcmalloc as the memory allocator
 2026-04-14  8:10 UTC  (16+ messages)
` [PATCH pve-qemu 1/2] PVE: use "
` [PATCH pve-qemu 2/2] d/rules: enable "
` superseded: [PATCH pve-qemu 0/2] Re-enable "

Subject: Re: [PATCH access-control/cluster/network/proxmox{-ve-rs,-perl-rs} v2 00/34] Add support for route maps / prefix lists to SDN
 2026-04-14  8:10 UTC  (2+ messages)

[PATCH proxmox-backup v4 0/3] fix #7400: improve handling of corrupted job statefiles
 2026-04-13 13:21 UTC  (6+ messages)
` [PATCH proxmox-backup v4 2/3] fix #7400: api: gracefully handle "
` superseded: [PATCH proxmox-backup v4 0/3] fix #7400: improve handling of "

[PATCH proxmox-backup v5 0/3] fix #7400: improve handling of corrupted job statefiles
 2026-04-13 13:20 UTC  (4+ messages)
` [PATCH proxmox-backup v5 1/3] api: move statefile loading into compute_schedule_status
` [PATCH proxmox-backup v5 2/3] fix #7400: api: gracefully handle corrupted job statefiles
` [PATCH proxmox-backup v5 3/3] fix #7400: proxy: self-heal "

[PATCH http-server 0/1] fix pveproxy OOM during PDM cross-cluster migration to LVM-thin
 2026-04-13 13:00 UTC  (5+ messages)
` [PATCH http-server 1/1] fix #7483: apiserver: add backpressure to websocket proxy
` superseded: [PATCH http-server 0/1] fix pveproxy OOM during PDM cross-cluster migration to LVM-thin

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

[PATCH] Add Irish (ga) translation for Proxmox VE
 2026-04-13 12:34 UTC  (4+ messages)

[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} v2 00/25] metric collection for the PDM host
 2026-04-13  8:59 UTC  (2+ messages)
` superseded: "

[RFC manager/proxmox{,-backup,-perl-rs} 0/6] adapt subscription handling to alternative server IDs
 2026-04-13  8:45 UTC  (5+ messages)
` [PATCH proxmox 1/6] systemd: add support for machine-id generation
` [RFC proxmox 2/6] proxmox-subscription: add new machine-id based serverid

[PATCH pve-manager 1/1] fix #6234: make CephFS page scrollable
 2026-04-13  8:29 UTC  (2+ messages)
` applied: "

[PATCH qemu-server] net: add initial vhost-user support
 2026-04-13  7:34 UTC 

[PATCH manager] api: cluster: ceph: fix osd metadata return schema
 2026-04-12 11:53 UTC  (2+ messages)
` superseded: [PATCH manager/storage 0/2] fix #7000: rbd: graceful handling of corrupt/inaccessible images

[PATCH v2 manager/storage 0/2] fix #7000: rbd: graceful handling of corrupt/inaccessible images
 2026-04-12 11:52 UTC  (3+ messages)
` [PATCH v2 manager/storage 1/1] fix #7000: rbd: handle corrupt or inaccessible images gracefully
` [PATCH v2 manager/storage] storage: content: show inaccessible RBD images in UI

[PATCH docs 0/4] ceph: audit of Ceph-related chapters
 2026-04-11 12:50 UTC  (5+ messages)
` [PATCH docs 1/4] pveceph: fix Ceph Manager abbreviation
` [PATCH docs 2/4] pve-storage-cephfs: describe CephFS, not RBD, in external cluster setup
` [PATCH docs 3/4] pveceph: various small language fixes
` [PATCH docs 4/4] docs: various small grammar fixes

[PATCH proxmox-backup] api: node: replace trivial config change detection helper
 2026-04-10 21:24 UTC  (2+ messages)
` applied: "

[RFC proxmox{,-backup} 0/3] fix #6373: HTTP level keepalive for http2 backup reader connection
 2026-04-10 17:11 UTC  (2+ messages)

[PATCH proxmox{,-backup} 00/20] fix #7251: implement server side encryption support for push sync jobs
 2026-04-10 16:56 UTC  (2+ messages)
` superseded: "

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