all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH v5 proxmox-backup 00/16] fix: #3847 pipe from STDIN to proxmox-backup-client
 2026-02-04 14:43 UTC  (40+ 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-SERIES qemu/qemu-server 0/3] api: machines: allow querying machines for a given architecture
 2026-02-04 14:41 UTC  (6+ messages)
` [PATCH qemu 1/3] buildsys: generate list of supported aarch64 machines during package build
  ` applied: "
` [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 proxmox-i18n 1/2] ja: remove second plural form
 2026-02-04 13:50 UTC  (4+ messages)
` [PATCH proxmox-i18n 2/2] fix strings with wrong format
    ` superseded: "

[PATCH proxmox-i18n v2 0/5] Fix formats of translated strings
 2026-02-04 13:48 UTC  (6+ messages)
` [PATCH proxmox-i18n v2 1/5] ja: remove second plural form
` [PATCH proxmox-i18n v2 2/5] fix strings with wrong format
` [PATCH proxmox-i18n v2 3/5] make: remove javascript-format flag from extracted strings
` [PATCH proxmox-i18n v2 4/5] run make do_update
` [PATCH proxmox-i18n v2 5/5] make: add check target

[PATCH proxmox-yew-comp] node_info: mark user-facing string as translatable
 2026-02-04 12:40 UTC 

[RFC datacenter-manager/proxmox 0/7] inject application context via rpcenv for easier integration testing
 2026-02-04 12:23 UTC  (10+ 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

[PATCH proxmox-i18n] update Simplified Chinese translations
 2026-02-04 12:19 UTC  (2+ messages)
` [PATCH proxmox-i18n v3] "

[PATCH installer] assistant: add support for splitting ISO into (i)PXE-compatible files
 2026-02-04 12:09 UTC 

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

[PATCH pve-docs v2 1/3] pvecm: restructure "remove a cluster node" section
 2026-02-04 10:53 UTC  (3+ messages)
` [PATCH pve-docs v2 2/3] pvecm: mention node removal from ha rules in cleanup steps
` [PATCH pve-docs v2 3/3] partially-fix #4670: pvecm: mention authorized key removal "

[PATCH proxmox-datacenter-manager] pdm-api-types: Add acl feature to access-control
 2026-02-04 10:33 UTC  (4+ messages)
` applied: "

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

[PATCH proxmox-yew-comp] apt package manager: fix format of translatable string
 2026-02-04 10:07 UTC 

[PATCH qemu-server v2 1/2] tests: improve multiarch build support
 2026-02-04 10:01 UTC  (2+ messages)
` [PATCH qemu-server v2 2/2] tests: cfg2cmd: add some architecture tests

[PATCH-SERIES container 0/3] add missing no-op methods for unmanaged CTs
 2026-02-04  9:35 UTC  (5+ messages)
` [PATCH container 1/3] setup: add no-op check_systemd_nesting "
` [PATCH container 2/3] setup: add no-op detect_architecture "
` [PATCH container 3/3] setup: make the architecture fall back to amd64 for empty strings

[PATCH manager] ui: ceph: use record sizes in Ceph pool edit dialog
 2026-02-04  8:55 UTC  (3+ messages)
` [PATCH manager v2] "

[PATCH proxmox-datacenter-manager] docs: fix typo in "version"
 2026-02-04  8:26 UTC  (2+ messages)
` applied: "

[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  (11+ messages)
` [PATCH qemu-server v2 1/8] cpu config: introduce pve-qm-cpu-arch standard option for virtual CPU architecture
` [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 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 qemu-server] machine: fix not trying to set S3/S4 ACPI power state for virt machine
 2026-02-03 14:10 UTC 

[pve-devel] [PATCH manager 00/10] enable qemu vm architecture selection
 2026-02-03 10:45 UTC  (4+ messages)
` superseded: "

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

[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} "

[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-SERIES qemu-server 0/2] machine: use correct default for aarch64
 2026-01-29 13:28 UTC  (3+ messages)
` applied: "

[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: "

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