From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: file based migration not working Date: Wed, 12 Nov 2008 10:35:26 +0000 (UTC) Message-ID: References: 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]:48110 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbYKLKfq (ORCPT ); Wed, 12 Nov 2008 05:35:46 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0D4W-0007rY-6i for kvm@vger.kernel.org; Wed, 12 Nov 2008 10:35:40 +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 10:35:40 +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 10:35:40 +0000 Sender: kvm-owner@vger.kernel.org List-ID: > > (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? ok, i see that they are missing in sourcecode right now because of the new migration implementation. and i've seen that exec is reintroduced in qemu-svn. - Thomas