all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-09-23 10:01:17 to 2026-09-23 16:57:57 UTC [more...]

[PATCH proxmox] fix #6267: rest-server: fix task log rotation race
 2026-09-23 16:57 UTC  (2+ messages)
` applied: "

[PATCH many v5 0/7] add option to prevent suggesting previously used VMIDs
 2026-09-23 15:56 UTC  (4+ messages)

[PATCH manager/storage v2 00/50] Fix #2884: Implement Subdirectory Scanning for Dir-Based Storage Types
 2026-09-23 15:16 UTC  (51+ 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 28/50] tree-wide: replace remaining "
` [PATCH pve-storage v2 29/50] tree-wide: simplify recently refactored parsing logic
` [PATCH pve-storage v2 30/50] test: list volumes: reorganize and modernize test running code
` [PATCH pve-storage v2 31/50] test: list volumes: fix broken test checking for vmlist modifications
` [PATCH pve-storage v2 32/50] test: list volumes: introduce new format for test cases
` [PATCH pve-storage v2 33/50] test: list volumes: remove legacy code and migrate cases to new format
` [PATCH pve-storage v2 34/50] plugin: do not return volumes of undeclared content types anymore
` [PATCH pve-storage v2 35/50] plugin: correct comment in get_subdir_files helper
` [PATCH pve-storage v2 36/50] test: parse volname: modernize code
` [PATCH pve-storage v2 37/50] test: parse volname: adapt tests regarding 'import' volume type
` [PATCH pve-storage v2 38/50] test: parse volname: move VM disk test creation into separate block
` [PATCH pve-storage v2 39/50] test: parse volname: move backup file test creation into sep. block
` [PATCH pve-storage v2 40/50] test: parse volname: parameterize test case creation for some vtypes
` [PATCH pve-storage v2 41/50] test: volume id: modernize code
` [PATCH pve-storage v2 42/50] test: volume id: rename 'volname' test case parameter to 'file'
` [PATCH pve-storage v2 43/50] test: filesystem path: modernize code
` [PATCH pve-storage v2 44/50] fix #2884: implement nested subdir scanning and support 'iso' vtype
  ` [PATCH pve-storage v2 45/50] fix #2884: support nested subdir scanning for 'vztmpl' volume type
  ` [PATCH pve-storage v2 46/50] fix #2884: support nested subdir scanning for 'snippets' vtype
  ` [PATCH pve-storage v2 47/50] test: add more tests for 'import' vtype & guard against nested subdirs
  ` [PATCH pve-storage v2 48/50] test: add tests guarding against subdir scanning for vtypes
  ` [PATCH pve-manager v2 49/50] fix #2884: ui: storage: add field for 'max-scan-depth' property
  ` [PATCH pve-manager v2 50/50] pve8to9: use helper from common storage module to get vtype subdir

[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  (7+ messages)
` [PATCH proxmox 11/29] notify: matcher: add expression support
` [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  (2+ messages)
` superseded: "

[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 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)


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