[pdm-devel] [PATCH datacenter-manager v2 0/4] remote migration: make target endpoint selectable
Dominik Csapak
d.csapak at proxmox.com
Tue Jan 14 12:21:36 CET 2025
since we cannot currently select a target node for remote migration
(to avoid another network transfer of disks) the target of the
remote migration is always the given endpoint.
Currently pdm auto selects always the first configured endpoint, this
series makes this now user configurable.
changes from v1:
* rebase on master (drops most patches)
* fix commit that introduces a new parameter for remote migration in the
pdm-client (non-usable in the cli for now)
* fix typos in commit messages
Dominik Csapak (4):
pdm-client: add cluster status method
pdm-client: add target-endpoint parameter to remote migration methods
ui: widget: add remote endpoint selector
ui: migrate: make target endpoint selectable for remote migration
cli/client/src/pve.rs | 4 +-
lib/pdm-client/src/lib.rs | 20 +++++
ui/src/widget/migrate_window.rs | 68 +++++++++++++-
ui/src/widget/mod.rs | 2 +
ui/src/widget/remote_endpoint_selector.rs | 103 ++++++++++++++++++++++
5 files changed, 193 insertions(+), 4 deletions(-)
create mode 100644 ui/src/widget/remote_endpoint_selector.rs
--
2.39.5
More information about the pdm-devel
mailing list