messages from 2026-08-25 08:09:07 to 2026-08-28 13:34:15 UTC [more...]
[RFC cluster/common/container/docs/installer/manager 00/21] add rudimentary host backup mechanism
2026-08-28 13:30 UTC (22+ messages)
` [PATCH cluster 01/21] pmxcfs: status: fix formatting of parameters in checked_mkdir()
` [PATCH cluster 02/21] pmxcfs: correctly log message when directory can't be created
` [PATCH cluster 03/21] pmxcfs: add live backup capability
` [PATCH cluster 04/21] pmxcfs: add ability to query backup progress
` [PATCH common 05/21] systemd: move parse_os_release() helper to PVE::Systemd
` [PATCH container 06/21] setup: use parse_os_release from PVE::Systemd
` [PATCH manager 07/21] jobs/api: add basic host backup job logic
` [PATCH manager 08/21] api: cluster: add endpoints for manage host backup jobs
` [PATCH manager 09/21] api: node: add endpoints for listing backups for a node
` [PATCH manager 10/21] api: host backup: include global, disk and network options for restore
` [PATCH manager 11/21] api: host backup: add warnings in case zfs snapdir is disabled
` [PATCH manager 12/21] ui: node: add panel to manage backups of a host
` [PATCH manager 13/21] ui: dc: add panel for managing host backup jobs
` [PATCH installer 14/21] bump proxmox-installer-types to 0.2
` [PATCH installer 15/21] make tidy and clean up whitespace in unconfigured.sh
` [PATCH installer 16/21] installer-common: add option to verify TLS connections via callback
` [PATCH installer 17/21] low-level-installer: add support for restoring backups
` [PATCH installer 18/21] installer-common/tui-installer: implement restore tui
` [PATCH installer 19/21] unconfigured: add restore mode to unconfigured.sh
` [PATCH installer 20/21] tui-installer: unmount a potentially mounted backup on abort
` [PATCH docs 21/21] examples: add example hook script for host backup jobs
[PATCH pve-ha-manager 1/2] fix #7974: run make tidy
2026-08-28 12:32 UTC (2+ messages)
` [PATCH pve-ha-manager 2/2] fix #7974: env: pve2: set dynamic service mem value to host memory usage
[PATCH docs/gui-tests/manager/network/proxmox{-ve-rs,-perl-rs} v2 00/11] Add IS-IS protocol to fabrics
2026-08-28 11:37 UTC (2+ messages)
[PATCH docs/gui-tests/manager/network/proxmox{-ve-rs,-perl-rs} v3 00/13] Add IS-IS protocol to fabrics
2026-08-28 11:32 UTC (14+ messages)
` [PATCH proxmox-ve-rs v3 01/13] frr: add fabric properties to ISIS types and rename domain
` [PATCH proxmox-ve-rs v3 02/13] ve-config: add IS-IS fabric config parsing and frr config generation
` [PATCH proxmox-ve-rs v3 03/13] ve-config: add integration tests for IS-IS fabrics
` [PATCH proxmox-ve-rs v3 04/13] ve-config: add IS-IS status deserialization types
` [PATCH proxmox-ve-rs v3 05/13] frr: accept legacy ISIS domain field
` [PATCH proxmox-perl-rs v3 06/13] pve-rs: fabrics: add IS-IS protocol ifupdown config generation
` [PATCH proxmox-perl-rs v3 07/13] sdn: add IS-IS fabric status reporting
` [PATCH pve-network v3 08/13] fabrics: add IS-IS api types
` [PATCH pve-network v3 09/13] sdn: controllers: rename isis domain to fabric_id
` [PATCH pve-manager v3 10/13] fabrics: add IS-IS panels
` [PATCH pve-manager v3 11/13] sdn: add warning about IS-IS controller deprecation
` [PATCH pve-docs v3 12/13] sdn: add section about IS-IS fabric
` [PATCH pve-gui-tests v3 13/13] fabrics: add screenshots for IS-IS fabric and nodes
[PATCH docs] network: Discourage the use of balance-{alb,tlb}
2026-08-28 9:58 UTC (4+ messages)
` superseded: "
[PATCH docs v2] network: Discourage the use of balance-{alb,tlb}
2026-08-28 9:57 UTC
[pve-network 1/2] vnets: introduce get_subnets_with_config
2026-08-28 8:41 UTC (6+ messages)
` [pve-network 2/2] fix #7837: simpleplugin: make use of get_subnets_with_config
[PATCH proxmox-firewall] nftables: add support for mark-keyed verdict maps
2026-08-27 13:17 UTC
[PATCH proxmox-firewall] nftables: move protocol match rendering into the lib
2026-08-27 13:15 UTC
[RFC pve-container 1/1] mountpoint backup: allow changing backup flag at runtime
2026-08-27 12:26 UTC
[PATCH proxmox-firewall] nftables: build without the config extension
2026-08-27 11:58 UTC
[PATCH manager] fix #6735: api: pci: extend mdevscan persmissions for mappings
2026-08-27 11:28 UTC (8+ messages)
` [PATCH access-control] rpc: do not check malformed acl path
` superseded: [PATCH manager] fix #6735: api: pci: extend mdevscan persmissions for mappings
[PATCH manager v2] fix #6735: api: pci: allow mdevscan access via mapping permissions
2026-08-27 11:25 UTC
[PATCH 0/2] android: register OpenID Connect callback activity for #4281
2026-08-27 10:40 UTC (27+ 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 v3 00/10] app: implement OpenID Connect (OAuth) realm login (#4281)
` [PATCH dart-api-client v3 1/2] fix #4281: access: add `type` property to `PveAccessDomainModel`
` [PATCH dart-api-client v3 2/2] fix #4281: access: add OpenID Connect auth-url/login helpers
` [PATCH login-manager v3 1/5] fix #4281: deps: add flutter_web_auth_2 dependency
` [PATCH login-manager v3 2/5] refactor: ui: factor out shared login tail into _finishLogin
` [PATCH login-manager v3 3/5] refactor: ui: split password form into its own widget
` [PATCH login-manager v3 4/5] fix #4281: ui: add OpenID Connect login flow to login form
` [PATCH login-manager v3 5/5] fix #4281: ui: fix stale Continue button state on realm switch
` [PATCH flutter-frontend v3 1/3] chore: regenerate plugin registrant for flutter_web_auth_2
` [PATCH flutter-frontend v3 2/3] fix #4281: android: set taskAffinity="" on MainActivity
` [PATCH flutter-frontend v3 3/3] fix #4281: android: register OpenID Connect callback activity
[PATCH pve_flutter_frontend] android: add taskAffinity attribute with empty string in MainActivity
2026-08-27 10:36 UTC
[PATCH qemu-server/docs/manager 0/3] add pvpanic device support
2026-08-27 10:35 UTC (4+ messages)
` [PATCH qemu-server 1/3] qemuserver: add pvpanic device
` [PATCH docs 2/3] qm: add document section for the "
` [PATCH manager 3/3] ui: qemu: add pvpanic device support
[PATCH docs 1/1] qm: clarify when the iothreads options takes into effect
2026-08-27 7:39 UTC (2+ messages)
[PATCH docs 1/1] qm: replace virtio-win download link with wiki article
2026-08-27 7:39 UTC (2+ messages)
[PATCH manager v2 0/4] fix #7801: ui: warn about problematic virtio versions on iso select
2026-08-27 6:57 UTC (12+ messages)
` [PATCH pve-manager v2 1/4] ui: iso selector: add option to warn about virtio versions with issues
` [PATCH pve-manager v2 2/4] ui: cd edit: add `warnVirtio` option to pass to iso selector
` [PATCH pve-manager v2 3/4] partially fix #7801: ui: ospanel: warn about problematic virtio versions
` [PATCH pve-manager v2 4/4] partially fix #7801: ui: hardware view: "
[PATCH pve-docs 1/1] software updates: add short section about unattended-upgrades
2026-08-26 15:05 UTC
[PATCH container] fix: #7148: check CT protection before reassigning volume
2026-08-26 14:22 UTC (4+ messages)
` applied: "
[RFC PATCH pve-qemu] savevm-async: fix stuck paused vm after snapshot
2026-08-26 13:30 UTC (2+ messages)
[PATCH manager/network v2 0/2] sdn: add guest/nic selectors to IPAM create window
2026-08-26 12:16 UTC (5+ messages)
` [PATCH pve-network v2 1/2] api: sdn: ipam: add optional vmid to POST endpoint
` [PATCH pve-manager v2 2/2] ui: sdn: ipam: allow picking the nic instead of typing its MAC
[PATCH manager/network 0/2] sdn: add guest/nic selectors to IPAM create window
2026-08-26 11:14 UTC (4+ messages)
` [PATCH pve-manager 2/2] ui: sdn: ipam: allow picking the nic instead of typing its MAC
` superseded: [PATCH manager/network 0/2] sdn: add guest/nic selectors to IPAM create window
[PATCH pve-network] sdn: ipam: fix dual-stack per-MAC lookup in the PVE plugin
2026-08-26 10:18 UTC (3+ messages)
` applied: "
[PATCH qemu-server] test: img_convert: use `auth_client_required` for ceph
2026-08-26 9:31 UTC (2+ messages)
` applied: "
[RFC v2 pve-http-server/qemu-server/pve-manager/pve-{qemu-kyber, kyberproxy,kyber-web,qemu-rdp,rdpproxy,rdp-web} 00/13] add rdp && kyber consoles for qemu over D-Bus display
2026-08-26 7:43 UTC (14+ messages)
` [RFC v2 pve-http-server 01/13] anyevent : proxy a path prefix to a local http proxy
` [RFC v2 qemu-server 02/13] add D-Bus display support
` [RFC v2 qemu-server 03/13] add kyber display
` [RFC v2 qemu-server 04/13] add rdp display
` [RFC v2 qemu-server 05/13] virtio-gl : add vulkan option
` [RFC v2 pve-manager 06/13] ui: add kyber console
` [RFC v2 pve-manager 07/13] ui: add rdp console
` [RFC v2 pve-qemu-kyber 08/13] Add pve-qemu-kyber: an kyber controller for the qemu console
` [RFC v2 pve-kyberproxy 09/13] Add pve-kyberproxy
` [RFC v2 pve-kyber-web 10/13] add pve-kyber-web: console's webassembly client
` [RFC v2 pve-qemu-rdp 11/13] Add pve-qemu-rdp: an RDP server for the console
` [RFC v2 pve-rdpproxy 12/13] Add pve-rdpproxy
` [RFC v2 pve-rdp-web 13/13] add pve-rdp-web: console's webassembly client
[PATCH pve-docs 0/2] qm: pci passthrough: the AtomicOps caveat of the all-functions form
2026-08-25 14:12 UTC (7+ messages)
` [PATCH pve-docs 1/2] qm: pci passthrough: note the AtomicOps caveat of "
` [PATCH pve-docs 2/2] qm: pci passthrough: name the function in the GPU example
` [PATCH pve-docs v2] qm: pci passthrough: note the AtomicOps caveat for multi-GPU guests
[RFC pve-http-server/qemu-server/pve-manager/pve-{qemu-kyber,kyberproxy, kyber-web,qemu-rdp,rdpproxy,rdp-web} 00/13] add rdp && kyber consoles for qemu over D-Bus display
2026-08-25 11:34 UTC (14+ messages)
` [RFC pve-http-server 01/13] anyevent : proxy a path prefix to a local http proxy
` [RFC qemu-server 02/13] add D-Bus display support
` [RFC qemu-server 03/13] add kyber display
` [RFC qemu-server 04/13] add rdp display
` [RFC qemu-server 05/13] add experimental kyber-gl display
` [RFC pve-manager 06/13] ui: add kyber console
` [RFC pve-manager 07/13] ui: add rdp console
` [RFC pve-qemu-kyber 08/13] Add pve-qemu-kyber: an kyber controller for the qemu console
` [RFC pve-kyberproxy 09/13] Add pve-kyberproxy
` [RFC pve-kyber-web 10/13] add pve-kyber-web: console's webassembly client
` [RFC pve-qemu-rdp 11/13] Add pve-qemu-rdp: an RDP server for the console
` [RFC pve-rdpproxy 12/13] Add pve-rdpproxy
` [RFC pve-rdp-web 13/13] add pve-rdp-web: console's webassembly client
SPAM: [RFC pve-http-server/qemu-server/pve-manager/pve-{qemu-kyber,kyberproxy, kyber-web,qemu-rdp,rdpproxy,rdp-web} 00/13] add rdp && kyber consoles for qemu over D-Bus display
2026-08-25 11:08 UTC (14+ messages)
` SPAM: [RFC pve-http-server 01/13] anyevent : proxy a path prefix to a local http proxy
` SPAM: [RFC qemu-server 02/13] add D-Bus display support
` SPAM: [RFC qemu-server 03/13] add kyber display
` SPAM: [RFC qemu-server 04/13] add rdp display
` SPAM: [RFC qemu-server 05/13] add experimental kyber-gl display
` SPAM: [RFC pve-manager 06/13] ui: add kyber console
` SPAM: [RFC pve-manager 07/13] ui: add rdp console
` SPAM: [RFC pve-qemu-kyber 08/13] Add pve-qemu-kyber: an kyber controller for the qemu console
` SPAM: [RFC pve-kyberproxy 09/13] Add pve-kyberproxy
` SPAM: [RFC pve-kyber-web 10/13] add pve-kyber-web: console's webassembly client
` SPAM: [RFC pve-qemu-rdp 11/13] Add pve-qemu-rdp: an RDP server for the console
` SPAM: [RFC pve-rdpproxy 12/13] Add pve-rdpproxy
` SPAM: [RFC pve-rdp-web 13/13] add pve-rdp-web: console's webassembly client
[PATCH manager v2] fix #7896: ui: qemu: show effective machine version for Windows guests
2026-08-26 8:36 UTC (2+ messages)
[PATCH manager 0/4] fix #7801: ui: warn about problematic virtio versions on iso select
2026-08-26 7:52 UTC (9+ messages)
` [PATCH pve-manager 1/4] ui: iso selector: add option to warn about virtio versions with issues
` [PATCH pve-manager 2/4] ui: cd edit: add `warnVirtio` option to pass to iso selector
` [PATCH pve-manager 3/4] partially fix #7801: ui: ospanel: warn about problematic virtio versions
` [PATCH pve-manager 4/4] partially fix #7801: ui: hardware view: "
[PATCH docs/guest-common/qemu-server v4 0/7] add new pci passthrough specific hookscript phase
2026-08-26 6:10 UTC (9+ messages)
` [PATCH guest-common v4 1/7] helpers: exec hookscript: add optional parameters
` [PATCH qemu-server v4 2/7] pci: mdev preparation: always generate local uuid first
` [PATCH qemu-server v4 3/7] pci: nvidia vgpu: correct wrong comment about uuid
` [PATCH qemu-server v4 4/7] pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
` [PATCH qemu-server v4 5/7] pci: preparation: mdev: only generate uuid once
` [PATCH qemu-server v4 6/7] pci: call hookscript for each prepared pci device
` [PATCH docs v4 7/7] examples: add new hookscript phase to example hookscript
[PATCH docs/guest-common/qemu-server v3 0/4] add new pci passthrough specific hookscript phase
2026-08-25 14:10 UTC (2+ messages)
` superseded: "
[PATCH docs 0/2] qm: pci passthrough: various fixes and clarifications
2026-08-25 13:04 UTC (5+ messages)
` [PATCH pve-docs 1/2] qm: pci passthrough: replace obsolete module loading procedure
` [PATCH pve-docs 2/2] qm: pci passthrough: fix grammar and spelling
[PATCH pve-apiclient 1/1] client: allow passing query parameters to delete calls
2026-08-25 9:45 UTC (4+ messages)
[PATCH pve-apiclient] pass parameters for DELETE requests as query string
2026-08-25 9:42 UTC (2+ messages)
` applied: "
[PATCH many 0/8] fix #7530: Implement download bandwidth and restore limits for pbs-restore
2026-08-25 9:17 UTC (9+ messages)
` [PATCH proxmox 1/8] pbs-api-types: expose ClientRateLimitConfig fields as pub
` [PATCH proxmox-backup-qemu 2/8] restore: fix useless borrow clippy warnings for archive names
` [PATCH proxmox-backup-qemu 3/8] commands: fix clippy error for reimplementing Result::ok()
` [PATCH proxmox-backup-qemu 4/8] submodules: bump proxmox-backup submodule to 4.2.5 and fix api changes
` [PATCH proxmox-backup-qemu 5/8] restore: implement `bw-limit` parameter imposing download rate limits
` [PATCH proxmox-backup-qemu 6/8] restore: implement `rate-limit` imposing chunk data stream limits
` [PATCH pve-qemu 7/8] fix #7530: pbs-restore: expose optional rate limit parameters
` [PATCH qemu-server 8/8] pbs-restore: set restore bandwidth limit for volumes
[PATCH pve-kernel] build: ship Rust artifacts for external modules
2026-08-24 17:52 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox