mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-02 17:56:07 +00:00
avoid "No balloon device has been activated" warnings in vmstatus
This commit is contained in:
parent
4f6f7b5462
commit
b017fbda29
@ -2704,7 +2704,7 @@ sub vmstatus {
|
||||
$qmpclient->queue_cmd($vmid, $statuscb, 'query-status');
|
||||
}
|
||||
|
||||
$qmpclient->queue_execute(undef, 1);
|
||||
$qmpclient->queue_execute(undef, 2);
|
||||
|
||||
foreach my $vmid (keys %$list) {
|
||||
next if $opt_vmid && ($vmid ne $opt_vmid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user