all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-08-04 09:04:44 to 2026-08-05 15:55:12 UTC [more...]

[PATCH datacenter-manager/proxmox{,-backup} 00/16] TLS Certificate Rotation
 2026-08-05 15:55 UTC  (2+ messages)
` Superseded: "

[PATCH datacenter-manager/proxmox{,-backup} v3 00/16] TLS Certificate Rotation
 2026-08-05 15:53 UTC  (17+ messages)
` [PATCH proxmox v3 01/16] acme-api/tls-certificates: add new crate collecting tls related helpers
` [PATCH proxmox v3 02/16] tls-certificates: add days_valid parameter to create_self_signed_cert
` [PATCH proxmox v3 03/16] tls-certificates: add self_signed_cert_expires_in to check certificates
` [PATCH proxmox v3 04/16] acme-api: stop re-exporting create_self_signed_cert
` [PATCH proxmox-backup v3 05/16] config: use proxmox_tls_certificates for generating self-signed certificates
` [PATCH proxmox-backup v3 06/16] config/server/api: add certificate renewal logic including notifications
` [PATCH proxmox-backup v3 07/16] daily update: warn about excessive self-signed certificate lifetime
` [PATCH proxmox-backup v3 08/16] docs: document force refreshing long-lived certificates
` [PATCH proxmox-backup v3 09/16] backup-manager cli: `cert update` can create auth and csrf key
` [PATCH proxmox-backup v3 10/16] notifications: use `Severity::Error` for acme renewal failures
` [PATCH datacenter-manager v3 11/16] certs: use proxmox-tls-certificates directly, add days_valid parameter
` [PATCH datacenter-manager v3 12/16] api/auth/bin: add certificate renewal logic
` [PATCH datacenter-manager v3 13/16] cli: expose certificate management endpoints via the cli
` [PATCH datacenter-manager v3 14/16] daily-update: warn about certificates with excessive lifetimes
` [PATCH datacenter-manager v3 15/16] docs: add section on forcing a new self-signed certificate
` [PATCH datacenter-manager v3 16/16] docs/certificates: use correct certificate file name

[PATCH storage v2 0/2] fix #7598: qemu-img: increase timeout for image resize
 2026-08-05 15:30 UTC  (5+ messages)
` [PATCH pve-storage v2 1/2] qemu-img: drop unused image resize timeout parameter
` [PATCH pve-storage v2 2/2] fix #7598: qemu-img: increase timeout for image resizing in worker context

[PATCH common/proxmox-acme v4 0/3] fix #5978: pem parser: relax parsing of chain entries
 2026-08-05 14:23 UTC  (6+ messages)
` [PATCH common v4 1/3] "
` [PATCH common v4 2/3] pem parser: add testsuite for check_ and split_pem
` [PATCH common v4 2/3] pem parser: add testsuite for check_pem "
` [PATCH proxmox-acme v4 3/3] fix #5978: pem parser: relax parsing of chain entries:

[PATCH proxmox-backup 0/2] Fix Undefined Behavior in Tape Block Header Deallocation
 2026-08-05 14:16 UTC  (3+ messages)
` [PATCH proxmox-backup 1/2] pbs-tape: fix undefined behavior in block header deallocation
` [PATCH proxmox-backup 2/2] pbs-tape: rename `buffer` to `header`

[PATCH proxmox-backup 0/2] Fix Undefined Behavior in Tape Block Header Deallocation
 2026-08-05 14:15 UTC  (4+ messages)
` [PATCH proxmox-backup 1/2] pbs-tape: fix undefined behavior in block header deallocation
` [PATCH proxmox-backup 2/2] pbs-tape: rename `buffer` to `header`

[PATCH pve-manager] Web UI: VM creation Wizard: Pupulate EFI and TPM storage by default
 2026-08-05 13:52 UTC  (4+ messages)
    ` [PATCH manager] ui: vm: create: fix autoSelect for disk storage selector when re-enabling field

[PATCH cluster/datacenter-manager/manager/proxmox 00/15] TLS Certificate Staging
 2026-08-05 13:19 UTC  (2+ messages)
` Superseded: "

[PATCH cluster/common/datacenter-manager/manager/proxmox v2 00/16] TLS Certificate Staging
 2026-08-05 13:18 UTC  (17+ messages)
` [PATCH cluster v2 01/16] setup: allow caller to provide the certificate filename
` [PATCH pve-common v2 02/16] certificate: add helper to verify that a certificate was signed by a ca
` [PATCH manager v2 03/16] bin/api: add a new staged certificate when renewing self-signed cert
` [PATCH manager v2 04/16] api: certificates: if node parameter is 'localhost' return local certs
` [PATCH proxmox v2 05/16] pve-api-types: expose certificates info endpoint
` [PATCH datacenter-manager v2 06/16] client: allow users to update a changed fingerprint interactively
` [PATCH datacenter-manager v2 07/16] cli/api-types: move Fingerprint to common api type crate
` [PATCH datacenter-manager v2 08/16] server: connection: report mismatching fingerprint as untrusted on probe
` [PATCH datacenter-manager v2 09/16] ui: wizard: add context if a provided fingerprint did not match remote
` [PATCH datacenter-manager v2 10/16] ui: wizard: nodes page: always update fingerprints on user confirmation
` [PATCH datacenter-manager v2 11/16] pdm-api-types: implement ApiType for Fingerprint
` [PATCH datacenter-manager v2 12/16] pdm-api-types: add staged_fingerprints field to NodeUrl
` [PATCH datacenter-manager v2 13/16] server: remotes: lock remotes config when updating it
` [PATCH datacenter-manager v2 14/16] server: connection: rotate in staged fingerprints when encountering them
` [PATCH datacenter-manager v2 15/16] server: api: tasks: move `spawn_aborted_on_shutdown()` to super module
` [PATCH datacenter-manager v2 16/16] server: bin: api: tasks: add task to discover new staged certificates

[PATCH storage] fix #7598: qemu-img resize: tolerate timeout if resize succeeded
 2026-08-05 12:12 UTC  (2+ messages)
` superseded: "

[PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml
 2026-08-05 11:57 UTC  (2+ messages)

[PATCH proxmox-perl-rs v2] make: improve library path detection for tests
 2026-08-05 10:24 UTC  (2+ messages)

[PATCH qemu-server 0/3] refactor of volume_id classification
 2026-08-05  9:55 UTC  (9+ messages)
` [PATCH qemu-server 1/3] moved verify_volume_id_or_* format registrations
` [PATCH qemu-server 2/3] add new classify_drive_file utility
` [PATCH qemu-server 3/3] removed some unnecessary undef checks
` superseded: [PATCH qemu-server 0/3] refactor of volume_id classification

[PATCH manager/proxmox-mini-journalreader 0/2] report: list recent reboot events and their kernel version
 2026-08-05  9:50 UTC  (5+ messages)
` [PATCH proxmox-mini-journalreader 1/2] add -B parameter to lists boots
` [PATCH manager 2/2] report: list recent reboot events and their kernel version
` superseded: [PATCH manager/proxmox-mini-journalreader 0/2] "

[PATCH manager/proxmox-mini-journalreader v2 0/2] report: list recent reboot events and their kernel version
 2026-08-05  9:45 UTC  (3+ messages)
` [PATCH proxmox-mini-journalreader v2 1/2] add -B parameter to lists boots
` [PATCH manager v2 2/2] report: list recent reboot events and their kernel version

[RFC qemu-server 0/4] remote migrate: extract preconditions and add check endpoint
 2026-08-05  9:26 UTC  (12+ messages)
` [RFC qemu-server 2/4] remote migrate: collect preconditions as structured findings
` [RFC qemu-server 4/4] remote migrate: add precondition check endpoint

[PATCH proxmox-backup] sync: push: preserve sign-only and possibly future crypt-mode variants
 2026-08-05  8:24 UTC  (2+ messages)
` applied: "

[PATCH qemu-server v2 0/3] refactor of volume_id classification
 2026-08-05  8:21 UTC  (4+ messages)
` [PATCH qemu-server v2 1/3] move verify_volume_id_or_* format registrations into Drive submodule
` [PATCH qemu-server v2 2/3] add new classify_drive_file utility
` [PATCH qemu-server v2 3/3] removed some unnecessary undef checks

[PATCH manager] report: list recent reboot events and their kernel version
 2026-08-05  8:21 UTC  (6+ messages)

[PATCH pve-manager] pveperf: make bogomips regular expression case insensitive
 2026-08-04 13:54 UTC 

[PATCH proxmox{-backup,} 0/3] partially fix #6933: add option to specify zfs recordsize
 2026-08-04 12:40 UTC  (4+ messages)
` [PATCH proxmox-backup 1/3] partially fix #6933: ui: storage: "
` [PATCH proxmox-backup 2/3] partially fix #6933: bin: add option to specify ZFS recordsize
` [PATCH proxmox 3/3] pbs-api-types: zfs: define schema for recordsize

[PATCH datacenter-manager] tests: use tempfile instead using our own, in-tree reimplementation
 2026-08-04 12:34 UTC 

[PATCH proxmox-backup v2 0/6] fix #7024: add more information inside backup logs
 2026-08-04 11:47 UTC  (2+ messages)

[PATCH proxmox/installer/datacenter-manager 00/16] auto-installer: add installed target systems as new remotes
 2026-08-04 11:39 UTC  (14+ messages)
` [PATCH proxmox 02/16] installer-types: post-hook: factor schema version into proper struct
` [PATCH proxmox 05/16] installer-types: systeminfo: add check for API token creation capability
` [PATCH installer 08/16] post-hook: generate and retrieve node certificate fingerprint
` [PATCH installer 09/16] post-hook: support creating API token if requested in answer file
` [PATCH datacenter-manager 15/16] ui: auto-installer: wizard: add checkbox to add target as new remote
` [PATCH datacenter-manager 16/16] docs: auto-installer: document adding targets as remotes afterwards

[PATCH proxmox-backup 0/3] S3 endpoint ui fixups
 2026-08-04 11:29 UTC  (4+ messages)
` [PATCH proxmox-backup 1/3] www: add rate limit field for request limits
` [PATCH proxmox-backup 2/3] ui: s3: shorten label to better render request rate limit
` [PATCH proxmox-backup 3/3] ui: s3: fix title and border rendering for provider quirks

[PATCH container] fix #7667: prevent stale errno from breaking device passthrough
 2026-08-04 11:21 UTC  (2+ messages)
` applied: "

[PATCH pve-container] setup: openeuler: use network scripts to setup network
 2026-08-04 11:21 UTC  (2+ messages)
` applied: "

[PATCH container] setup: fedora: disable static units when fixing up template
 2026-08-04 11:21 UTC  (2+ messages)
` applied: "

[PATCH common/proxmox-acme v3 0/2] fix #5978: pem parser: relax parsing of chain entries
 2026-08-04 11:02 UTC  (5+ messages)
` [PATCH common v3 1/2] "
` [PATCH proxmox-acme v3 2/2] fix #5978: pem parser: relax parsing of chain entries:

[PATCH common/manager/proxmox-widget-toolkit/storage/storage-plugin-examples v3 00/17] GUI Support for Custom Storage Plugins
 2026-08-04 10:40 UTC  (2+ messages)

[PATCH storage 0/7] iscsi: per-node target and portal configuration
 2026-08-04  9:08 UTC  (8+ messages)
` [PATCH storage 1/7] iscsi: discovery: do not stop early on a foreign target
` [PATCH storage 2/7] iscsi: scan: do not persist discovery results in the node database
` [PATCH storage 3/7] iscsi: validate target names with a dedicated format
` [PATCH storage 4/7] iscsi: clarify that the portal property is the discovery address
` [PATCH storage 5/7] iscsi: add iscsi-node-map property for per-node target and portals
` [PATCH storage 6/7] iscsi: iscsi_portals: return empty list instead of fallback portal
` [PATCH storage 7/7] iscsi: add periodic-discovery flag to skip re-discovery on login


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