[pve-devel] [PATCH] qemu 1.4 fix : rename stats-polling-interval to guest-stats-polling-interval

Alexandre Derumier aderumier at odiso.com
Tue Feb 12 14:10:11 CET 2013


Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QemuServer.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 20a6dfd..76a996c 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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);
 	    }
 	}
-- 
1.7.10.4




More information about the pve-devel mailing list