all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-07-08 13:37:07 to 2026-07-09 12:48:37 UTC [more...]

[PATCH manager/access-control 0/3] fix #7513: fine-grained ACL for node certificates
 2026-07-09 12:48 UTC  (2+ messages)

[PATCH proxmox-backup 0/2] fix #6990: server: drop verify state on push & pull job
 2026-07-09 12:21 UTC  (3+ messages)
` [PATCH proxmox-backup 1/2] fix #6990: server: drop verify state on non-decrypt "
` [PATCH proxmox-backup 2/2] fix #6990: server: drop verify state on push job

[PATCH guest-common/manager/qemu-server v3 0/3] fix #5032: add guest time sync via QGA
 2026-07-09 12:00 UTC  (2+ messages)
` superseded: "

[PATCH many 00/29] notifications: add nested match expressions
 2026-07-09 11:57 UTC  (30+ messages)
` [PATCH proxmox 01/29] add new proxmox-match-expression crate
` [PATCH proxmox 02/29] notify: promote matcher to dir-style module
` [PATCH proxmox 03/29] notify: fix doc comment
` [PATCH proxmox 04/29] notify: matcher: break out severity matcher into submodule
` [PATCH proxmox 05/29] notify: matcher: break out field "
` [PATCH proxmox 06/29] notify: matcher: break out calendar "
` [PATCH proxmox 07/29] notify: matcher: calendar: add basic unit test
` [PATCH proxmox 08/29] notify: matcher: add InlineSeverityMatcher
` [PATCH proxmox 09/29] notify: matcher: add InlineFieldMatcher
` [PATCH proxmox 10/29] notify: matcher: add InlineCalendarMatcher
` [PATCH proxmox 11/29] notify: matcher: add expression support
` [PATCH proxmox 12/29] notify: api: support new expression parameter
` [PATCH proxmox 13/29] notify: api: add `get_matcher_as_expression`
` [PATCH proxmox 14/29] notify: migrate PBS's and PVE's default matcher to expression syntax
` [PATCH proxmox 15/29] notify: move legacy matcher keys behind feature flag
` [PATCH proxmox-widget-toolkit 16/29] notification: increase matcher window width
` [PATCH proxmox-widget-toolkit 17/29] notifications: matcher: add support for match expressions
` [PATCH proxmox-widget-toolkit 18/29] notification: matcher: add better calendar editor
` [PATCH proxmox-widget-toolkit 19/29] notifications: matcher: consistently use title case for UI elements
` [PATCH proxmox-backup 20/29] notification: opt into 'legacy-matchers' feature in proxmox-notify
` [PATCH proxmox-backup 21/29] api: notification: add 'migrate-to-expression' parameter to get_matcher
` [PATCH proxmox-backup 22/29] ui: notification: enable new matcher UI
` [PATCH proxmox-perl-rs 23/29] notify: matcher: pass matcher config / updater directly
` [PATCH proxmox-perl-rs 24/29] notify: opt into 'legacy-matchers' feature in proxmox-notify
` [PATCH proxmox-perl-rs 25/29] notify: add 'migrate_to_expression' parameter for get_matcher
` [PATCH manager 26/29] api: notification: pass config/updater directly to rust bindings
` [PATCH manager 27/29] api: notification: get_matcher: add 'migrate-to-expression' parameter
` [PATCH manager 28/29] api: notification: add 'expression' to matcher parameter schema
` [PATCH manager 29/29] ui: notification: enable new matcher UI

[PATCH qemu-server v3] fix #7711: pci: try to detect large memory region preconditions
 2026-07-09 11:54 UTC  (2+ messages)
` superseded: "

[PATCH qemu-server v4] fix #7711: pci: try to detect large memory region preconditions
 2026-07-09 11:53 UTC 

[PATCH qemu-server] fix #7786: migrate: deactivate shared storage volumes of offline VMs
 2026-07-09 11:33 UTC  (2+ messages)

[RFC cluster/docs/ifupdown2/manager/network/proxmox{-ebpf,-ve-rs,-perl-rs} 00/16] sdn: add microsegmentation support
 2026-07-09  9:20 UTC  (2+ messages)
` superseded: "

SPAM: [RFC cluster/docs/ifupdown2/manager/network/proxmox{-ve-rs,-ebpf,-perl-rs} v2 00/27] sdn: add microsegmentation support
 2026-07-09  9:18 UTC  (28+ messages)
` [PATCH proxmox-ve-rs v2 01/27] ve-config: sdn: add microseg signature-identity engine
` [PATCH proxmox-ve-rs v2 02/27] ve-config: sdn: add microseg config types
` [PATCH proxmox-ve-rs v2 03/27] ve-config: sdn: microseg: add tag matcher
` [PATCH proxmox-ve-rs v2 04/27] ve-config: sdn: microseg: add name regex matcher
` [PATCH proxmox-ve-rs v2 05/27] ve-config: sdn: microseg: add carrier bridge section
` [PATCH proxmox-ebpf v2 06/27] agent: add userspace coordinator and stateless policy subsystem
` [PATCH proxmox-ebpf v2 07/27] bpf: add bridge subsystem
` [PATCH proxmox-ebpf v2 08/27] debian: add packaging and boot-time oneshot unit
` [PATCH pve-cluster v2 09/27] cfs: add 'sdn/microseg.cfg' to observed files
` [PATCH proxmox-perl-rs v2 10/27] pve-rs: sdn: add microseg config binding
` [PATCH ifupdown2 v2 11/27] d/patches: add support for VXLAN-GBP flag
` [PATCH pve-network v2 12/27] sdn: microseg: add config, API and guest inventory
` [PATCH pve-network v2 13/27] sdn: dry-run: surface pending microseg changes
` [PATCH pve-network v2 14/27] sdn: zones: trigger microseg apply on tap_plug
` [PATCH pve-network v2 15/27] sdn: zones: add vxlan-gbp option to vxlan and evpn zones
` [PATCH pve-network v2 16/27] evpn: disable vxlan-learning on create if GBP is enabled
` [PATCH pve-network v2 17/27] sdn: microseg: add tag matcher
` [PATCH pve-network v2 18/27] sdn: microseg: add name regex matcher
` [PATCH pve-network v2 19/27] sdn: microseg: add carrier bridge API
` [PATCH pve-manager v2 20/27] ui: sdn: add microsegmentation panel
` [PATCH pve-manager v2 21/27] ui: sdn: dry-run: show pending microseg diff
` [PATCH pve-manager v2 22/27] network: apply microseg state on reload
` [PATCH pve-manager v2 23/27] ui: sdn: zones: add vxlan-gbp checkbox to vxlan and evpn
` [PATCH pve-manager v2 24/27] ui: sdn: microseg: add tag matcher
` [PATCH pve-manager v2 25/27] ui: sdn: microseg: add name regex matcher
` [PATCH pve-docs v2 26/27] sdn: add microsegmentation section
` [PATCH pve-docs v2 27/27] sdn: add VXLAN-GBP flag to evpn/vxlan zone sections

[PATCH-SERIES ha-manager 0/2] fix #6084: allow dropping maintenance state with active HA resources
 2026-07-09  9:05 UTC  (6+ messages)
` [PATCH ha-manager 2/2] fix #6084: lrm: allow dropping maintenance "
` superseded: [PATCH-SERIES ha-manager 0/2] fix #6084: allow dropping maintenance state "

[PATCH-SERIES ha-manager v2 0/2] fix #6084: allow dropping maintenance state with active HA resources
 2026-07-09  8:56 UTC  (3+ messages)
` [PATCH ha-manager v2 1/2] test: add maintenance test case with stuck HA resource
` [PATCH ha-manager v2 2/2] fix #6084: lrm: allow dropping maintenance with active HA resources

SPAM: [RFC PATCH 0/4] lxc: add safe OCI rootfs replacement
 2026-07-06 19:40 UTC  (7+ messages)
` SPAM: [RFC PATCH 1/4] lxc: create: add isolated OCI rootfs preparation
` SPAM: [RFC PATCH 2/4] api: lxc: add OCI rootfs replacement endpoint
` SPAM: [RFC PATCH 3/4] pct: add OCI rootfs replacement command
` SPAM: [RFC PATCH 4/4] test: cover OCI rootfs replacement API transaction
` SPAM: [RFC PATCH pve-manager] lxc: add OCI rootfs replacement window
` SPAM: [RFC PATCH pve-docs] pct: document OCI rootfs replacement semantics

SPAM: [RFC PATCH 0/4] lxc: add safe OCI rootfs replacement
 2026-07-06 19:39 UTC  (7+ messages)
` SPAM: [RFC PATCH 1/4] lxc: create: add isolated OCI rootfs preparation
` SPAM: [RFC PATCH 2/4] api: lxc: add OCI rootfs replacement endpoint
` SPAM: [RFC PATCH 3/4] pct: add OCI rootfs replacement command
` SPAM: [RFC PATCH 4/4] test: cover OCI rootfs replacement API transaction
` SPAM: [RFC PATCH pve-manager] lxc: add OCI rootfs replacement window
` SPAM: [RFC PATCH pve-docs] pct: document OCI rootfs replacement semantics

[RFC storage, qemu-server] offload full/live clone to storage backend
 2026-07-09  7:56 UTC  (5+ messages)

[PATCH proxmox-backup] fix #5971: tape: don't warn on custom MAM attribute write failures
 2026-07-09  7:39 UTC  (2+ messages)
` applied: "

[PATCH docs/manager/storage v8 0/5] fix #7339: lvmthick: add option to free storage for deleted VMs
 2026-07-08 16:35 UTC  (6+ messages)
` [PATCH storage v8 1/5] lvm: saferemove: keep LVs where zero-out failed for manual zero-out
` [PATCH storage v8 2/5] lvm: saferemove: zero out volumes range by range

[PATCH datacenter-manager] fix #7795: remote: guest shell: fix privilege path
 2026-07-08 13:37 UTC  (3+ messages)

[RFC/PATCH datacenter-manager/proxmox 0/2] check privilege paths during compilation
 2026-07-08 13:36 UTC  (3+ messages)
` [RFC PATCH proxmox 1/2] router: compile time check privilege path parameters for existence
` [PATCH datacenter-manager 2/2] server: api: pve firewall: remove 'remote' parameter from overall status


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