mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-28 11:44:05 +00:00
config: non-migratable resource check: join blockers when printing them
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9304dc09e5
commit
136eb3bce8
@ -2573,8 +2573,8 @@ sub check_non_migratable_resources {
|
||||
}
|
||||
|
||||
if (scalar(@blockers) && !$noerr) {
|
||||
die "Cannot live-migrate, snapshot (with RAM), or hibernate a VM with:"
|
||||
." @blockers\n";
|
||||
die "Cannot live-migrate, snapshot (with RAM), or hibernate a VM with: "
|
||||
. join(', ', @blockers) ."\n";
|
||||
}
|
||||
|
||||
return @blockers;
|
||||
|
Loading…
Reference in New Issue
Block a user