messages from 2026-04-28 12:44:43 to 2026-04-30 15:36:46 UTC [more...]
[PATCH docs/manager/qemu-server v3 00/17] Add API and UI for custom CPU models
2026-04-30 15:35 UTC (12+ messages)
` [PATCH pve-docs v3 01/17] qm: add anchor to "CPU Type" section
` [PATCH qemu-server v3 02/17] cpu config: rename CPU models config path variable
` [PATCH qemu-server v3 03/17] cpu flags: move cpu flags-related utilities to their own module
` [PATCH qemu-server v3 04/17] cpu flags: add helper querying CPU flags with nodes supporting them
` [PATCH qemu-server v3 05/17] cpu config: add helpers to lock and write config
` [PATCH qemu-server v3 06/17] cpu: register standard option for CPU format
` [PATCH qemu-server v3 07/17] cpu config: set 'type' field before writing
` [PATCH pve-manager v3 09/17] api: add endpoint querying available CPU flags cluster-wide
` [PATCH pve-manager v3 11/17] ui: cpu model selector: allow filtering out custom models
` [PATCH pve-manager v3 13/17] ui: cpu flags selector: add CPU flag editor for "
` [PATCH pve-manager v3 14/17] ui: cpu flags selector: fix buffered rendering error
[RFC proxmox{,-backup} 00/13] gc maintenance mode and full datastore protection
2026-04-30 15:05 UTC (14+ messages)
` [PATCH proxmox 1/3] pbs-api-types: add datastore operation variant for reclaiming storage
` [PATCH proxmox 2/3] pbs-abi-types: add GarbageCollection maintenance mode
` [PATCH proxmox 3/3] pbs-api-types: add reserved space to datastore tuning options
` [PATCH proxmox-backup 01/10] task tracking: count Reclaim datastore operations as writes
` [PATCH proxmox-backup 02/10] datastore: open datastores with Reclaim instead of Write operation
` [PATCH proxmox-backup 03/10] fix #5797: www: display new GarbageCollection maintenance mode
` [PATCH proxmox-backup 04/10] www: access active operation fields by name instead of index
` [PATCH proxmox-backup 05/10] www: don't claim that all active writers are gc mode conflicts
` [PATCH proxmox-backup 06/10] chunk_store: add method to limit file system usage
` [PATCH proxmox-backup 07/10] chunk_store: check file system space before inserting new chunks
` [PATCH proxmox-backup 08/10] datastore: check file system space for blobs and group notes
` [PATCH proxmox-backup 09/10] api2: backup: check space for fixed and dynamic index files
` [PATCH proxmox-backup 10/10] fix #7254: datastore: refuse new backps when capacity is almost full
[PATCH docs/manager/network 0/6] add SLAAC support for subnets in EVPN zones
2026-04-30 14:32 UTC (2+ messages)
` superseded: "
[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v2 00/11] sdn: evpn: add IPv6 RA / SLAAC support
2026-04-30 14:29 UTC (12+ messages)
` [PATCH proxmox-ve-rs v2 01/11] frr: add IPv6 router advertisement support
` [PATCH proxmox-ve-rs v2 02/11] ve-config: add per-vnet IPv6 RA configuration
` [PATCH proxmox-perl-rs v2 03/11] pve-rs: sdn: add IPv6 RA builder binding
` [PATCH pve-network v2 04/11] sdn: evpn: add IPv6 RA / SLAAC support
` [PATCH pve-network v2 05/11] sdn: evpn: derive IP version from CIDR for gateway-less subnets
` [PATCH pve-network v2 06/11] sdn: evpn: accept untracked IPv6 NA on EVPN vnet bridges
` [PATCH pve-network v2 07/11] api: vnet: include zone-type in vnet list
` [PATCH pve-manager v2 08/11] ui: sdn: disable SNAT for IPv6 subnets
` [PATCH pve-manager v2 09/11] ui: sdn: add IPv6 RA / SLAAC support
` [PATCH pve-docs v2 10/11] sdn: document IPv6 RA / SLAAC configuration
` [PATCH pve-docs v2 11/11] sdn: add example for IPv6 in an EVPN zone
[PATCH proxmox-backup] api: backup: cleanup backup group created by benchmark
2026-04-30 13:59 UTC
[PATCH datacenter-manager/installer/proxmox/yew-comp v4 00/40] add auto-installer integration
2026-04-30 12:47 UTC (41+ messages)
` [PATCH proxmox v4 01/40] api-macro: allow $ in identifier name
` [PATCH proxmox v4 02/40] schema: oneOf: allow single string variant
` [PATCH proxmox v4 03/40] schema: implement UpdaterType for HashMap and BTreeMap
` [PATCH proxmox v4 04/40] network-types: move `Fqdn` type from proxmox-installer-common
` [PATCH proxmox v4 05/40] network-types: implement api type for Fqdn
` [PATCH proxmox v4 06/40] network-types: add api wrapper type for std::net::IpAddr
` [PATCH proxmox v4 07/40] network-types: cidr: implement generic `IpAddr::new` constructor
` [PATCH proxmox v4 08/40] network-types: fqdn: implement standard library Error for Fqdn
` [PATCH proxmox v4 09/40] node-status: make KernelVersionInformation Clone + PartialEq
` [PATCH proxmox v4 10/40] installer-types: add common types used by the installer
` [PATCH proxmox v4 11/40] installer-types: add types used by the auto-installer
` [PATCH proxmox v4 12/40] installer-types: implement api type for all externally-used types
` [PATCH yew-comp v4 13/40] widget: kvlist: add widget for user-modifiable data tables
` [PATCH datacenter-manager v4 14/40] api-types, cli: use ReturnType::new() instead of constructing it manually
` [PATCH datacenter-manager v4 15/40] api-types: add api types for auto-installer integration
` [PATCH datacenter-manager v4 16/40] config: add auto-installer configuration module
` [PATCH datacenter-manager v4 17/40] acl: wire up new /system/auto-installation acl path
` [PATCH datacenter-manager v4 18/40] server: api: add auto-installer integration module
` [PATCH datacenter-manager v4 19/40] server: api: auto-installer: add access token management endpoints
` [PATCH datacenter-manager v4 20/40] client: add bindings for auto-installer endpoints
` [PATCH datacenter-manager v4 21/40] ui: auto-installer: add installations overview panel
` [PATCH datacenter-manager v4 22/40] ui: auto-installer: add prepared answer configuration panel
` [PATCH datacenter-manager v4 23/40] ui: auto-installer: add access token "
` [PATCH datacenter-manager v4 24/40] docs: add documentation for auto-installer integration
` [PATCH installer v4 25/40] install: iso env: use JSON boolean literals for product config
` [PATCH installer v4 26/40] common: http: allow passing custom headers to post()
` [PATCH installer v4 27/40] common: http: retrieve error message from body on post()
` [PATCH installer v4 28/40] common: options: move regex construction out of loop
` [PATCH installer v4 29/40] assistant: support adding an authorization token for HTTP-based answers
` [PATCH installer v4 30/40] post-hook: run cargo fmt
` [PATCH installer v4 31/40] tree-wide: used moved `Fqdn` type to proxmox-network-types
` [PATCH installer v4 32/40] tree-wide: use `Cidr` type from proxmox-network-types
` [PATCH installer v4 33/40] tree-wide: switch to filesystem types from proxmox-installer-types
` [PATCH installer v4 34/40] auto: sysinfo: switch to "
` [PATCH installer v4 35/40] fetch-answer: "
` [PATCH installer v4 36/40] fetch-answer: http: prefer json over toml for answer format
` [PATCH installer v4 37/40] fetch-answer: send auto-installer HTTP authorization token if set
` [PATCH installer v4 38/40] fetch-answer: print full error messages when fetching failed
` [PATCH installer v4 39/40] tree-wide: switch out `Answer` -> `AutoInstallerConfig` types
` [PATCH installer v4 40/40] auto: drop now-dead answer file definitions
[PATCH proxmox-backup 0/1] fix #6691: allow search by comment in datastore
2026-04-30 12:44 UTC (3+ messages)
` [PATCH proxmox-backup 1/1] "
[pve-devel] [RFC] qemu-server: add migration_type=insecure to remote-migrate
2026-04-30 12:40 UTC (2+ messages)
[pve-devel] [PATCH v2 proxmox-ve-rs] fix #6399: firewall: fix parsing rule comments that contain hash signs
2026-04-30 12:32 UTC (2+ messages)
` "
[PATCH proxmox-backup 0/2] additional task endtime fixes
2026-04-30 12:10 UTC (3+ messages)
` [PATCH proxmox-backup 1/2] api: node: return optional endtime in tasks status
` [PATCH proxmox-backup 2/2] ui: GC/prune: pass tasks last run endtime to task viewer
[RFC PATCH-SERIES cluster/ha-manager/manager/proxmox v3 0/6] clamp load imbalance to unit interval
2026-04-30 11:48 UTC (7+ messages)
` [PATCH proxmox v3 1/6] resource-scheduling: clamp imbalance value "
` [PATCH pve-manager v3 2/6] ui: from/CRSOptions: add maximum for threshold
` [PATCH pve-ha-manager v3 3/6] test: re-adjust logged imbalance values to corrected calculation
` [PATCH pve-ha-manager v3 4/6] manager: add load imbalance to status
` [PATCH pve-ha-manager v3 5/6] api: status: "
` [PATCH pve-cluster v3 6/6] datacenter config: add maxima for load scheduler options
[PATCH docs 0/4] ceph: audit of Ceph-related chapters
2026-04-30 11:28 UTC (2+ messages)
` applied: "
[RFC PATCH docs] installation media: keep the size requirement more general
2026-04-30 11:20 UTC (2+ messages)
` applied: "
[PATCH docs] fix #7527: install: correctly order screenshots
2026-04-30 11:20 UTC (2+ messages)
` applied: "
[PATCH pve-docs] mention Open Telemetry support
2026-04-30 11:06 UTC (2+ messages)
` applied: "
[PATCH pve-manager/pve-storage 0/4] extend iscsi configuration
2026-04-30 9:12 UTC (3+ messages)
` [PATCH pve-stoage 3/4] iscsiPlugin: add wwid
[PATCH qemu-server] snapshot: tpm state: revert to using 'storage' snapshot type when not using QSD
2026-04-30 10:03 UTC
[PATCH proxmox-backup 1/1] fix #7541: zfs status: account for msg directly after status in vdev parser
2026-04-30 10:05 UTC
[PATCH v1 proxmox-backup 0/2] improve logging
2026-04-30 9:17 UTC (3+ messages)
` [PATCH v1 proxmox-backup 1/2] datastore: improve error if prune can't lock a snapshot for deletion
` [PATCH v1 proxmox-backup 2/2] tree-wide: avoid struct-style debug representation of anyhow errors
[RFC PATCH-SERIES cluster/ha-manager/manager/proxmox v2 0/6] clamp load imbalance to unit interval
2026-04-30 8:33 UTC (11+ messages)
` [PATCH proxmox v2 1/6] resource-scheduling: clamp imbalance value "
` [PATCH pve-manager v2 2/6] ui: from/CRSOptions: add maximum for threshold
` [PATCH pve-ha-manager v2 3/6] test: re-adjust logged imbalance values to corrected calculation
` [PATCH pve-ha-manager v2 4/6] manager: add load imbalance to status
` [PATCH pve-ha-manager v2 5/6] api: status: "
` [PATCH pve-cluster v2 6/6] datacenter config: add maxima for load scheduler options
[PATCH docs 0/2] pve-storage-lvm: document qcow2 availability
2026-04-30 7:50 UTC (3+ messages)
` [PATCH docs 1/2] pve-storage-lvm: fix rendering of storage features
[PATCH proxmox-yew-comp 1/1] qemu ostype selector: use Linux Kernel 7.x as most recent version
2026-04-30 7:02 UTC (2+ messages)
` applied: "
[PATCH common] SysFSTools: add phys/virtfns to verbose output
2026-04-30 6:32 UTC
Installation problems with PVE ISO on ventoy
2026-04-30 5:48 UTC (2+ messages)
[PATCH qemu-server 1/1] api: update verbose description of ostype to include Linux Kernel 7.x
2026-04-29 17:49 UTC (2+ messages)
` applied: "
[PATCH-SERIES ha-manager 0/7] improve handling of maintenance nodes
2026-04-29 16:58 UTC (3+ messages)
` [PATCH ha-manager 7/7] manager: try multiple priority classes when applying negative resource affinity
[PATCH proxmox-backup] removable device attach service: improve description
2026-04-29 16:23 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup 1/1] sync: pull: refuse to overwrite pre-existing encrypted snapshot
2026-04-29 16:23 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup v3] ui: encryption keys: show error text instead of empty popup in API alerts
2026-04-29 16:23 UTC (2+ messages)
` applied: "
[PATCH proxmox{,-backup} 0/6] sync: add strict encryption mode
2026-04-29 14:09 UTC (7+ messages)
` [PATCH proxmox 1/6] pbs-api-types: sync job: add strict-encryption-mode
` [PATCH proxmox-backup 2/6] pull: add support for strict decryption checking
` [PATCH proxmox-backup 3/6] push: add support for strict encryption checking
` [PATCH proxmox-backup 4/6] sync: wire up strict encryption mode
` [PATCH proxmox-backup 5/6] ui: add strict-encryption-mode to SyncJobEdit window
` [PATCH proxmox-backup 6/6] docs: sync: add strict encryption mode
REPOST [PATCH i18n] update Japanese translations
2026-04-29 13:37 UTC
[PATCH manager] GUI: Create VM: update dropdown menu to include Linux Kernel 7.x
2026-04-29 12:24 UTC (3+ messages)
` applied: "
[RFC PATCH-SERIES cluster/ha-manager/manager/proxmox 0/7] clamp load imbalance to unit interval
2026-04-29 12:23 UTC (17+ messages)
` [PATCH proxmox 1/7] resource-scheduling: clamp imbalance value "
` [PATCH proxmox 2/7] resource-scheduling: re-adjust hardcoded imbalance values
` [PATCH pve-ha-manager 4/7] test: re-adjust logged "
` [PATCH pve-ha-manager 6/7] api: status: add load imbalance to status
` [PATCH pve-cluster 7/7] datacenter config: add maxima for load scheduler options
[PATCH proxmox-backup 0/2] gracefully handle signature mismatch from previous manifest load during encrypting push sync
2026-04-29 11:52 UTC (6+ messages)
` [PATCH proxmox-backup 1/2] client: allow skipping signature check on previous manifest fetching
` [PATCH proxmox-backup 2/2] sync: push: gracefully handle previous manifest signature mismatches
[PATCH widget-toolkit] confirm remove dialog: improve layout for larger fields/components
2026-04-29 11:04 UTC (3+ messages)
` applied: "
[PATCH proxmox-backup v2] ui: encryption keys: show error text instead of empty popup in API alerts
2026-04-29 10:13 UTC (2+ messages)
[PATCH proxmox-backup] EncryptionKeysView: Fix API2 error alert messages
2026-04-29 10:05 UTC (5+ messages)
[PATCH i18n] update german translation
2026-04-29 9:47 UTC (4+ messages)
` applied: "
[PATCH i18n 2/2] update korean translation
2026-04-29 9:34 UTC (2+ messages)
[PATCH i18n] improve & update French translations
2026-04-29 9:10 UTC (2+ messages)
` applied: "
[PATCH proxmox-acme] fix: acme: add missing `_json_decode` function
2026-04-29 7:58 UTC (2+ messages)
[PATCH proxmox-backup] sync: rename change-detection-fingerprint to sync-source-signature
2026-04-28 18:11 UTC (2+ messages)
` applied: "
[PATCH pve-storage, pve-manager v1 00/54] Fix #2884: Implement Subdirectory Scanning for Dir-Based Storage Types
2026-04-28 15:22 UTC (17+ messages)
` [PATCH pve-storage v1 06/54] plugin api: replace helpers w/ standalone subs, bump API version & age
` [PATCH pve-storage v1 07/54] common: prevent autovivification in plugin_get_vtype_subdir helper
` [PATCH pve-storage v1 08/54] plugin: break up needless if-elsif chain into separate if-blocks
` [PATCH pve-storage v1 09/54] plugin: adapt get_subdir_files helper of list_volumes API method
` [PATCH pve-storage v1 16/54] storage: clean up code that was moved into helper in path_to_volume_id
` [PATCH pve-storage v1 17/54] api: status: move content type assert for up-/downloads into helper
` [PATCH pve-storage v1 22/54] tree-wide: introduce parsing module and replace usages of ISO_EXT_RE_0
` [PATCH pve-storage v1 53/54] storage api: mark old public regexes for removal, bump APIVER & APIAGE
[PATCH qemu] fdmon-io_uring: avoid idle event loop being accounted as IO wait
2026-04-28 14:52 UTC (7+ messages)
[PATCH i18n] update Japanese translations
2026-04-28 14:29 UTC (2+ messages)
[PATCH proxmox-backup 0/4] move group/namespace logging improvements
2026-04-28 14:24 UTC (2+ messages)
` applied: "
[PATCH v1 proxmox-backup 0/3] index file inspection fixes
2026-04-28 14:13 UTC (4+ messages)
` [PATCH v1 proxmox-backup 1/3] datastore: read ctime from didx header instead of using current time
` applied: [PATCH v1 proxmox-backup 0/3] index file inspection fixes
[PATCH proxmox-backup v2] ui: datastore content: always reload after namespace move
2026-04-28 14:05 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] ui: datastore contents: Increase actions column width
2026-04-28 13:59 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup 1/2] group: lock: use group path instead of debug for error message
2026-04-28 13:45 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] ui: datastore content: always reload after namespace move
2026-04-28 13:18 UTC (2+ messages)
` superseded: "
[PATCH proxmox-backup] ui: datastore content: fix namespace change after reload
2026-04-28 13:14 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] pull: decrypt: set and check change-detection-fingerprint
2026-04-28 13:07 UTC (3+ messages)
` applied: "
[PATCH proxmox-backup v3] fix #5247: relative paths in exclude patterns
2026-04-28 12:41 UTC (2+ 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.