]> git.proxmox.com Git - qemu-server.git/commit
check local resources: extend for mapped resources
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 16 Jun 2023 13:05:24 +0000 (15:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 05:21:07 +0000 (07:21 +0200)
commita52eb3c4e9ae4a74b28cf64945fd5298f62f837d
tree6c07d59acfd0104379ea3418cb347f1b7f9408be
parent9b71c34d61f5473f48050f165e126fb3afe55351
check local resources: extend for mapped resources

by adding them to their own list, saving the nodes where they are not
allowed, and return those on 'wantarray' so we don't break existing
callers that don't expect it.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-By:  Markus Frank <m.frank@proxmox.com>
PVE/QemuServer.pm
test/MigrationTest/Shared.pm