all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH proxmox{,-backup} v3 0/8] fix #6716: Add support for http proxy configuration for S3 endpoints
 2026-03-12 11:42 UTC  (9+ messages)
` [PATCH proxmox v3 1/2] http: move http proxy schema from PBS to crate's api types
` [PATCH proxmox v3 2/2] pbs-api-types: move over NodeConfig and related api type from PBS
` [PATCH proxmox-backup v3 1/6] pbs-config: use http proxy schema moved to proxmox-http crate
` [PATCH proxmox-backup v3 2/6] config: inline NodeConfig::validate() to its only call side
` [PATCH proxmox-backup v3 3/6] config: use moved NodeConfig definitions in pbs-api-types
` [PATCH proxmox-backup v3 4/6] tools: drop unused from_property_string() helper
` [PATCH proxmox-backup v3 5/6] config: move node config into pbs-config, including helper tools
` [PATCH proxmox-backup v3 6/6] fix #6716: pass node http proxy config to s3 backend

[PATCH proxmox{,-backup} v5 00/33] partially fix #6563: add s3 request and traffic counter statistics
 2026-03-12 11:20 UTC  (37+ messages)
` [PATCH proxmox v5 01/13] proxmox-sys: expose msync to flush mmapped contents to filesystem
  ` applied: "
` [PATCH proxmox v5 02/13] shared-memory: add method without tmpfs check for mmap file location
  ` applied: "
` [PATCH proxmox v5 03/13] shared-memory: expose msync to flush in-memory contents to filesystem
  ` applied: "
` [PATCH proxmox v5 04/13] s3-client: add persistent shared request counters for client
` [PATCH proxmox v5 05/13] s3-client: add counters for upload/download traffic
` [PATCH proxmox v5 06/13] s3-client: account for upload traffic on successful request sending
` [PATCH proxmox v5 07/13] s3-client: account for downloaded bytes in incoming response body
` [PATCH proxmox v5 08/13] s3-client: request counters: periodically persist counters to file
` [PATCH proxmox v5 09/13] s3-client: sync flush request counters on client instance drop
` [PATCH proxmox v5 10/13] pbs-api-types: define api type for s3 request statistics
` [PATCH proxmox v5 11/13] s3-client: api-types: define request counter thresholds
` [PATCH proxmox v5 12/13] pbs-api-types: add notification thresholds to datastore config
` [PATCH proxmox v5 13/13] s3-client: implement request counter threshold and exceeding callback
` [PATCH proxmox-backup v5 01/20] metrics: split common module imports into individual use statements
` [PATCH proxmox-backup v5 02/20] datastore: collect request statistics for s3 backed datastores
` [PATCH proxmox-backup v5 03/20] datastore: expose request counters "
` [PATCH proxmox-backup v5 04/20] api: s3: add endpoint to reset s3 request counters
` [PATCH proxmox-backup v5 05/20] bin: s3: expose request counter reset method as cli command
` [PATCH proxmox-backup v5 06/20] datastore: add helper method to get datastore backend type
` [PATCH proxmox-backup v5 07/20] ui: improve variable name indirectly fixing typo
` [PATCH proxmox-backup v5 08/20] ui: datastore summary: move store to be part of summary panel
` [PATCH proxmox-backup v5 09/20] ui: expose s3 request counter statistics in the datastore summary
` [PATCH proxmox-backup v5 10/20] metrics: collect s3 datastore statistics as rrd metrics
` [PATCH proxmox-backup v5 11/20] api: admin: expose s3 statistics in datastore rrd data
` [PATCH proxmox-backup v5 12/20] partially fix #6563: ui: expose s3 rrd charts in datastore summary
` [PATCH proxmox-backup v5 13/20] datastore: refactor shared request counter loading into helper
` [PATCH proxmox-backup v5 14/20] api: config: update notification thresholds for config and counters
` [PATCH proxmox-backup v5 15/20] ui: utils: add helper to render notification threshold property string
` [PATCH proxmox-backup v5 16/20] ui: add notification thresholds edit window
` [PATCH proxmox-backup v5 17/20] notifications: template data: fix typos in docstrings
` [PATCH proxmox-backup v5 18/20] notification: define templates and template data for thresholds
` [PATCH proxmox-backup v5 19/20] datastore: add thresholds notification callback on datastore lookup
` [PATCH proxmox-backup v5 20/20] api/ui: notifications: add 'thresholds' as notification type value

[RFC proxmox 00/22] New crate for firewall api types
 2026-03-12 10:51 UTC  (13+ messages)
` [RFC proxmox 03/22] firewall-api-types: add firewall policy types
` [RFC proxmox 04/22] firewall-api-types: add logging types
` [RFC proxmox 09/22] firewall-api-types: add FirewallRef type
` [RFC proxmox 11/22] firewall-api-types: add FirewallIcmpType

[PATCH qemu-server 0/2] memory: add verbose_description to numa policy
 2026-03-12 10:50 UTC  (3+ messages)
` [PATCH qemu-server 1/2] "
` [PATCH qemu-server 2/2] memory: add default numa allocation policy

[PATCH pve-manager] fix #7337: Keep track of deep link on OpenID login
 2026-03-12 10:49 UTC  (2+ messages)

[PATCH proxmox{-backup,,-datacenter-manager} v6 00/11] token-shadow: reduce api token verification overhead
 2026-03-12 10:38 UTC  (4+ messages)
` [pbs-devel] superseded: "

[PATCH proxmox{-backup,,-datacenter-manager} v7 00/11] token-shadow: reduce api token verification overhead
 2026-03-12 10:37 UTC  (12+ messages)
` [PATCH proxmox-backup v7 1/4] pbs-config: add token.shadow generation to ConfigVersionCache
` [PATCH proxmox-backup v7 2/4] pbs-config: cache verified API token secrets
` [PATCH proxmox-backup v7 3/4] pbs-config: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox-backup v7 4/4] pbs-config: add TTL window to token secret cache
` [PATCH proxmox v7 1/4] proxmox-access-control: split AccessControlConfig and add token.shadow gen
` [PATCH proxmox v7 2/4] proxmox-access-control: cache verified API token secrets
` [PATCH proxmox v7 3/4] proxmox-access-control: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox v7 4/4] proxmox-access-control: add TTL window to token secret cache
` [PATCH proxmox-datacenter-manager v7 1/3] pdm-config: implement token.shadow generation
` [PATCH proxmox-datacenter-manager v7 2/3] docs: document API token-cache TTL effects
` [PATCH proxmox-datacenter-manager v7 3/3] pdm-config: wire user+acl cache generation

[RFC PATCH qemu-server] fix #7282: allow (NUMA aware) vCPU pinning
 2026-03-12 10:29 UTC  (2+ messages)

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v5 00/19] Generate frr config using jinja templates and rust types
 2026-03-12 10:22 UTC  (23+ messages)
` [PATCH proxmox-ve-rs v5 2/8] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v5 5/8] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v5 8/8] frr: add bgp support with templates and serialization
` [PATCH pve-network v5 4/9] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-manager v5 1/1] sdn: add dry-run diff view for sdn apply

[PATCH zfsonlinux] fix scrub breaking with newer userspace utils and older kernel module
 2026-03-12 10:15 UTC 

Proxmox VE 9.1 Homelab: ZFS, LXC vs VM, Docker Migration advice?
 2026-03-12 10:02 UTC  (4+ messages)

[PATCH ha-manager 0/2] fix #7399: check if required rule props are set
 2026-03-12  9:49 UTC  (6+ messages)
` [PATCH ha-manager 1/2] rules: ensure rule is defined and has type in set_rule_defaults
` [PATCH ha-manager 2/2] api: rules: check for non-empty nodes and resources properties
` applied: [PATCH ha-manager 0/2] fix #7399: check if required rule props are set

[PATCH access-control/common 0/2] address probblem with SIGCHLD handler being temporarily overwritten
 2026-03-12  9:48 UTC  (6+ messages)
` [PATCH pve-common 1/1] RESTEnvironment: periodically reap workers as SIGCHLD fallback
` [PATCH pve-access-control 1/1] pam: fork for PAM authentication to isolate SIGCHLD handler

[RFC PATCH common] section config: correctly handle required options in write_config
 2026-03-12  9:47 UTC  (2+ messages)

[PATCH proxmox-fuse-rs v1] Add statfs support to proxmox-fuse
 2026-03-12  8:55 UTC  (3+ messages)
  ` applied: "

[PATCH ha-manager] lrm: fix typos in log messages
 2026-03-12  8:44 UTC  (3+ messages)

[PATCH manager/qemu-server 0/8] Add API and UI for custom CPU models
 2026-03-12  8:40 UTC  (9+ messages)
` [PATCH pve-manager 1/8] ui: VMCPUFlagSelector: Fix unknownFlags behaviour
` [PATCH pve-manager 2/8] ui: CPUModelSelector: Fix dirty state on default
` [PATCH pve-manager 3/8] ui: CPUModelSelector: Allow filtering out custom models
` [PATCH pve-manager 4/8] ui: Add basic custom CPU model editor
` [PATCH pve-manager 5/8] ui: Add CPU flag editor for custom models
` [PATCH qemu-server 6/8] qemu: Add helpers for new custom models endpoints
` [PATCH qemu-server 7/8] api: qemu: Extend cpu-flags endpoint to return actually supported flags
` [PATCH qemu-server 8/8] api: qemu: Add CRUD handlers for custom CPU models

[PATCH ha-manager v2] lrm: fix typos in log messages
 2026-03-12  8:39 UTC 

[PATCH manager v2 0/1] ceph: osd: fix bootstrap keyring creation when auth_client_required is not in ceph.conf
 2026-03-12  7:48 UTC  (3+ messages)
` [PATCH manager v2 1/1] "
` applied: [PATCH manager v2 0/1] "

[PATCH proxmox-i18n v1] add pgettext() and npgettext() support for context-aware translations
 2026-03-12  5:32 UTC  (3+ messages)
` [PATCH proxmox-i18n v2] "

[PATCH manager 0/1] fix bootstreap keyring creation when auth_client_required is missing
 2026-03-12  5:19 UTC  (5+ messages)
` [PATCH manager 1/1] ceph: osd: fix bootstrap keyring creation when auth_client_required is not in ceph.conf

[PATCH manager] fix #7011: ceph monitor: set ownership of monitor logs
 2026-03-11 17:03 UTC 

[PATCH manager 0/7] ui: qga: add checkbox for guest-fsfreeze
 2026-03-11 15:58 UTC  (15+ messages)
` [PATCH manager 1/7] ui: utils: support guest-fsfreeze at render_qga_features
` [PATCH manager 2/7] ui: qga: merge translatable string
` [PATCH manager 3/7] ui: qga: move freeze-fs-on-backup to advanced opts
` [PATCH manager 4/7] ui: qga: note that freeze-fs-on-backup is deprecated
` [PATCH manager 5/7] ui: qga: add checkbox for guest-fsfreeze
` [PATCH manager 6/7] ui: qga: call parameter me instead of this
` [PATCH manager 7/7] ui: qga: hide freeze-fs-on-backup check if undefined

[pbs-devel] [PATCH proxmox-backup v3 0/3] fixes #6195: add support for moving namespaces
 2026-03-11 15:15 UTC  (2+ messages)
` superseded: "

[PATCH proxmox-backup v4 0/7] fixes #6195: add support for moving groups and namespaces
 2026-03-11 15:13 UTC  (8+ messages)
` [PATCH proxmox-backup v4 1/7] datastore: add namespace-level locking
` [PATCH proxmox-backup v4 2/7] datastore: add move_group
` [PATCH proxmox-backup v4 3/7] datastore: add move_namespace
` [PATCH proxmox-backup v4 4/7] api: add PUT endpoint for move_group
` [PATCH proxmox-backup v4 5/7] api: add PUT endpoint for move_namespace
` [PATCH proxmox-backup v4 6/7] ui: add move group action
` [PATCH proxmox-backup v4 7/7] ui: add move namespace action

[pbs-devel] [PATCH proxmox{, -backup} 0/6] fix #6716: Add support for http proxy configuration for S3 endpoints
 2026-03-11 15:01 UTC  (3+ messages)
` [PATCH proxmox{,-backup} "
` partially-applied: [pbs-devel] [PATCH proxmox{, -backup} "

[PATCH proxmox{,-backup} 0/4] fix #3723: allow using node http proxy for remote connections
 2026-03-11 15:01 UTC  (2+ messages)
` applied-series: "

[PATCH proxmox{,-backup} v2 0/6] fix #7078: Add quirk for providers not supporting deleteObjects
 2026-03-11 15:01 UTC  (2+ messages)
` applied-series: "

[PATCH proxmox{,-backup} v2 0/4] switch local storage usage titles based on datastore backend
 2026-03-11 15:01 UTC  (6+ messages)
` [PATCH proxmox v2 1/1] pbs-api-types: add backend type to datastore's status items
` [PATCH proxmox-backup v2 1/3] datastore: introduce helper to get store's backend type
` [PATCH proxmox-backup v2 2/3] api: status/datastore: expose backend type in datastore status/list
` [PATCH proxmox-backup v2 3/3] ui: Set datastore usage related titles based on backend
` applied-series: [PATCH proxmox{,-backup} v2 0/4] switch local storage usage titles based on datastore backend

[PATCH docs v2 0/2] local-zfs: rephrase ARC limit
 2026-03-11 13:36 UTC  (4+ messages)
` [PATCH docs v2 1/2] "

[pve-devel] [PATCH pve-manager v2] fix #7011: ceph monitor: set ownership of monitor logs
 2026-03-11 13:22 UTC  (2+ messages)

[PATCH proxmox{,-backup} v4 00/35] partially fix #6563: add s3 request and traffic counter statistics
 2026-03-11 13:10 UTC  (2+ messages)

[pbs-devel] [RFC proxmox{, -backup} 0/5] switch local storage usage titles based on datastore backend
 2026-03-11 12:05 UTC  (2+ messages)
` [RFC proxmox{,-backup} "

[PATCH container] fix #7388: prefer container DNS config over host-managed DHCP
 2026-03-11 11:20 UTC 

[RFC firewall 0/3] add triggers for PVE perl code updates
 2026-03-11 10:54 UTC  (4+ messages)
` [RFC firewall 1/3] d/postinst: handled triggers by reloading service
` [RFC firewall 2/3] d/pve-firewall.triggers: add interest in PVE perl code updates
` [RFC firewall 3/3] d/pve-firewall.triggers: drop superfluous pve-api-updates activation

[PATCH proxmox] fix #7329: proxmox-network-api: add missing `Auto` network config method
 2026-03-11 10:11 UTC 

[PATCH proxmox{,-backup} v2 0/6] fix #6716: Add support for http proxy configuration for S3 endpoints
 2026-03-11  9:59 UTC  (7+ messages)
` [PATCH proxmox v2 1/2] pbs-api-types: make operation non-optional for maintenance-mode check
` [PATCH proxmox v2 2/2] s3-client: add proxy configuration as optional client option
` [PATCH proxmox-backup v2 1/4] datastore: make operation non-optional in lookups
` [PATCH proxmox-backup v2 2/4] tools: factor out node proxy config read helper
` [PATCH proxmox-backup v2 3/4] datastore: refactor datastore lookup parameters into dedicated type
` [PATCH proxmox-backup v2 4/4] fix #6716: pass node http proxy config to s3 backend

[PATCH pve-manager] fix #7300: acl path include pre-generated zones and fabrics
 2026-03-11  9:56 UTC  (2+ messages)

[PATCH proxmox] s3-client: copy_object: always set Content-Type header
 2026-03-11  9:56 UTC 

[pve-devel] [PATCH-SERIES storage/qemu-server 00/11] fix #7094: external snapshot delete: ensure commit target is large enough
 2026-03-11  9:46 UTC  (2+ messages)
` superseded: "

[PATCH-SERIES storage/qemu-server v2 00/11] fix #7094: external snapshot delete: ensure commit target is large enough
 2026-03-11  9:44 UTC  (12+ messages)
` [PATCH storage v2 01/11] plugin: document volume_snapshot_info() method
` [PATCH storage v2 02/11] plugin: volume snapshot info: also return virtual size
` [PATCH storage v2 03/11] plugin: document volume_resize() method
` [PATCH storage v2 04/11] plugin/storage: volume resize: add snapname parameter
` [PATCH storage v2 05/11] lvm plugin: snapshot delete: clarify comment about using commit
` [PATCH storage v2 06/11] bump API age and version
` [PATCH storage v2 07/11] partially fix #7094: lvm: snapshot delete: ensure commit target is large enough
` [PATCH storage v2 08/11] plugin: volume snapshot info: don't set 'order' for internal snapshots
` [PATCH storage v2 09/11] plugin: volume snapshot info: correctly return internal snapshot information
` [PATCH storage v2 10/11] plugin: volume snapshot info: do not set 'ext' property
` [PATCH qemu-server v2 11/11] partially fix #7094: external snapshot delete: ensure commit target is large enough

[PATCH pve-manager v2] fix #7300: acl path include pre-generated zones and fabrics
 2026-03-11  9:42 UTC 

[RFC PATCH-SERIES many 00/36] dynamic scheduler + load rebalancer
 2026-03-11  8:21 UTC  (5+ messages)
` [RFC proxmox 4/5] resource-scheduling: implement rebalancing migration selection

[RFC perlmod] ffi glue: type detection: check actual SV flags instead of structural body type
 2026-03-10 20:45 UTC 

[pve-devel] [PATCH-SERIES qemu-server 0/3] query cpu flags: support aarch64 host
 2026-03-10 19:22 UTC  (2+ messages)
` applied: "

[PATCH kernel-helper v2] fix #7223: proxmox-boot: add memtest86 as entry to all boot-loaders
 2026-03-10 19:17 UTC  (2+ messages)

[PATCH v1 proxmox-backup 0/3] fix incremental qemu backup
 2026-03-10 18:59 UTC  (9+ messages)
` [PATCH v1 proxmox-backup 1/3] api: backup: don't verify total file size for incremental backups
` [PATCH v1 proxmox-backup 3/3] api: backup: disallow incremental backups with different index length
` applied: [PATCH v1 proxmox-backup 0/3] fix incremental qemu backup

[PATCH zfsonlinux] d/zfsutils-linux.links: add compat symlinks for zarcstat, zarcsummary
 2026-03-10 17:17 UTC 

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