[pve-devel] r5267 - qemu-server/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Oct 12 14:48:11 CEST 2010


Author: dietmar
Date: 2010-10-12 12:48:10 +0000 (Tue, 12 Oct 2010)
New Revision: 5267

Modified:
   qemu-server/pve2/qm
Log:


Modified: qemu-server/pve2/qm
===================================================================
--- qemu-server/pve2/qm	2010-10-12 11:12:28 UTC (rev 5266)
+++ qemu-server/pve2/qm	2010-10-12 12:48:10 UTC (rev 5267)
@@ -248,7 +248,7 @@
 		my $conf = PVE::QemuServer::load_config ($vmid);
 		if ($conf->{onboot}) {
 		    print STDERR "Starting Qemu VM $vmid\n";
-		    vm_start ($storecfg, $vmid);
+		    PVE::QemuServer::vm_start ($storecfg, $vmid);
 		}
 	    };
 	    print STDERR $@ if $@;




More information about the pve-devel mailing list