[pdm-devel] [PATCH datacenter-manager 0/3] improve node shell

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Dec 11 14:07:02 CET 2025


this series attempts to improve the remote node shell by no longer
always using the first endpoint for a given remote, and ensuring both
requests made for setting up the remote shell are talking to the same
PVE node.

Fabian Grünbichler (3):
  api: remote shell: do not rely on first node being reachable
  api: remote shell: improve error message
  api: remote shell: make websocket proxy a worker task

 server/src/api/remote_shell.rs                | 186 ++++++++++--------
 server/src/connection.rs                      |  10 +-
 .../src/metric_collection/collection_task.rs  |   6 +-
 ui/src/tasks.rs                               |   1 +
 4 files changed, 115 insertions(+), 88 deletions(-)

-- 
2.47.3





More information about the pdm-devel mailing list