mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 13:14:11 +00:00
only list 'qemu' VMs
This commit is contained in:
parent
26a3c2e12b
commit
5ee957cced
@ -1640,6 +1640,7 @@ sub config_list {
|
||||
foreach my $vmid (keys %$ids) {
|
||||
my $d = $ids->{$vmid};
|
||||
next if !$d->{node} || $d->{node} ne $nodename;
|
||||
next if !$d->{type} || $d->{type} ne 'qemu';
|
||||
$res->{$vmid}->{exists} = 1;
|
||||
}
|
||||
return $res;
|
||||
|
Loading…
Reference in New Issue
Block a user