mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-24 17:25:54 +00:00
qemu 1.4 fix : rename stats-polling-interval to guest-stats-polling-interval
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
ebb5555800
commit
abebe2f16c
@ -2993,7 +2993,7 @@ sub vm_start {
|
||||
if $conf->{balloon};
|
||||
vm_mon_cmd_nocheck($vmid, 'qom-set',
|
||||
path => "machine/peripheral/balloon0",
|
||||
property => "stats-polling-interval",
|
||||
property => "guest-stats-polling-interval",
|
||||
value => 2);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user