mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-08-30 21:49:23 +03:00
@ -5882,7 +5882,7 @@ sub qga_check_running {
|
|||||||
|
|
||||||
eval { vm_mon_cmd($vmid, "guest-ping", timeout => 3); };
|
eval { vm_mon_cmd($vmid, "guest-ping", timeout => 3); };
|
||||||
if ($@) {
|
if ($@) {
|
||||||
warn "Qemu Guest Agent are not running - $@";
|
warn "Qemu Guest Agent is not running - $@";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user