From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkvZZ-0003iR-6i for qemu-devel@nongnu.org; Fri, 07 Jun 2013 08:15:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkvZX-0001r5-RB for qemu-devel@nongnu.org; Fri, 07 Jun 2013 08:15:13 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:48769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkvZX-0001qz-La for qemu-devel@nongnu.org; Fri, 07 Jun 2013 08:15:11 -0400 Received: by mail-ee0-f54.google.com with SMTP id t10so1427268eei.41 for ; Fri, 07 Jun 2013 05:15:10 -0700 (PDT) Date: Fri, 7 Jun 2013 14:15:07 +0200 From: Stefan Hajnoczi Message-ID: <20130607121507.GA11350@stefanha-thinkpad.redhat.com> References: <20130606060816.21214.71277.malonedeb@chaenomeles.canonical.com> <20130606060816.21214.71277.malonedeb@chaenomeles.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130606060816.21214.71277.malonedeb@chaenomeles.canonical.com> Subject: Re: [Qemu-devel] [Bug 1188018] [NEW] qemu monitor does not suppot rbd "savevm" command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1188018 <1188018@bugs.launchpad.net> Cc: Sage Weil , Josh Durgin , qemu-devel@nongnu.org On Thu, Jun 06, 2013 at 06:08:16AM -0000, liu.changpeng wrote: > Public bug reported: > > 1. I used ceph rbd as my block device, /usr/local/bin/qemu-system-x86_64 > -drive format=rbd,file=rbd:rbd/sles.img:rbd_cache=true,cache=writeback > -boot c -m 1024 -enable-kvm -vnc 0.0.0.0:0 -monitor stdio > > 2. when in monitor command line "savevm", it reports "Error -95 while > writing VM" in the monitor CCed block/rbd.c maintainers. Stefan