From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XssCS-0008SD-N0 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:53:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XssCM-0004GH-Hl for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:53:00 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:35553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XssCM-0004G9-31 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:52:54 -0500 Received: by mail-wg0-f45.google.com with SMTP id b13so11968799wgh.32 for ; Mon, 24 Nov 2014 03:52:53 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54731C12.3060606@redhat.com> Date: Mon, 24 Nov 2014 12:52:50 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <2A6E6B95B6E5C146ACE8440760E58185BDC31A5E@EXCHANGESERVER.schefczyk.local> <546C782E.9070803@redhat.com> <2A6E6B95B6E5C146ACE8440760E58185BDC31C30@EXCHANGESERVER.schefczyk.local> <546C8200.4070800@redhat.com> <2A6E6B95B6E5C146ACE8440760E58185BDC31C70@EXCHANGESERVER.schefczyk.local> <546C84C1.5000901@redhat.com> <2A6E6B95B6E5C146ACE8440760E58185BDC31CD0@EXCHANGESERVER.schefczyk.local> <546CAF2F.4090103@redhat.com> <546CBAB5.8050202@redhat.com> <2A6E6B95B6E5C146ACE8440760E58185BDC32099@EXCHANGESERVER.schefczyk.local> <546CDDC7.2070805@redhat.com> <2A6E6B95B6E5C146ACE8440760E58185BDC4FF51@EXCHANGESERVER.schefczyk.local> In-Reply-To: <2A6E6B95B6E5C146ACE8440760E58185BDC4FF51@EXCHANGESERVER.schefczyk.local> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] "File too large" error from "qemu-img snapshot" (was Re: AW: Bug Repoting Directions Request) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Prof. Dr. Michael Schefczyk" , Eric Blake , qemu-devel On 22/11/2014 18:02, Prof. Dr. Michael Schefczyk wrote: > The further features seem to be reserved to RHEL (and potentially > other distributions) but not included in Centos: > > virsh snapshot-create-as issues "Live Disk Snapshot not supported in > this version of QEMU" (retranslated from German). > > virsh blockcommit issues "Online Transfer not supported ..." > > Thus, with Centos 7 it should be possible to back up VMs without > shutting them down. They are being paused, however, as long as the > snapshot is created. The qemu-guest-agent does not help in this > context, as the features which depend on it are not available in > Centos. Actually, they are available in most distributions except RHEL and CentOS. For various reasons that I cannot really detail here, Red Hat is only shipping these features as part of the "Red Hat Cloud Infrastructure" product. Luckily, since you are using CentOS you do not really care about official Red Hat RPMs, and you can get the packages here: http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/ This yum repository file will help: [qemu-kvm-rhev] name=oVirt rebuilds of qemu-kvm-rhev baseurl=http://resources.ovirt.org/pub/ovirt-3.5/rpm/el7Server/ mirrorlist=http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-3.5-el7Server enabled=1 skip_if_unavailable=1 gpgcheck=0 Drop it in /etc/yum.repos.d/qemu-kvm-rhev.repo and install qemu-kvm-rhev with yum. All features will be available. It would be simpler to have a CentOS SIG build this, but it hasn't happened yet. Thanks, Paolo