From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Besser Subject: Re: New version of my kvmctl script Date: Wed, 04 Jun 2008 11:36:59 +0200 Message-ID: References: <6e10be650806021029o29c0346dp6886312cb10fdf0b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:44169 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759301AbYFDJhS (ORCPT ); Wed, 4 Jun 2008 05:37:18 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3pQb-0004HG-Sw for kvm@vger.kernel.org; Wed, 04 Jun 2008 09:37:09 +0000 Received: from p4fdb1f8e.dip0.t-ipconnect.de ([79.219.31.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 09:37:09 +0000 Received: from thomas.besser by p4fdb1f8e.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 09:37:09 +0000 Sender: kvm-owner@vger.kernel.org List-ID: FinnTux N/A wrote: > But here is a new version. Now with version number! :) > > Changes: > - includes init script /etc/initd.d/kvm which starts and stops virtual > machines when booting and shutting down the host. Shutting down the > guest is done by sending "system_powerdown" to the guest. If the guest > doesn't powerdown in 120 seconds (adjustable) it will be killed. > - kvmctl can set vm to start or not to start during boot (kvmctl > vmname onboot yes|no). Without yes/no script shows whether VM is > started on boot or not. Great! I planned to make my own start/stop scripts. Now I will use yours and perhaps help to improve them. Regards Thomas