messages from 2026-09-20 16:57:23 to 2026-09-23 15:11:00 UTC [more...]
[PATCH manager/storage v2 00/50] Fix #2884: Implement Subdirectory Scanning for Dir-Based Storage Types
2026-09-23 15:05 UTC (29+ messages)
` [PATCH pve-storage v2 01/50] test: plugin tests: run tests with at most 4 jobs
` [PATCH pve-storage v2 02/50] plugin, common: remove superfluous use of =pod command paragraph
` [PATCH pve-storage v2 03/50] common: add POD headings for groups of helpers
` [PATCH pve-storage v2 04/50] common: use Exporter module for PVE::Storage::Common
` [PATCH pve-storage v2 05/50] plugin: make get_subdir_files a proper subroutine and update style
` [PATCH pve-storage v2 06/50] plugin api: replace helpers w/ standalone subs, bump API version & age
` [PATCH pve-storage v2 07/50] common: prevent autovivification in plugin_get_vtype_subdir helper
` [PATCH pve-storage v2 08/50] plugin: break up if-elsif chain into separate if-blocks
` [PATCH pve-storage v2 09/50] plugin: adapt get_subdir_files helper of list_volumes API method
` [PATCH pve-storage v2 10/50] plugin: update code style of list_volumes plugin "
` [PATCH pve-storage v2 11/50] plugin: use closure for obtaining raw volume data in list_volumes
` [PATCH pve-storage v2 12/50] plugin: use closure for inner loop logic "
` [PATCH pve-storage v2 13/50] storage: update code style in function path_to_volume_id
` [PATCH pve-storage v2 14/50] storage: break up if-elsif chain in path_to_volume_id
` [PATCH pve-storage v2 15/50] storage: heave vtype file path parsing logic inside loop into helper
` [PATCH pve-storage v2 16/50] storage: clean up code that was moved into helper in path_to_volume_id
` [PATCH pve-storage v2 17/50] api: status: move content type assert for up-/downloads into helper
` [PATCH pve-storage v2 18/50] api: status: use helper from common module to get content directory
` [PATCH pve-storage v2 19/50] api: status: move up-/download file path parsing code into helper
` [PATCH pve-storage v2 20/50] api: status: simplify file content assertion logic for up-/download
` [PATCH pve-storage v2 21/50] test: guest import: add tests for PVE::GuestImport
` [PATCH pve-storage v2 22/50] tree-wide: introduce parsing module and replace usages of ISO_EXT_RE_0
` [PATCH pve-storage v2 23/50] common: test: set up parser testing code, add tests for 'iso' vtype
` [PATCH pve-storage v2 24/50] tree-wide: replace usages of VZTMPL_EXT_RE_1 with parsing functions
` [PATCH pve-storage v2 25/50] tree-wide: replace usages of BACKUP_EXT_RE_2 "
` [PATCH pve-storage v2 26/50] tree-wide: replace usages of inline regexes for snippets with parsers
` [PATCH pve-storage v2 27/50] tree-wide: partially replace usages of regexes for 'import' vtype
` [PATCH pve-storage v2 29/50] tree-wide: simplify recently refactored parsing logic
[PATCH many v5 0/7] add option to prevent suggesting previously used VMIDs
2026-09-23 14:10 UTC (22+ messages)
` [PATCH pve-cluster v5 1/7] cluster files: add used-guest-ids
` [PATCH pve-cluster v5 2/7] datacenter config: add unique-next-id to schema
` [PATCH pve-guest-common v5 3/7] add module to track previously used guest IDs
` [PATCH qemu-server v5 4/7] api: record VM ID as used on creation, cloning, and destruction
` [PATCH pve-container v5 5/7] api: record CT "
` [PATCH pve-manager v5 6/7] close #4369: api: optionally only suggest unique IDs
` [PATCH pve-manager v5 7/7] close #4369: ui: add datacenter option for unique VM/CT IDs
[PATCH datacenter-manager v3 0/9] refactor and partially fix #7371
2026-09-23 13:34 UTC (2+ messages)
` superseded: "
[PATCH datacenter-manager v4 00/10] refactor and partially fix #7371
2026-09-23 13:17 UTC (11+ messages)
` [PATCH datacenter-manager v4 01/10] lib: api types: add new ResourceView type and move accessors there
` [PATCH datacenter-manager v4 02/10] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager v4 03/10] lib: api types: add guest specific getter "
` [PATCH datacenter-manager v4 04/10] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager v4 05/10] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager v4 06/10] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager v4 07/10] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager v4 08/10] ui: pve: node selector: show maintenance badge with node name
` [PATCH datacenter-manager v4 09/10] ui: pve: node selector: sort memory columns by usage not by memory size
` [PATCH datacenter-manager v4 10/10] ui: pve: node: show ha maintenance badge
[PATCH many 00/29] notifications: add nested match expressions
2026-09-23 12:40 UTC (18+ messages)
` [PATCH proxmox 01/29] add new proxmox-match-expression crate
` [PATCH proxmox 11/29] notify: matcher: add expression support
` [PATCH proxmox 14/29] notify: migrate PBS's and PVE's default matcher to expression syntax
` [PATCH proxmox-perl-rs 24/29] notify: opt into 'legacy-matchers' feature in proxmox-notify
[PATCH 1/2] manager: add API endpoint for streamed VM backup export
2026-09-23 12:25 UTC
[PATCH 0/2] RFC: manager: add direct VM backup export/import support
2026-09-23 12:25 UTC
[PATCH common/proxmox-acme v4 0/3] fix #5978: pem parser: relax parsing of chain entries
2026-09-23 12:18 UTC (2+ messages)
[RFC datacenter-manager/proxmox 0/5] log: allow finegrained control logging levels
2026-09-23 12:00 UTC (8+ messages)
` [PATCH proxmox 1/5] log: replace per layer filtering by one global filter
` [PATCH proxmox 2/5] log: replace simple level filter with env filter
` [PATCH proxmox 3/5] log: add tests to the logger
` [PATCH proxmox 4/5] log: return the logger configuration after initialisation
` [PATCH datacenter-manager 5/5] api: set REST server debug level based on actual log level
` superseded: [RFC datacenter-manager/proxmox 0/5] log: allow finegrained control logging levels
[RFC datacenter-manager/proxmox v2 0/4] log: allow finegrained control logging levels
2026-09-23 11:58 UTC (5+ messages)
` [PATCH proxmox v2 1/4] log: replace per layer filtering by one global filter
` [PATCH proxmox v2 2/4] fix #6081: log: replace simple level filter with env filter
` [PATCH proxmox v2 3/4] log: add tests to the logger
` [PATCH datacenter-manager v2 4/4] api: set REST server debug level based on actual log level
[PATCH proxmox] fix #6267: rest-server: fix task log rotation race
2026-09-23 11:43 UTC
[PATCH manager 0/3] ui: prompt users for reload when web ui version changes
2026-09-23 11:35 UTC (4+ messages)
` [PATCH manager 1/3] api: factor out read_pwt_version and pwt_base_dir
` [PATCH manager 2/3] api: provide GUI versions via index and /cluster/resources
` [PATCH manager 3/3] ui: workspace: prompt user for reload when UI packages were updated
[PATCH proxmox-firewall] nftables: move protocol match rendering into the lib
2026-09-23 11:18 UTC (3+ messages)
[PATCH qemu-server v1] {pbs-,vma-}restore: disable caching for LVM-thin
2026-09-23 10:46 UTC (2+ messages)
[RFC proxmox-backup 0/2] backup log: reduce logging during backup
2026-09-23 10:27 UTC (3+ messages)
` [PATCH proxmox-backup 1/2] backup writer: add constructor for BackupWriterOptions
` [PATCH proxmox-backup 2/2] fix #4646: backup writer: base debug flag on log level
[PATCH proxmox-firewall] nftables: add support for mark-keyed verdict maps
2026-09-23 10:01 UTC (2+ messages)
[PATCH proxmox-firewall] nftables: build without the config extension
2026-09-23 10:00 UTC (2+ messages)
[PATCH manager] 8to9: adapt to changed signature of get_vm_machine()
2026-09-23 9:05 UTC (2+ messages)
[PATCH qemu-server/docs/manager/ha-manager 0/5] add pvpanic device support
2026-09-23 8:55 UTC (5+ messages)
[PATCH docs/guest-common/qemu-server v4 0/7] add new pci passthrough specific hookscript phase
2026-09-23 7:08 UTC (8+ messages)
` [PATCH docs v4 7/7] examples: add new hookscript phase to example hookscript
` superseded: [PATCH docs/guest-common/qemu-server v4 0/7] add new pci passthrough specific hookscript phase
[PATCH docs/guest-common/qemu-server v5 0/9] add new pci passthrough specific hookscript phase
2026-09-23 7:05 UTC (10+ messages)
` [PATCH guest-common v5 1/9] helpers: exec hookscript: add optional parameters
` [PATCH qemu-server v5 2/9] pci: mdev preparation: always generate local uuid first
` [PATCH qemu-server v5 3/9] pci: nvidia vgpu: correct wrong comment about uuid
` [PATCH qemu-server v5 4/9] pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
` [PATCH qemu-server v5 5/9] code cleanup: pci: rename 'd' variable to 'pci_device'
` [PATCH qemu-server v5 6/9] pci: preparation: mdev: only generate uuid once
` [PATCH qemu-server v5 7/9] pci: call hookscript for each prepared pci device
` [PATCH docs v5 8/9] examples: add new hookscript phase to example hookscript
` [PATCH docs v5 9/9] examples: downgrade 'die' in example hookscript to 'warn'
[PATCH] fix #7823: tape: don't set up a data-in transfer for non-data commands
2026-09-22 20:34 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup 1/1] faq: add warning about using apt upgrade
2026-09-22 20:30 UTC (4+ messages)
` applied: "
[PATCH common 1/1] proc stat: remove unused sum metric
2026-09-22 20:21 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup 1/1] openid auth: improve error logging
2026-09-22 20:20 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] docs: pcat1: fix typo and add missing backquote
2026-09-22 20:19 UTC (2+ messages)
` applied: "
[PATCH proxmox 0/3] fix #7166: acme: stop and time out stalled certificate orders
2026-09-22 20:17 UTC (2+ messages)
` applied: "
[PATCH manager 1/1] cephx: rename 'consumer' to 'client' in output and comments
2026-09-22 20:06 UTC (2+ messages)
` applied: "
[PATCH pve-ha-manager 1/2] fix #7974: run make tidy
2026-09-22 20:04 UTC (3+ messages)
` [PATCH pve-ha-manager 2/2] fix #7974: env: pve2: set dynamic service mem value to host memory usage
` applied: "
[PATCH docs] Added an expanded procedure for “manager_status” when separate a node
2026-09-22 15:28 UTC
[PATCH qemu-server 1/1] fix #8030: snapshot: avoid orphaned vmstate volume on failure
2026-09-22 13:26 UTC (4+ messages)
` applied: "
[PATCH proxmox-backup v2 0/3] fix #6990: server: drop verify state on push & pull job
2026-09-22 13:13 UTC (2+ messages)
` superseded: "
[PATCH proxmox-backup v3 0/3] fix #6990: server: drop verify state on push & pull job
2026-09-22 13:11 UTC (4+ messages)
` [PATCH proxmox-backup v3 1/3] server: pull: run blocking file operations on the blocking pool
` [PATCH proxmox-backup v3 2/3] fix #6990: server: drop verify state on push job
` [PATCH proxmox-backup v3 3/3] fix #6990: server: drop verify state on non-decrypt pull job
[PATCH-SERIES qemu 0/2] build: more integrity checks of copied sources
2026-09-22 13:05 UTC (3+ messages)
` [PATCH qemu 1/2] build: check that copied sources are not dirty
` [PATCH qemu 2/2] build: track and check subproject state
[PATCH manager/storage 0/2] fix #6202: warn if sockets exceed target node
2026-09-22 12:33 UTC (3+ messages)
` [PATCH pve-manager 1/2] fix #6202: ui: guest import: "
` [PATCH pve-storage 2/2] esxi: guard against zero 'cpuid.coresPerSocket'
[PATCH manager] ui: form: make pools searchable
2026-09-22 11:21 UTC (2+ messages)
` applied: "
[RFC proxmox-perl-rs/qemu-server/qemu-server-rs 0/9] pci-handling rewrite (part 1)
2026-09-22 11:06 UTC (11+ messages)
` [PATCH pve-qemu-server-rs 1/9] add pve-qemu-server-pci crate for guest PCI address generation
` [PATCH pve-qemu-server-rs 2/9] pci: add machine abstraction and PCI bridge generation
` [PATCH pve-qemu-server-rs 3/9] pci: layout: add v2 PCI and PCIe layouts
` [PATCH pve-qemu-server-rs 4/9] fixup! add pve-qemu-server-pci crate for guest PCI address generation
` [PATCH proxmox-perl-rs 5/9] pve: add bindings for `pve-qemu-server-pci` crate
` [PATCH proxmox-perl-rs 6/9] pve: pci bindings: add bindings for the `Machine` struct
` [PATCH qemu-server 7/9] pci: use PVE::RS::PCI bindings
` [PATCH qemu-server 8/9] helpers: factor out the version parts parsing
` [PATCH qemu-server 9/9] pci: bridges: use the rust `Machine` struct to pass parameters
[PATCH access-control/cluster/docs/manager/network/proxmox{-ve-rs,-firewall,-perl-rs} v3 00/38] sdn: add microsegmentation support
2026-09-22 10:13 UTC (4+ messages)
` [PATCH proxmox-ve-rs v3 01/38] ve-config: firewall: add a constructor for sctp matches
` [PATCH proxmox-ve-rs v3 02/38] ve-config: sdn: add microseg signature-identity engine
[PATCH ha-manager 0/7] auto rebalance: fix failure retry loop, oscillation and idle-cluster churn
2026-09-22 10:09 UTC (7+ messages)
` [PATCH ha-manager 1/7] fix #8059: manager: auto rebalance: back off failed motions and add per-resource cooldown
` [PATCH ha-manager 2/7] env: dynamic service stats: use host-side memory footprint of guests
` [PATCH ha-manager 3/7] manager: auto rebalance: require a minimum absolute imbalance improvement
[RFC pve-network 1/1] sdn: apply changes on all nodes in parallel
2026-09-22 8:55 UTC (5+ messages)
` SPAM: "
[pve-devel] [PATCH SERIES v4] Add ability to prevent suggesting previously used VM/CT IDs
2026-09-21 16:00 UTC (2+ messages)
` superseded: "
[PATCH container/qemu-server 0/2] qemu: lxc: refuse moving disks/volumes of protected VMs/CTs
2026-09-21 15:35 UTC (3+ messages)
` [PATCH pve-container 1/2] api: refuse moving volumes if container is protected
` [PATCH qemu-server 2/2] api: refuse moving disks if source VM "
[PATCH proxmox, pve-{common,network,storage} v2 0/5] fix #7077: Improve error messages for ID verification
2026-09-21 13:58 UTC (6+ messages)
` [PATCH pve-common v2 1/1] fix #7077: Change JSON Schema attribute validation order
` superseded: "
` [PATCH pve-storage v2 1/1] fix #7077: lvm: Improve ID verification error messages
` applied: "
[PATCH pve-common v3] fix #7077: schema: validate length before format and pattern
2026-09-21 13:56 UTC
[PATCH manager 0/1] pve8to9: warn about an unmounted ESP
2026-09-21 13:26 UTC (2+ messages)
` [PATCH pve-manager 1/1] "
[PATCH pve-qemu 1/1] block: vmdk: support raw device mappings in vmdk format
2026-09-21 12:26 UTC
[PATCH qemu-server 0/3] fix #7801: warn about problematic VirtIO ISOs
2026-09-21 11:19 UTC (5+ messages)
` [PATCH qemu-server 1/3] drive: add helper to detect VirtIO driver ISOs with known issues
` applied: [PATCH qemu-server 0/3] fix #7801: warn about problematic VirtIO ISOs
applied: [PATCH manager] ui: qemu: cd edit: use asynchronous API
2026-09-21 11:18 UTC
[RFC cluster/manager 00/10] pmxcfs: add a change notification socket
2026-09-21 9:57 UTC (3+ messages)
` [PATCH pve-cluster 03/10] rust: ffi: add C ABI staticlib for pmxcfs
[RFC qemu-server v2 0/4] fix #7282: allow (NUMA aware) vCPU pinning
2026-09-21 9:54 UTC (5+ messages)
` [RFC qemu-server v2 1/4] pinning: add topology discovery and config parsing
` [RFC qemu-server v2 2/4] pinning: add NUMA allocator and reservation tracking
` [RFC qemu-server v2 3/4] memory: integrate pinning-aware NUMA memory binding
` [RFC qemu-server v2 4/4] pinning: integrate cpu pinning into vm lifecycle
[PATCH-SERIES docs/storage 0/3] close #7204: document and check that thin pools have zeroing enabled
2026-09-21 9:18 UTC (2+ messages)
` superseded: "
[PATCH-SERIES docs/storage v2 0/3] close #7204: document and check that thin pools have zeroing enabled
2026-09-21 8:56 UTC (4+ messages)
` [PATCH docs v2 1/3] close #7204: storage: lvm thin: document that thin pools must "
` [RFC storage v2 2/3] lvm plugin: list volumes: also query 'zero' property
` [RFC storage v2 3/3] close #7204: lvm thin plugin: die if thin pool does not have zeroing configured
Bug 5177 - got inotify poll request in wrong process
2026-09-18 16:49 UTC
[PATCH manager 0/3] add opt-in IPMI SEL log tab for nodes
2026-09-18 16:45 UTC (4+ messages)
` [PATCH manager 1/3] api: nodes: add opt-in endpoint to read the local IPMI SEL
` [PATCH manager 2/3] fix #7656: ui: node: add opt-in IPMI SEL log tab
` [PATCH manager 3/3] d/control: recommend ipmitool
[PATCH yew-widget-toolkit] fix #8057: correctly scroll on firefox with submenus
2026-09-21 7:49 UTC
aes -> aes256k
2026-09-21 7:31 UTC
[PATCH datacenter-manager] ui: auto-installer: allow multi-select of installation entries
2026-09-21 6:48 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.