Re: [pve-devel] [PATCH qemu-server v3 10/10] api: include not mapped resources for running vms in migrate preconditions

2024-06-05 Thread Fiona Ebner
Am 05.06.24 um 11:21 schrieb Dominik Csapak: > On 5/31/24 15:37, Fiona Ebner wrote: >> Am 19.04.24 um 14:45 schrieb Dominik Csapak: >>> @@ -4518,28 +4520,31 @@ __PACKAGE__->register_method({ >>>     # if vm is not running, return target nodes where local >>> storage/mapped devices are

Re: [pve-devel] [PATCH qemu-server v3 10/10] api: include not mapped resources for running vms in migrate preconditions

2024-06-05 Thread Dominik Csapak
On 5/31/24 15:37, Fiona Ebner wrote: Am 19.04.24 um 14:45 schrieb Dominik Csapak: so that we can show a proper warning in the migrate dialog and check it in the bulk migrate precondition check the unavailable_storages and should be the same as before, but we now always return allowed_nodes

Re: [pve-devel] [PATCH qemu-server v3 10/10] api: include not mapped resources for running vms in migrate preconditions

2024-05-31 Thread Fiona Ebner
Am 19.04.24 um 14:45 schrieb Dominik Csapak: > so that we can show a proper warning in the migrate dialog and check it > in the bulk migrate precondition check > > the unavailable_storages and should be the same as before, but > we now always return allowed_nodes too. > > also add a note that we

[pve-devel] [PATCH qemu-server v3 10/10] api: include not mapped resources for running vms in migrate preconditions

2024-04-19 Thread Dominik Csapak
so that we can show a proper warning in the migrate dialog and check it in the bulk migrate precondition check the unavailable_storages and should be the same as before, but we now always return allowed_nodes too. also add a note that we want to redesign the return values here, to make * the api