[pdm-devel] [PATCH proxmox-datacenter-manager v5 00/23] metric collection improvements (concurrency, API, CLI)
2025-08-21 9:55 UTC (26+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 01/23] metric collection: split top_entities split into separate module
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 02/23] metric collection: save metric data to RRD in separate task
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 03/23] metric collection: rework metric poll task
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 04/23] metric collection: persist state after metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 05/23] metric collection: skip if last_collection < MIN_COLLECTION_INTERVAL
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 06/23] metric collection: collect overdue metrics on startup/timer change
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 07/23] metric collection: add tests for the fetch_remotes function
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 08/23] metric collection: add test for fetch_overdue
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 09/23] metric collection: pass rrd cache instance as function parameter
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 10/23] metric collection: add test for rrd task
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 11/23] metric collection: wrap rrd_cache::Cache in a struct
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 12/23] metric collection: record remote response time in metric database
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 13/23] metric collection: save time needed for collection run to RRD
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 14/23] metric collection: periodically clean removed remotes from statefile
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 15/23] api: add endpoint to trigger metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 16/23] api: remotes: trigger immediate metric collection for newly added nodes
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 17/23] api: add api for querying metric collection RRD data
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 18/23] api: metric-collection: add status endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 19/23] pdm-client: add metric collection API methods
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 20/23] cli: add commands for metric-collection trigger and status
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 21/23] metric collection: factor out handle_tick and handle_control_message fns
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 22/23] metric collection: skip missed timer ticks
` [pdm-devel] [PATCH proxmox-datacenter-manager v5 23/23] metric collection: use JoinSet instead of joining from handles in a Vec
` [pdm-devel] superseded: [PATCH proxmox-datacenter-manager v5 00/23] metric collection improvements (concurrency, API, CLI)
[pdm-devel] [PATCH proxmox-datacenter-manager v6 00/23] metric collection improvements (concurrency, API, CLI)
2025-08-21 9:53 UTC (24+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 01/23] metric collection: split top_entities split into separate module
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 02/23] metric collection: save metric data to RRD in separate task
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 03/23] metric collection: rework metric poll task
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 04/23] metric collection: persist state after metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 05/23] metric collection: skip if last_collection < MIN_COLLECTION_INTERVAL
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 06/23] metric collection: collect overdue metrics on startup/timer change
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 07/23] metric collection: add tests for the fetch_remotes function
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 08/23] metric collection: add test for fetch_overdue
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 09/23] metric collection: pass rrd cache instance as function parameter
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 10/23] metric collection: add test for rrd task
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 11/23] metric collection: wrap rrd_cache::Cache in a struct
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 12/23] metric collection: record remote response time in metric database
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 13/23] metric collection: save time needed for collection run to RRD
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 14/23] metric collection: periodically clean removed remotes from statefile
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 15/23] api: add endpoint to trigger metric collection
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 16/23] api: remotes: trigger immediate metric collection for newly added nodes
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 17/23] api: add api for querying metric collection RRD data
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 18/23] api: metric-collection: add status endpoint
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 19/23] pdm-client: add metric collection API methods
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 20/23] cli: add commands for metric-collection trigger and status
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 21/23] metric collection: factor out handle_tick and handle_control_message fns
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 22/23] metric collection: skip missed timer ticks
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 23/23] metric collection: use JoinSet instead of joining from handles in a Vec
[pdm-devel] [PATCH proxmox-datacenter-manager v7 0/7] remote task cache fetching task / better cache backend
2025-08-21 9:20 UTC (9+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 1/7] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 2/7] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 3/7] pdm-api-types: remote tasks: add new_from_str constructor for TaskStateType
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 4/7] fake remote: make the fake_remote feature compile again
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 5/7] fake remote: clippy fixes
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 6/7] remote tasks: task cache: create `active` file in init
` [pdm-devel] [PATCH proxmox-datacenter-manager v7 7/7] remote tasks: log error in case of task panic, instead of cancelling all tasks
` [pdm-devel] applied: [PATCH proxmox-datacenter-manager v7 0/7] remote task cache fetching task / better cache backend
[pve-devel] [PATCH manager] sdn: remove fabrics property correctly from EVPN controller
2025-08-21 8:50 UTC
[pdm-devel] [PATCH datacenter-manager v2 00/21] improve remote wizard
2025-08-21 8:48 UTC (24+ messages)
` [pdm-devel] [PATCH datacenter-manager v2 01/21] server/ui: pve: change 'realm list' api call to GET
` [pdm-devel] [PATCH datacenter-manager v2 02/21] api types: RemoteType: put default port info to the type
` [pdm-devel] [PATCH datacenter-manager v2 03/21] server: connection: add probe_tls_connection helper
` [pdm-devel] [PATCH datacenter-manager v2 04/21] server/ui: pve api: extend 'scan' so it can probe the tls connection
` [pdm-devel] [PATCH datacenter-manager v2 05/21] pdm-client: add scan_remote and probe_tls methods
` [pdm-devel] [PATCH datacenter-manager v2 06/21] ui: remotes: node url list: add placeholder and clear trigger
` [pdm-devel] [PATCH datacenter-manager v2 07/21] ui: rmeotes: node url list: make column header clearer
` [pdm-devel] [PATCH datacenter-manager v2 08/21] ui: remotes: node url list: handle changing default
` [pdm-devel] [PATCH datacenter-manager v2 09/21] ui: pve wizard: rename 'realm' variable to 'info'
` [pdm-devel] [PATCH datacenter-manager v2 10/21] ui: pve wizard: summary: add default text for fingerprint
` [pdm-devel] [PATCH datacenter-manager v2 11/21] ui: pve wizard: nodes: improve info text
` [pdm-devel] [PATCH datacenter-manager v2 12/21] ui: pve wizard: nodes: probe hosts to verify fingerprint settings
` [pdm-devel] [PATCH datacenter-manager v2 13/21] ui: pve wizard: info: use pdm_client for scanning
` [pdm-devel] [PATCH datacenter-manager v2 14/21] ui: pve wizard: info: detect hostname and fingerprint
` [pdm-devel] [PATCH datacenter-manager v2 15/21] ui: pve wizard: info: remove manual scan button
` [pdm-devel] [PATCH datacenter-manager v2 16/21] ui: widget: add pve realm selector
` [pdm-devel] [PATCH datacenter-manager v2 17/21] ui: pve wizard: info: use "
` [pdm-devel] [PATCH datacenter-manager v2 18/21] ui: pve wizard: connect: factor out normalize_hostname
` [pdm-devel] [PATCH datacenter-manager v2 19/21] ui: pve wizard: connect: move connection logic to next button
` [pdm-devel] [PATCH datacenter-manager v2 20/21] ui: pve wizard: connect: use scan api endpoint instead of realms
` [pdm-devel] [PATCH datacenter-manager v2 21/21] ui: pve wizard: connect: add certificate confirmation dialog
` [pdm-devel] superseded: [PATCH datacenter-manager v2 00/21] improve remote wizard
[pdm-devel] [PATCH proxmox-yew-widget-toolkit 1/1] data table: fix using str with get_property
2025-08-21 8:46 UTC (2+ messages)
` [pdm-devel] applied: "
[pdm-devel] [PATCH datacenter-manager v3 00/23] ] improve remote wizard
2025-08-21 8:39 UTC (24+ messages)
` [pdm-devel] [PATCH datacenter-manager v3 01/23] server/ui: pve: change 'realm list' api call to GET
` [pdm-devel] [PATCH datacenter-manager v3 02/23] api types: RemoteType: put default port info to the type
` [pdm-devel] [PATCH datacenter-manager v3 03/23] server: connection: add probe_tls_connection helper
` [pdm-devel] [PATCH datacenter-manager v3 04/23] server: add probe-tls endpoint
` [pdm-devel] [PATCH datacenter-manager v3 05/23] server: pve api: extend 'scan' so it tls-probes the nodes
` [pdm-devel] [PATCH datacenter-manager v3 06/23] pdm-client: add scan_remote and probe_tls methods
` [pdm-devel] [PATCH datacenter-manager v3 07/23] ui: remotes: node url list: add placeholder and clear trigger
` [pdm-devel] [PATCH datacenter-manager v3 08/23] ui: remotes: node url list: make column header clearer
` [pdm-devel] [PATCH datacenter-manager v3 09/23] ui: remotes: node url list: handle changing default
` [pdm-devel] [PATCH datacenter-manager v3 10/23] ui: pve wizard: rename 'realm' variable to 'info'
` [pdm-devel] [PATCH datacenter-manager v3 11/23] ui: pve wizard: summary: add default text for fingerprint
` [pdm-devel] [PATCH datacenter-manager v3 12/23] ui: pve wizard: nodes: improve info text
` [pdm-devel] [PATCH datacenter-manager v3 13/23] ui: pve wizard: nodes: probe hosts to verify fingerprint settings
` [pdm-devel] [PATCH datacenter-manager v3 14/23] ui: pve wizard: info: use pdm_client for scanning
` [pdm-devel] [PATCH datacenter-manager v3 15/23] ui: pve wizard: info: detect hostname and fingerprint
` [pdm-devel] [PATCH datacenter-manager v3 16/23] ui: pve wizard: info: remove manual scan button
` [pdm-devel] [PATCH datacenter-manager v3 17/23] ui: widget: add pve realm selector
` [pdm-devel] [PATCH datacenter-manager v3 18/23] ui: pve wizard: info: use "
` [pdm-devel] [PATCH datacenter-manager v3 19/23] ui: pve wizard: connect: factor out normalize_hostname
` [pdm-devel] [PATCH datacenter-manager v3 20/23] ui: pve wizard: connect: move connection logic to next button
` [pdm-devel] [PATCH datacenter-manager v3 21/23] ui: pve wizard: connect: reset later pages when form changes
` [pdm-devel] [PATCH datacenter-manager v3 22/23] ui: pve wizard: connect: use scan api endpoint instead of realms
` [pdm-devel] [PATCH datacenter-manager v3 23/23] ui: pve wizard: connect: add certificate confirmation dialog
[pve-devel] [PATCH manager] sdn: remove fabrics property correctly from the Vxlan Zone
2025-08-21 8:34 UTC
[pve-devel] [PATCH manager] api: use 'number' instead of 'amount' for countable nouns
2025-08-20 13:16 UTC (2+ messages)
[pdm-devel] [PATCH proxmox-datacenter-manager v6 0/6] remote task cache fetching task / better cache backend
2025-08-20 12:47 UTC (11+ messages)
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 1/6] remote tasks: implement improved cache for remote tasks
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 2/6] remote tasks: add background task for task polling, use new task cache
` [pdm-devel] [PATCH proxmox-datacenter-manager v6 4/6] fake remote: make the fake_remote feature compile again
` [pdm-devel] superseded: [PATCH proxmox-datacenter-manager v6 0/6] remote task cache fetching task / better cache backend
[pdm-devel] [PATCH proxmox-yew-widget-toolkit v2 1/1] data table: add get_property helper for displaying optional values
2025-08-20 11:59 UTC (2+ messages)
[pdm-devel] [PATCH proxmox-yew-widget-toolkit 1/1] data table: add get_property helper for displaying optional values
2025-08-20 10:46 UTC (6+ messages)
[pbs-devel] [PATCH proxmox{, -backup} 0/5] dynamically calculate request timeout for put object calls
2025-08-20 9:58 UTC (6+ messages)
` [pbs-devel] [PATCH proxmox 1/3] s3-client: allow setting custom timeout when sending requests
` [pbs-devel] [PATCH proxmox 2/3] s3-client: dynamically calculate put request timeout based on payload
` [pbs-devel] [PATCH proxmox 3/3] s3-client: expose default timeout for s3 api requests
` [pbs-devel] [PATCH proxmox-backup 1/2] s3: pass now optional default request timeout for s3 api calls
` [pbs-devel] [PATCH proxmox-backup 2/2] api: format error to show full context for failed chunk uploads
[PVE-User] Quorum bouncing, VM does not start
2025-08-19 22:53 UTC (2+ messages)
[pdm-devel] [PATCH datacenter-manager 00/21] improve remote wizard
2025-08-19 13:56 UTC (17+ messages)
` [pdm-devel] [PATCH datacenter-manager 03/21] server: connection: add probe_tls_connection helper
` [pdm-devel] [PATCH datacenter-manager 04/21] server/ui: pve api: extend 'scan' so it can probe the tls connection
` [pdm-devel] [PATCH datacenter-manager 05/21] pdm-client: add scan_remote and probe_tls methods
` [pdm-devel] [PATCH datacenter-manager 14/21] ui: pve wizard: info: detect hostname and fingerprint
` [pdm-devel] [PATCH datacenter-manager 16/21] ui: widget: add pve realm selector
` [pdm-devel] superseded: [PATCH datacenter-manager 00/21] improve remote wizard
[pve-devel] [PATCH docs/gui-tests/manager/network/proxmox{-ve-rs, -perl-rs} 0/9] Add IS-IS protocol to fabrics
2025-08-19 13:19 UTC (10+ messages)
` [pve-devel] [PATCH proxmox-ve-rs 1/3] frr: add IS-IS frr configuration types
` [pve-devel] [PATCH proxmox-ve-rs 2/3] ve-config: add IS-IS fabric config parsing and frr config generation
` [pve-devel] [PATCH proxmox-ve-rs 3/3] ve-config: add integration tests for IS-IS fabrics
` [pve-devel] [PATCH proxmox-perl-rs 1/1] pve-rs: fabrics: add IS-IS protocol ifupdown config generation
` [pve-devel] [PATCH pve-manager 1/2] fabrics: add IS-IS panels
` [pve-devel] [PATCH pve-manager 2/2] sdn: add warning about IS-IS controller deprecation
` [pve-devel] [PATCH pve-network 1/1] fabrics: add IS-IS api types
` [pve-devel] [PATCH pve-docs 1/1] sdn: add section about IS-IS fabric
` [pve-devel] [PATCH pve-gui-tests 1/1] fabrics: add screenshots for IS-IS fabric and nodes
[pdm-devel] [PATCH datacenter-manager 0/3] add rrd time frame selector for pve panels
2025-08-19 12:36 UTC (4+ messages)
` [pdm-devel] applied: "
[pmg-devel] [RFC pmg-api] pmgtunnel: do not set SIGCHLD handler
2025-08-19 10:13 UTC (2+ messages)
[pmg-devel] [PATCH pmg-api] pmgtunnel: adapt to read_etc_network_interfaces using run_command
2025-08-19 9:57 UTC (2+ messages)
` [pmg-devel] applied: "
[pbs-devel] [PATCH proxmox-backup] notification: don't deserialize notification config when there is nothing to send
2025-08-19 8:32 UTC
[pve-devel] Offer to test patch series for Bug 5076 (v2/v3)
2025-08-19 1:45 UTC
[pve-devel] [RFC pve-manager 0/1] Node maintenance set state for the UI
2025-08-18 20:37 UTC (2+ messages)
[pbs-devel] [PATCH proxmox-backup 0/3] pbs3to4: rework bootloader checks
2025-08-18 19:40 UTC (4+ messages)
` [pbs-devel] [PATCH proxmox-backup 1/3] pbs3to4: fix logic error and typo in log message
` [pbs-devel] [PATCH proxmox-backup 2/3] pbs3to4: use boolean variable for systemd-boot installation state
` [pbs-devel] [PATCH proxmox-backup 3/3] pbs3to4: bootloader: only allow systemd-boot before upgrade when used
[pve-devel] [PATCH qemu-server] api: dbus-vmstate: reword description to match behaviour
2025-08-18 12:30 UTC
[pve-devel] [PATCH V3 pve-storage] lvm: use blkdiscard instead cstream to saferemove drive
2025-08-18 12:08 UTC
[pdm-devel] [PATCH datacenter-manager] ui: pwt-assets: update submodule
2025-08-18 11:57 UTC (2+ messages)
` [pdm-devel] applied: "
[pve-devel] [PATCH pve_flutter_frontend v4] ui: enable noVNC console on iOS
2025-08-18 10:04 UTC (4+ messages)
[pve-devel] [PATCH pve_flutter_frontend v5 0/3] fix: enable noVNC console view in iOS and refactor console view implementation
2025-08-18 10:01 UTC (4+ messages)
` [pve-devel] [PATCH pve_flutter_frontend v5 1/3] ui: ios: enable noVNC console support
` [pve-devel] [PATCH pve_flutter_frontend v5 2/3] refactor: noVNC: seperate duplicate onTap implementation
` [pve-devel] [PATCH pve_flutter_frontend v5 3/3] fix: ui: make noVNC console dismissible and prevent body resize
[pve-devel] [PATCH manager] ui: ha: rules: fix edit button
2025-08-18 8:08 UTC (2+ messages)
` [pve-devel] applied: "
[pve-devel] TrueNAS over iSCSI Custom Storage Plugin
2025-08-16 21:03 UTC
[pve-devel] SDN Orchestration - Proof of Concept code/video
2025-08-15 23:13 UTC
[pve-devel] [PATCH pve-storage] lvm: use blkdiscard instead cstream to saferemove drive
2025-08-15 5:47 UTC (6+ messages)
[pve-devel] [PATCH qemu-server] fix #6680 (continued): do not use a top throttle node when using scsi-block
2025-08-14 16:45 UTC
[pve-devel] [PATCH kernel-helper] proxmox-boot: unconditionally mask systemd-gpt-auto-generator
2025-08-14 15:19 UTC (2+ messages)
` [pve-devel] applied: "
[pve-devel] Handling 'path' requests during VM deletion
2025-08-14 15:11 UTC (2+ messages)
[pve-devel] [RFC PATCH docs] qm: document when fs-freeze is issued for VMs
2025-08-14 14:45 UTC
[pve-devel] [PATCH qemu-server] qcow2: increase cache-size to 1GB
2025-08-14 14:14 UTC (4+ messages)
[pve-devel] [PATCH docs] pct: cgroup: update to cgroupv2 being the only supported mode
2025-08-14 14:01 UTC (3+ messages)
` [pve-devel] superseded: "
[pve-devel] [PATCH v2 docs] pct: cgroup: update to cgroupv2 being the only supported mode
2025-08-14 13:59 UTC
[pve-devel] [PATCH docs v2] pvesr: Document replication network setting
2025-08-14 13:46 UTC (2+ messages)
` [pve-devel] applied: "
[pdm-devel] [PATCH proxmox-datacenter-manager v4 00/26] metric collection improvements (concurrency, config, API, CLI)
2025-08-14 13:34 UTC (2+ messages)
` [pdm-devel] superseded: "
[pve-devel] [PATCH pve-yew-mobile-gui] fix submodules paths to work with git.proxmox.com
2025-08-14 13:20 UTC (3+ messages)
[pve-devel] [PATCH qemu-server] live import: correctly generate blockdev
2025-08-14 13:06 UTC
[pve-devel] [PATCH pve_flutter_frontend] cleanup: run `dart format` command to fix formatting
2025-08-12 10:15 UTC
[pbs-devel] [PATCH proxmox-backup] buildsys: make the build multi-arch
2025-08-11 9:06 UTC
page: next (older) | prev (newer) | latest
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.