all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-08-17 12:58:09 to 2026-08-21 12:51:56 UTC [more...]

[PATCH datacenter-manager v2 0/9] refactor and partially fix #7371
 2026-08-21 12:51 UTC  (16+ messages)
` [PATCH datacenter-manager v2 1/9] lib: api types: add new ResourceView type and move accessors there
` [PATCH datacenter-manager v2 2/9] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager v2 3/9] lib: api types: add guest specific getter "
` [PATCH datacenter-manager v2 4/9] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager v2 5/9] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager v2 6/9] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager v2 7/9] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager v2 8/9] ui: pve: node selector: show maintenance badge with node name
` [PATCH datacenter-manager v2 9/9] ui: pve: node: show HA maintenance badge
` superseded: [PATCH datacenter-manager v2 0/9] refactor and partially fix #7371

[PATCH datacenter-manager v3 0/9] refactor and partially fix #7371
 2026-08-21 12:30 UTC  (10+ messages)
` [PATCH datacenter-manager v3 1/9] lib: api types: add new ResourceView type and move accessors there
` [PATCH datacenter-manager v3 2/9] lib: api types: resource: add 'node' helper to ResourceView
` [PATCH datacenter-manager v3 3/9] lib: api types: add guest specific getter "
` [PATCH datacenter-manager v3 4/9] ui: pve: factor out the pve-manager version extraction
` [PATCH datacenter-manager v3 5/9] ui: renderer: use ResourceView for rendering
` [PATCH datacenter-manager v3 6/9] ui: pve: tree: reuse `PveResource` for `PveTreeNode`
` [PATCH datacenter-manager v3 7/9] ui: pve: show ha maintenance mode for nodes
` [PATCH datacenter-manager v3 8/9] ui: pve: node selector: show maintenance badge with node name
` [PATCH datacenter-manager v3 9/9] ui: pve: node: show ha maintenance badge

[PATCH datacenter-manager/proxmox v2 00/20] inject application context via API macro for easier integration testing
 2026-08-21 12:26 UTC  (25+ messages)
` [PATCH proxmox v2 01/20] router: introduce shared state
` [PATCH proxmox v2 02/20] rest-server: allow to inject "
` [PATCH proxmox v2 03/20] api-macro: support shared state extraction type
` [PATCH datacenter-manager v2 04/20] context: promote context to a dir-style module
` [PATCH datacenter-manager v2 05/20] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager v2 06/20] pdm-config: subscriptions: "
` [PATCH datacenter-manager v2 07/20] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager v2 08/20] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager v2 09/20] context: establish PdmApplication object
` [PATCH datacenter-manager v2 10/20] context: register PdmApplication in router
` [PATCH datacenter-manager v2 11/20] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager v2 12/20] parallel fetcher: support a custom client factory
` [PATCH datacenter-manager v2 13/20] api: sdn: use PdmApplication handle for accessing remotes
` [PATCH datacenter-manager v2 14/20] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager v2 15/20] tests: add example tests for SDN API routes
` [PATCH datacenter-manager v2 16/20] api-cache: add wrapper type
` [PATCH datacenter-manager v2 17/20] context: provide api-cache on the app object
` [PATCH datacenter-manager v2 18/20] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager v2 19/20] pdm-config: subscriptions: drop unused accessor functions
` [PATCH datacenter-manager v2 20/20] tests: add example tests for remote subscription management

[PATCH datacenter-manager 1/1] fix #7135: openid auth: improve error logging
 2026-08-21 11:35 UTC  (2+ messages)
` applied: "

[PATCH proxmox-backup v2 0/3] fix #6990: server: drop verify state on push & pull job
 2026-08-21 11:18 UTC  (4+ messages)
` [PATCH proxmox-backup v2 1/3] server: pull: run blocking file operations on the blocking pool
` [PATCH proxmox-backup v2 2/3] fix #6990: server: drop verify state on push job
` [PATCH proxmox-backup v2 3/3] fix #6990: server: drop verify state on non-decrypt pull job

bug #7864: pool-scoped VM create with tags still broken. Could someone pick up the patch?
 2026-08-21  8:29 UTC 

[PATCH 0/2] android: register OpenID Connect callback activity for #4281
 2026-08-21  8:00 UTC  (14+ messages)
` [PATCH v2 0/7] app: implement OpenID Connect (OAuth) realm login (#4281)
  ` [PATCH dart-api-client v2 1/2] fix #4281: access: add `type` property to `PveAccessDomainModel`
  ` [PATCH dart-api-client v2 2/2] fix #4281: access: add OpenID Connect auth-url/login helpers
  ` [PATCH login-manager v2 1/3] fix #4281: ui: add OpenID Connect login flow to login form
  ` [PATCH login-manager v2 3/3] fix #4281: ui: use a namespaced OpenID callback scheme
  ` [PATCH flutter-frontend v2 1/2] fix #4281: android: register OpenID Connect callback activity

[PATCH v4 pve-qemu qemu-server 0/3] bypass host page cache for restore on zvol
 2026-08-21  7:44 UTC  (5+ messages)
` [PATCH v4 pve-qemu 1/3] pbs-restore: add optional no-cache flag to bypass host page cache
` [PATCH v4 qemu-server 2/3] pbs-restore: set 'no-cache' on block devices backed by zfspool
` [PATCH v4 qemu-server 3/3] vma restore: skip page cache "

[RFC] Centralized management for standalone PBS file clients
 2026-08-21  7:09 UTC  (4+ messages)

Native Windows client
 2026-08-21  7:01 UTC  (2+ messages)

PVE and AD domain join
 2026-08-20 13:02 UTC 

[PATCH docs 1/1] qm: clarify when the iothreads options takes into effect
 2026-08-20 15:18 UTC  (2+ messages)

[PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing
 2026-08-20 14:54 UTC  (12+ messages)
` [PATCH proxmox 01/20] router: introduce shared state
` [PATCH datacenter-manager 09/20] context: establish PdmApplication object
` [PATCH datacenter-manager 11/20] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager 14/20] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager 15/20] tests: add example tests for SDN API routes
` [PATCH datacenter-manager 17/20] context: provide api-cache on the app object
` [PATCH datacenter-manager 18/20] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager 20/20] tests: add example tests for remote subscription management
` superseded: [PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing

[PATCH proxmox{,-backup,-datacenter-manager} v3 0/5] factor system report into shared crate
 2026-08-20 13:46 UTC  (8+ messages)
` [PATCH proxmox v3 1/5] system-report: add crate for shared report generation
` [PATCH proxmox-datacenter-manager v3 4/5] d/control: depend on tools used by the system report
  ` applied: "

[PATCH manager/proxmox-mini-journalreader v4 0/2] report: list recent reboot events and their kernel version
 2026-08-20 13:35 UTC  (2+ messages)
` superseded: "

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

[PATCH v3 pve-qemu qemu-server 0/6] bypass host page cache for restore on zvol
 2026-08-20 13:12 UTC  (12+ messages)
` [PATCH v3 pve-qemu 1/1] pbs-restore: add optional no-cache flag to bypass host page cache
` [PATCH v3 qemu-server 2/6] helpers: never cache `unknown` on failed kvm binary version check
` [PATCH v3 qemu-server 3/6] helpers: optionally get package version for kvm_user_version()
` [PATCH v3 qemu-server 4/6] helpers: add helper for min kvm package version comparison
` [PATCH v3 qemu-server 5/6] pbs-restore: set 'no-cache' on block devices backed by zfspool
` [PATCH v3 qemu-server 6/6] vma restore: skip page cache "

[PATCH manager] fix #6113: ui: import: add pool selector
 2026-08-20 12:46 UTC 

[PATCH proxmox-yew-comp/widget-toolkit v5 0/6] ui: add Greek, Irish, and Lao translations
 2026-08-20 12:21 UTC  (2+ messages)
` superseded: "

[PATCH proxmox-yew-comp/widget-toolkit v6 0/8] ui: add Greek, Irish, Lao, and Bengali translations
 2026-08-20 12:20 UTC  (9+ messages)
` [PATCH proxmox-yew-comp v6 1/8] language map: add Greek as available language
` [PATCH proxmox-yew-comp v6 2/8] language map: add Irish "
` [PATCH proxmox-yew-comp v6 3/8] language map: add Lao "
` [PATCH proxmox-yew-comp v6 4/8] language map: add Bengali "
` [PATCH widget-toolkit v6 5/8] language map: add Greek "
` [PATCH widget-toolkit v6 6/8] language map: add Irish "
` [PATCH widget-toolkit v6 7/8] language map: add Lao "
` [PATCH widget-toolkit v6 8/8] language map: add Bengali "

[PATCH proxmox-datacenter-manager v3] fix #7187: report: add ethtool output for physical interfaces
 2026-08-20 12:08 UTC  (2+ messages)
` applied: "

[PATCH common 1/1] proc stat: remove unused sum metric
 2026-08-20 11:38 UTC 

[PATCH v2 qemu-server 0/5] bypass host page cache for restore on zvol
 2026-08-20  9:06 UTC  (11+ messages)
` [PATCH v2 pve-qemu 1/5] add optional no-cache flag to bypass host page cache on pbs-restore
` [PATCH v2 qemu-server 2/5] helpers: optionally get package version for kvm_user_version()
` [PATCH v2 qemu-server 3/5] helpers: add helper for min package version comparison
` [PATCH v2 qemu-server 4/5] pbs-restore: set 'no-cache' on block devices backed by zfspool
` [PATCH v2 qemu-server 5/5] vma restore: skip page cache "

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: persist the main menus expanded state
 2026-08-20  8:17 UTC  (4+ messages)
` [PATCH yew-widget-toolkit 1/3] widget: navigation drawer: fix first open for default collapsed menus
` [PATCH yew-widget-toolkit 2/3] widget: navigation drawer: allow persisting the expanded state
` [PATCH datacenter-manager 3/3] ui: main menu: make expanded/collapsed state persistent

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: make the default dashboard configurable
 2026-08-20  8:17 UTC  (4+ messages)
` [PATCH yew-widget-toolkit 1/3] state: event: add helpers for custom DOM events
` [PATCH yew-widget-toolkit 2/3] state: persistent state: allow listening for updates
` [PATCH datacenter-manager 3/3] ui: make the default dashboard page configurable

[PATCH docs 1/1] qm: replace virtio-win download link with wiki article
 2026-08-19 15:21 UTC  (2+ messages)

[PATCH pve-qemu qemu-server 0/3] bypass host page cache for restore on zvol
 2026-08-19 14:47 UTC  (7+ messages)
` [PATCH pve-qemu 1/3] add optional no-cache flag to bypass host page cache on pbs-restore
` [PATCH qemu-server 2/3] pbs-restore: set 'no-cache' on block devices backed by zfspool
` [PATCH qemu-server 3/3] vma restore: skip page cache "

[PATCH qemu-server] clone: drop the IPAM entries of a clone that failed
 2026-08-19 13:51 UTC 

[PATCH pve-container] lxc: pass hostname correctly when giving up an ip address
 2026-08-19 13:34 UTC 

[PATCH datacenter-manager/proxmox 0/4] fix #7747: OpenID: allow non HTTP scheme in redirect URL
 2026-08-19 13:18 UTC  (6+ messages)
` [PATCH proxmox 3/4] api-types: add a scheme generic URL regex

[PATCH manager/network 0/2] sdn: add guest/nic selectors to IPAM create window
 2026-08-19 12:44 UTC  (3+ messages)
` [PATCH pve-network 1/2] api: sdn: ipam: add optional vmid to POST endpoint
` [PATCH pve-manager 2/2] ui: sdn: ipam: allow picking the nic instead of typing its MAC

[PATCH pve-manager] fix #7942: pvesh: treat schema without properties as empty object
 2026-08-19  9:50 UTC 

[PATCH manager] fix #7896: ui: qemu: show effective machine version for Windows guests
 2026-08-19  9:28 UTC 

[PATCH v2 proxmox proxmox-backup 0/3] datastore: gc: defer and batch chunk atime updates
 2026-08-18 18:38 UTC  (2+ messages)

[PATCH manager v2] fix #7136: ui: tree: harmonize folder view resource ordering
 2026-08-18 13:45 UTC  (2+ messages)
` applied: "

[PATCH v1 proxmox-backup] config: invalidate CachedUserInfo after ACL changes
 2026-08-18 13:34 UTC 

[PATCH firewall/manager 0/5] Allow updating references to firewall objects when editing them
 2026-08-18 13:35 UTC  (2+ messages)
` superseded: "

[PATCH firewall/manager v2 0/9] allow updating references when renaming/deleting firewall objects
 2026-08-18 13:34 UTC  (10+ messages)
` [PATCH pve-firewall v2 1/9] api: helpers: add helper to update firewall object references
` [PATCH pve-firewall v2 2/9] api: ipset: add option to update references on edit
` [PATCH pve-firewall v2 3/9] api: ipset: add option to GC references on delete
` [PATCH pve-firewall v2 4/9] api: aliases: add option to update references on edit
` [PATCH pve-firewall v2 5/9] api: aliases: add option to GC references on delete
` [PATCH pve-firewall v2 6/9] firewall: tests: add tests for object reference update logic
` [PATCH pve-manager v2 7/9] ui: firewall: add common widgets for deleting and updating references
` [PATCH pve-manager v2 8/9] ui: firewall: ipset: add controls to update/delete references on edit
` [PATCH pve-manager v2 9/9] ui: firewall: aliases: "

[PATCH datacenter-manager 0/8] refactor and partially fix #7371
 2026-08-18 13:30 UTC  (2+ messages)
` superseded: "

[PATCH storage 0/2] fix #6050: normalize paths in mount status checks
 2026-08-18 12:33 UTC  (6+ messages)
` [PATCH pve-storage 1/2] fix #6050: nfs: strip trailing slashes from mount status check
` [PATCH pve-storage 2/2] fix #6050: cifs: normalize share and subdir paths for mount and status

[PATCH manager 0/2] fix #7136: ui: tree: harmonize folder view resource ordering
 2026-08-18 12:09 UTC  (7+ messages)
` [PATCH manager 1/2] "
` [PATCH manager 2/2] ui: tree: reduce reduce usage of `let` keyword
` superseded: [PATCH manager 0/2] fix #7136: ui: tree: harmonize folder view resource ordering

[PATCH pve-manager] ui: sdn: dns selector: keep an untouched edit dialog clean
 2026-08-18 10:49 UTC  (2+ messages)

[PATCH installer] fix #7833: common: cli: ensure process exits with 1 if subcommand fails
 2026-08-18  9:59 UTC 

[PATCH docs] network: Discourage the use of balance-{alb,tlb}
 2026-08-18  9:09 UTC  (2+ messages)

[PATCH] backport fix for EC truncate+write planning corrupting shards
 2026-08-18  8:10 UTC  (2+ messages)

[PATCH ceph v2 0/1] backport fix for EC truncate+write planning corrupting shards
 2026-08-18  8:08 UTC  (2+ messages)
` [PATCH ceph v2 1/1] "

[PATCH manager v3] fix #4503: ui: qemu: add detect zeroes disk option
 2026-08-18  7:25 UTC  (2+ messages)
` superseded: "

[PATCH qemu-server v2 0/1] fix #7590: apply timeout to QEMU start fork
 2026-08-17 14:52 UTC  (2+ messages)

SPAM: [RFC cluster/docs/ifupdown2/manager/network/proxmox{-ve-rs,-ebpf,-perl-rs} v2 00/27] sdn: add microsegmentation support
 2026-08-17 14:50 UTC  (3+ messages)

[PATCH manager v4 0/3] fix #4503: add configurable detect-zeroes disk option
 2026-08-17 14:23 UTC  (4+ messages)
` [PATCH manager v4 1/3] ui: utils: support true defaults in propertyStringSet
` [PATCH manager v4 2/3] ui: qemu: refactor backup property handling
` [PATCH manager v4 3/3] fix #4503: ui: qemu: add detect zeroes disk option

[PATCH proxmox/installer 0/2] fix auto-installer/post-hook after schema change
 2026-08-17 12:54 UTC  (3+ messages)
` [PATCH proxmox 1/2] installer-types: FqdnConfigContainer: implement AsRef into FqdnConfig
` [PATCH installer 2/2] auto, post-hook: explicitly ref FqdnConfigContainer when `match`ing


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