mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 13:36:15 +00:00
vncproxy: remove check if VM is running
Because this does not work when VM is on other cluster node.
This commit is contained in:
parent
57a5429d73
commit
12a1e0f4e8
@ -1348,8 +1348,6 @@ __PACKAGE__->register_method({
|
||||
$cmd = ['/bin/nc', '-l', '-p', $port, '-w', $timeout, '-c', "$qmstr 2>/dev/null"];
|
||||
}
|
||||
|
||||
die "VM $vmid not running\n" if !PVE::QemuServer::check_running($vmid);
|
||||
|
||||
PVE::Tools::run_command($cmd);
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user