all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH proxmox{,-backup} v5 00/33] partially fix #6563: add s3 request and traffic counter statistics
 2026-03-12 14:11 UTC  (39+ 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

[PATCH pve-manager v2] fix #7300: acl path include pre-generated zones and fabrics
 2026-03-12 13:55 UTC  (2+ messages)

[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} 00/26] metric collection for the PDM host
 2026-03-12 13:52 UTC  (27+ messages)
` [PATCH proxmox 01/26] sys: procfs: don't read from sysfs during unit tests
` [PATCH proxmox 02/26] parallel-handler: import code from Proxmox Backup Server
` [PATCH proxmox 03/26] parallel-handler: introduce custom error type
` [PATCH proxmox 04/26] parallel-handler: add documentation
` [PATCH proxmox 05/26] parallel-handler: add simple unit-test suite
` [PATCH proxmox 06/26] disks: import from Proxmox Backup Server
` [PATCH proxmox 07/26] disks: fix typo in `initialize_gpt_disk`
` [PATCH proxmox 08/26] disks: add parts of gather_disk_stats from PBS
` [PATCH proxmox 09/26] disks: gate api macro behind 'api-types' feature
` [PATCH proxmox 10/26] disks: clippy: collapse if-let chains where possible
` [PATCH proxmox 11/26] procfs: add helpers for querying pressure stall information
` [PATCH proxmox 12/26] time: use u64 parse helper from nom
` [PATCH proxmox-backup 13/26] tools: move ParallelHandler to new proxmox-parallel-handler crate
` [PATCH proxmox-backup 14/26] tools: replace disks module with proxmox-disks
` [PATCH proxmox-backup 15/26] metric collection: use blockdev_stat_for_path from proxmox_disks
` [PATCH proxmox-yew-comp 16/26] node status panel: add `children` property
` [PATCH proxmox-yew-comp 17/26] RRDGrid: fix size observer by attaching node reference to rendered container
` [PATCH proxmox-yew-comp 18/26] RRDGrid: add padding and increase gap between elements
` [PATCH datacenter-manager 19/26] metric collection: clarify naming for remote metric collection
` [PATCH datacenter-manager 20/26] metric collection: fix minor typo in error message
` [PATCH datacenter-manager 21/26] metric collection: collect PDM host metrics in a new collection task
` [PATCH datacenter-manager 22/26] api: fix /nodes/localhost/rrddata endpoint
` [PATCH datacenter-manager 23/26] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time'
` [PATCH datacenter-manager 24/26] pdm-api-types: add PDM host metric fields
` [PATCH datacenter-manager 25/26] ui: node status: add RRD graphs for PDM host metrics
` [PATCH datacenter-manager 26/26] ui: lxc/qemu/node: use RRD value render helpers

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

[PATCH pve-manager] fix #7337: Keep track of deep link on OpenID login
 2026-03-12 13:43 UTC  (3+ messages)
` applied: "

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v5 00/19] Generate frr config using jinja templates and rust types
 2026-03-12 13:35 UTC  (24+ 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 qemu-server 0/2] memory: add verbose_description to numa policy
 2026-03-12 13:27 UTC  (5+ messages)
` [PATCH qemu-server 1/2] "
` [PATCH qemu-server 2/2] memory: add default numa allocation policy

[RFC PATCH common] section config: correctly handle required options in write_config
 2026-03-12 13:25 UTC  (6+ messages)

[RFC proxmox 00/22] New crate for firewall api types
 2026-03-12 13:24 UTC  (15+ 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
` [RFC proxmox 14/22] firewall-api-types: add firewall address types

[PATCH network] fix #6255: SNAT: fix incorrect IP collection for sdn config
 2026-03-12 13:20 UTC  (2+ messages)

[PATCH proxmox] s3-client: copy_object: always set Content-Type header
 2026-03-12 12:48 UTC  (4+ messages)

[PATCH-SERIES qemu 0/2] QEMU 10.2.1
 2026-03-12 11:44 UTC  (3+ messages)
` [PATCH qemu 1/2] update submodule and patches to "
` [PATCH qemu 2/2] stable fixes for "

[PATCH proxmox{,-backup} v2 0/6] fix #6716: Add support for http proxy configuration for S3 endpoints
 2026-03-12 11:43 UTC  (2+ messages)

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

[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  (2+ messages)
` partially-applied: "

[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  (2+ messages)
` applied-series: "

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

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