From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: file based migration not working Date: Wed, 12 Nov 2008 09:00:58 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:52102 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbYKLJBM (ORCPT ); Wed, 12 Nov 2008 04:01:12 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0Bb2-0004Q8-09 for kvm@vger.kernel.org; Wed, 12 Nov 2008 09:01:08 +0000 Received: from 217-162-87-42.dclient.hispeed.ch ([217.162.87.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 09:01:07 +0000 Received: from thomas by 217-162-87-42.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 09:01:07 +0000 Sender: kvm-owner@vger.kernel.org List-ID: hi i was reading http://kvm.qumranet.com/kvmwiki/Migration and trying the "migration file://" and "migrate "exec:" migration methods. both giving me errors. (qemu) migrate file:///tmp/vm.state migrate file:///tmp/vm.state unknown migration protocol: file:///tmp/vm.state migration failed (qemu) (qemu) migrate "exec:gzip -c > /tmp/vm.state" migrate "exec:gzip -c > /tmp/vm.state" unknown migration protocol: exec:gzip -c > /tmp/vm.state migration failed (qemu) are these methods not supported? i'm using kvm-78 (self compiled) on debian etch with kernel 2.6.26 (backports.org). - Thomas