Re: [pve-devel] [PATCH manager v6 2/5] bulk migrate: improve precondition checks

2025-03-07 Thread Fiona Ebner
Am 07.03.25 um 14:19 schrieb Fiona Ebner: > Am 13.02.25 um 14:17 schrieb Dominik Csapak: >> this now takes into account the 'not_allowed_nodes' hash we get from the >> api call. With that, we can now limit the 'local_resources' check for >> online vms only, as for offline guests, the 'unavailable-r

Re: [pve-devel] [PATCH manager v6 2/5] bulk migrate: improve precondition checks

2025-03-07 Thread Fiona Ebner
Am 13.02.25 um 14:17 schrieb Dominik Csapak: > this now takes into account the 'not_allowed_nodes' hash we get from the > api call. With that, we can now limit the 'local_resources' check for > online vms only, as for offline guests, the 'unavailable-resources' hash > already includes mapped device

[pve-devel] [PATCH manager v6 2/5] bulk migrate: improve precondition checks

2025-02-13 Thread Dominik Csapak
this now takes into account the 'not_allowed_nodes' hash we get from the api call. With that, we can now limit the 'local_resources' check for online vms only, as for offline guests, the 'unavailable-resources' hash already includes mapped devices that don't exist on the target node. This now also