all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[pdm-devel] [PATCH datacenter-manager 0/3] fix #7179: expose ACME commands inside admin CLI
 2026-02-03 17:55 UTC  (6+ messages)
` [pdm-devel] [PATCH datacenter-manager 2/3] fix #7179: cli: admin: expose acme commands

[PATCH datacenter-manager 0/4] fix #7179: expose ACME commands inside admin CLI
 2026-02-03 17:53 UTC  (6+ messages)
` [PATCH datacenter-manager 1/4] cli: admin: make cli handling async
` [PATCH datacenter-manager 2/4] api: acme: define API type for ACME registration parameters
` [PATCH datacenter-manager 3/4] fix #7179: cli: admin: expose acme commands
` [PATCH datacenter-manager 4/4] chore: update proxmox-acme version to 1

[PATCH datacenter-manager v2 0/4] fix #7179: expose ACME commands inside admin CLI
 2026-02-03 17:51 UTC  (5+ messages)
` [PATCH datacenter-manager v2 1/4] cli: admin: make cli handling async
` [PATCH datacenter-manager v1 2/4] api: acme: define API type for ACME registration parameters
` [PATCH datacenter-manager v2 3/4] fix #7179: cli: admin: expose acme commands
` [PATCH datacenter-manager v2 4/4] chore: update proxmox-acme version to 1

[pve-devel] [PATCH pve-cluster 00/15 v1] Rewrite pmxcfs with Rust
 2026-02-03 17:03 UTC  (9+ messages)
` [pve-devel] [PATCH pve-cluster 04/15] pmxcfs-rs: add pmxcfs-rrd crate
` [pve-devel] [PATCH pve-cluster 05/15] pmxcfs-rs: add pmxcfs-memdb crate
` [pve-devel] [PATCH pve-cluster 06/15] pmxcfs-rs: add pmxcfs-status crate
` [pve-devel] [PATCH pve-cluster 07/15] pmxcfs-rs: add pmxcfs-test-utils infrastructure crate

[PATCH-SERIES qemu-server v2 0/8] cpu config: support aarch64 CPU models
 2026-02-03 16:21 UTC  (13+ messages)
` [PATCH qemu-server v2 1/8] cpu config: introduce pve-qm-cpu-arch standard option for virtual CPU architecture
` [PATCH qemu-server v2 2/8] cpu config: guard adding hyperv enlightenments by arch
` [PATCH qemu-server v2 3/8] cpu config: 'hidden' option only applies to vCPUs with x86_64 arch
` [PATCH qemu-server v2 4/8] cpu config: introduce module-wide $host_arch variable
` [PATCH qemu-server v2 5/8] cpu config: support aarch64 CPU models
` [PATCH qemu-server v2 6/8] api: cpu: allow querying CPU models for a given architecture
` [PATCH qemu-server v2 7/8] cpu config: support aarch64 CPU flags
` [PATCH qemu-server v2 8/8] api: cpu flags: allow querying CPU flags for a given architecture

[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} 00/23] Generate frr config using jinja templates and rust types
 2026-02-03 16:01 UTC  (24+ messages)
` [PATCH proxmox-ve-rs 1/9] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs 2/9] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs 3/9] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs 4/9] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs 5/9] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs 6/9] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs 7/9] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs 8/9] frr: add bgp support with templates and serialization
` [PATCH proxmox-ve-rs 9/9] frr: store frr template content as a const map
` [PATCH proxmox-perl-rs 1/2] sdn: add function to generate the frr config for all daemons
` [PATCH proxmox-perl-rs 2/2] sdn: add method to get a frr template
` [PATCH pve-network 01/10] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network 02/10] sdn: tests: add missing comment "
` [PATCH pve-network 03/10] tests: use Test::Differences to make test assertions
` [PATCH pve-network 04/10] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network 05/10] tests: rearrange some statements in the frr config
` [PATCH pve-network 06/10] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network 07/10] cli: add pvesdn cli tool for managing frr template overrides
` [PATCH pve-network 08/10] debian: handle user modifications to FRR templates via ucf
` [PATCH pve-network 09/10] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-network 10/10] test: add test for frr.conf.local merging
` [PATCH pve-manager 1/1] sdn: add dry-run view for sdn apply
` [PATCH pve-docs 1/1] docs: add man page for the `pvesdn` cli

[PATCH qemu-server 1/2] tests: improve multiarch build support
 2026-02-03 15:09 UTC  (5+ messages)
` [PATCH qemu-server 2/2] tests: cfg2cmd: add some architecture tests

[PATCH manager v2 00/17] enable qemu vm architecture selection
 2026-02-03 15:07 UTC  (22+ messages)
` [PATCH manager v2 01/17] api/pvestatd: broadcast and expose non-x86 host architecture
` [PATCH manager v2 02/17] ui: qemu: wizard: refactor ostype and cd selector into an OSPanel
` [PATCH manager v2 03/17] ui: form: add filtered KVComboBox
` [PATCH manager v2 04/17] ui: resource store: add architecture field
` [PATCH manager v2 05/17] ui: qemu: add architecture specific defaults and helpers
` [PATCH manager v2 06/17] ui: qemu: add architecture field in wizard and hardware view
` [PATCH manager v2 07/17] ui: qemu: make scsi hw selector architecture aware
` [PATCH manager v2 08/17] ui: qemu: make osdefaults "
` [PATCH manager v2 09/17] ui: qemu: make os type selector "
` [PATCH manager v2 10/17] ui: qemu: make machine panels/fields "
` [PATCH manager v2 11/17] ui: qemu: make bios selector "
` [PATCH manager v2 12/17] ui: qemu: make sortByPreviousUsage "
` [PATCH manager v2 13/17] ui: qemu: wizard: use defaults to populate machine and bios
` [PATCH manager v2 14/17] ui: qemu: wizard: make iso confid architecture specific
` [PATCH manager v2 15/17] ui: qemu: make bus selector architecture aware
` [PATCH manager v2 16/17] ui: qemu: make processor edit "
` [PATCH manager v2 17/17] ui: qemu: change ui default for cpu model

[PATCH-SERIES qemu/qemu-server 0/3] api: machines: allow querying machines for a given architecture
 2026-02-03 14:55 UTC  (5+ messages)
` [PATCH qemu 1/3] buildsys: generate list of supported aarch64 machines during package build
` [PATCH qemu-server 2/3] cpu config: introduce pve-qm-cpu-arch standard option for virtual CPU architecture
` [PATCH qemu-server 3/3] api: machines: allow querying machines for a given architecture

[PATCH pve-docs 1/2] restructure "remove a cluster node" section
 2026-02-03 14:52 UTC  (2+ messages)
` [PATCH pve-docs 2/2] add note that when removing a cluster node, it is not removed from HA rules

[PATCH qemu-server] machine: fix not trying to set S3/S4 ACPI power state for virt machine
 2026-02-03 14:10 UTC 

[PATCH proxmox-datacenter-manager] docs: fix typo in "version"
 2026-02-03 13:33 UTC 

[RFC datacenter-manager/proxmox 0/7] inject application context via rpcenv for easier integration testing
 2026-02-03 11:02 UTC  (9+ messages)
` [RFC proxmox 1/1] router: rpc environment: allow to provide a application-specific context handle via rpcenv
` [RFC datacenter-manager 1/6] connection: store client factory in an Arc and add public getter
` [RFC datacenter-manager 2/6] parallel fetcher: allow to use custom client factory
` [RFC datacenter-manager 3/6] introduce PdmApplication struct and inject it during API server startup
` [RFC datacenter-manager 4/6] remote updates: use PdmApplication object to derive paths, permissions and client factory
` [RFC datacenter-manager 5/6] tests: add captured responses for integration tests
` [RFC datacenter-manager 6/6] tests: add basic integration tests for the remote updates API

[pve-devel] [PATCH manager 00/10] enable qemu vm architecture selection
 2026-02-03 10:45 UTC  (21+ messages)
` [pve-devel] [PATCH manager 01/10] api/pvestatd: broadcast and expose non-x86 host architecture
` [pve-devel] [PATCH manager 03/10] ui: qemu: add architecture field in wizard and hardware view
` [pve-devel] [PATCH manager 05/10] ui: qemu: make osdefaults architecture aware
` [pve-devel] [PATCH manager 06/10] ui: qemu: make os type selector "
` [pve-devel] [PATCH manager 07/10] ui: qemu: make machine panels/fields "
` superseded: [PATCH manager 00/10] enable qemu vm architecture selection

[PATCH proxmox-datacenter-manager] cli: add target-vmid parameter to remote_migrate_qemu
 2026-02-03  8:18 UTC  (2+ messages)
` superseded: "

[PATCH proxmox-datacenter-manager v2 1/2] cli: add target-vmid parameter to remote_migrate_qemu
 2026-02-03  8:17 UTC  (2+ messages)
` [PATCH proxmox-datacenter-manager v2 2/2] cli: add target-vmid parameter to remote_migrate_lxc

Security Bug Identified - Firewall rules bypassed
 2026-02-02 18:09 UTC  (3+ messages)

[PATCH v5 proxmox-backup 00/16] fix: #3847 pipe from STDIN to proxmox-backup-client
 2026-02-02 13:57 UTC  (38+ messages)
` [PATCH v5 proxmox-backup 01/16] datastore: remove Arc<ChunkStore> from FixedIndexWriter
` [PATCH v5 proxmox-backup 02/16] datastore: remove Arc<ChunkStore> from DynamicIndexWriter
` [PATCH v5 proxmox-backup 03/16] datastore: add TempTestDir that is automatically deleted on drop
` [PATCH v5 proxmox-backup 04/16] datastore: use temporary directory for chunk store test
` [PATCH v5 proxmox-backup 05/16] datastore: support writing fidx files of unknown size
` [PATCH v5 proxmox-backup 06/16] datastore: test FixedIndexWriter
` [PATCH v5 proxmox-backup 07/16] api: backup: make fixed index file size optional
` [PATCH v5 proxmox-backup 08/16] api: verify fixed index writer size on close
` [PATCH v5 proxmox-backup 09/16] fix #3847: client: support fifo pipe inputs for images
` [PATCH v5 proxmox-backup 10/16] client: treat minus sign as stdin
` [PATCH v5 proxmox-backup 11/16] datastore: combine public FixedIndexWriter methods into add_chunk
` [PATCH v5 proxmox-backup 12/16] datastore: use u64 instead of usize for fidx writer content size
` [PATCH v5 proxmox-backup 13/16] datastore: compute fidx file size with overflow checks
` [PATCH v5 proxmox-backup 14/16] datastore: support writing fidx files on systems with larger page size
` [PATCH v5 proxmox-backup 15/16] datastore: FixedIndexWriter: switch public chunk_size to u32
` [PATCH v5 proxmox-backup 16/16] datastore: FixedIndexWriter: switch internal "

[PATCH proxmox-datacenter-manager] pdm-api-types: Add acl feature to access-control
 2026-02-02 13:49 UTC 

[pbs-devel] [PATCH proxmox{, -backup} v2 0/2] GC: log progress output for phase 2 S3 datastores
 2026-02-02 13:13 UTC  (2+ messages)
` [PATCH proxmox{,-backup} "

[PATCH proxmox-i18n] update Simplified Chinese translations
 2026-02-02 11:54 UTC 

[pve-devel] [PATCH container 1/1] Signed-off-by: Maurice Klein <klein@aetherus.de>
 2026-02-01 14:32 UTC  (5+ messages)

[pve-devel] [PATCH container] fix #6392: setup: fedora: skip --prompt-new-user on firstboot
 2026-01-30 15:15 UTC  (3+ messages)

[pbs-devel] [PATCH v4 proxmox-backup 00/11] fix: #3847 pipe from STDIN to proxmox-backup-client
 2026-01-30 14:46 UTC  (7+ messages)
` [pbs-devel] [PATCH v4 proxmox-backup 09/11] datastore: use u64 instead of usize for fidx writer content size

[pve-devel] [PATCH 0/5] fix #7077: Improve ID validation error messages
 2026-01-30  8:23 UTC  (4+ messages)
` [pve-devel] [PATCH pve-network 1/2] fix #7077: Improve error messages for ID length mismatch

[pbs-devel] [PATCH proxmox] lang: Remove offsetof macro
 2026-01-30  8:15 UTC  (2+ messages)

[pve-devel] [PATCH ceph] cherry-pick changes to buiild crimson package
 2026-01-30  2:18 UTC  (6+ messages)
` [pve-devel] [PATCH ceph 1/4 v5] cherry-pick changes to use system packages for bundled deps

[pve-devel] [PATCH container v2 0/2] oci create: honor `User` from OCI image config
 2026-01-29 17:52 UTC  (2+ messages)
` applied: "

[pve-devel] [PATCH pve-network v3] sdn: evpn: fix IPv6 exitnode local routing
 2026-01-29 17:40 UTC  (2+ messages)
` applied: "

[pve-devel] [PATCH pve-network] sdn: bgp: fix invalid double slash in ipv6 network
 2026-01-29 17:40 UTC  (2+ messages)
` applied: "

[pve-devel] [PATCH lxc] patch dhclient-script to set RFC3442 classless routes
 2026-01-29 17:25 UTC  (2+ messages)
` applied: "

[RFC proxmox] schema: extend SchemaPropertyEntry to include property description
 2026-01-29 16:50 UTC 

[PATCH qemu-server] qmp: avoid using deprecated block-job-* commands
 2026-01-29 16:17 UTC 

[PATCH manager] ui: ceph: use record sizes in Ceph pool edit dialog
 2026-01-29 14:52 UTC  (2+ messages)
` [PATCH manager v2] "

[PATCH-SERIES qemu-server 0/2] machine: use correct default for aarch64
 2026-01-29 13:28 UTC  (5+ messages)
` [PATCH qemu-server 1/2] machine: get vm machine: fix default for arch on non-x86 hosts
` [PATCH qemu-server 2/2] machine: fix Windows machine version pinning on aarch64
` applied: [PATCH-SERIES qemu-server 0/2] machine: use correct default for aarch64

[PATCH manager] 8to9: adapt to changed signature of get_vm_machine()
 2026-01-29 13:26 UTC 

[pve-devel] [PATCH-SERIES qemu-server 0/6] cpu config: support aarch64 CPU models
 2026-01-29 13:11 UTC  (2+ messages)
` superseded: "

[RFC proxmox{,-backup} 0/3] fix #6373: HTTP level keepalive for http2 backup reader connection
 2026-01-29 12:27 UTC  (4+ messages)
` [PATCH proxmox 1/1] rest-server: add request logfilter by method and path in h2 service
` [PATCH proxmox-backup 1/2] fix #6373: HTTP level reader heartbeat for proxy connection keepalive
` [PATCH proxmox-backup 2/2] api: h2service: avoid logging heartbeat requests to task log

[pve-devel] [PATCH pve-docs 1/1] pvecm: fix typos and add missing comma
 2026-01-29  9:37 UTC  (2+ messages)
` applied: "

[pve-devel] PVE Auditing System
 2026-01-29  7:31 UTC  (2+ messages)

[PATCH container] fix #7267: do not inherit host attributes for rootfs
 2026-01-29  7:18 UTC  (2+ messages)
` applied: "

change to our mailing-lists infrastructure
 2026-01-28 17:13 UTC 

[pmg-devel] [PATCH pmg-api 0/3] enable building with sbuild, by refactoring tests
 2026-01-28 16:57 UTC  (2+ messages)
` applied-series: "

[pmg-devel] [PATCH pmg-api] utils: finalize_report: fix encoding for plain-text parts
 2026-01-28 16:35 UTC  (2+ messages)
` [pmg-devel] applied: "

[pdm-devel] [PATCH datacenter-manager/proxmox{, -backup} 0/3] refactor: log: deprecate tasklog_pbs and replace its usages with tasklog
 2026-01-28 13:54 UTC  (3+ messages)
` [pdm-devel] [PATCH proxmox 1/1] proxmox-log: deprecate `tasklog_pbs` and add `tasklog` function
` [pdm-devel] [PATCH proxmox-backup 1/1] refactor: log: replace use of `tasklog_pbs` with `tasklog`

page: 

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