From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzSbU-0002fk-RV for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:02:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzSbQ-00067S-N1 for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:02:36 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:33953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzSbQ-00067J-ID for qemu-devel@nongnu.org; Thu, 19 Nov 2015 12:02:32 -0500 Received: by wmvv187 with SMTP id v187so35658786wmv.1 for ; Thu, 19 Nov 2015 09:02:31 -0800 (PST) Sender: Paolo Bonzini References: <6A17C71B52524C408E7AAF69103E9E490F14400C@fabamailserver.fabagl.fabasoft.com> <20151113190014.GB18986@redhat.com> <6A17C71B52524C408E7AAF69103E9E490F14E9F4@fabamailserver.fabagl.fabasoft.com> <20151117095920.GB2498@work-vm> <6A17C71B52524C408E7AAF69103E9E490F153F45@fabamailserver.fabagl.fabasoft.com> <20151117113601.GD2498@work-vm> <6A17C71B52524C408E7AAF69103E9E490F15520E@fabamailserver.fabagl.fabasoft.com> <6A17C71B52524C408E7AAF69103E9E490F1552E7@fabamailserver.fabagl.fabasoft.com> <20151117144225.GH2498@work-vm> <6A17C71B52524C408E7AAF69103E9E490F15ECE9@fabamailserver.fabagl.fabasoft.com> From: Paolo Bonzini Message-ID: <564E00A4.7070207@redhat.com> Date: Thu, 19 Nov 2015 18:02:28 +0100 MIME-Version: 1.0 In-Reply-To: <6A17C71B52524C408E7AAF69103E9E490F15ECE9@fabamailserver.fabagl.fabasoft.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] WG: [ovirt-users] Segmentation fault in libtcmalloc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Grundmann, Christian" , "'Dr. David Alan Gilbert'" Cc: "'qemu-devel@nongnu.org'" , "stefanha@redhat.com" On 19/11/2015 17:00, Grundmann, Christian wrote: > Hi, it seems that using virtio-scsi did the trick, But now the VMs > are pausing without an coredump, so the underlying Problem (no > storage Error) is not fixed, As I am using Snapshots (and so the > disks have to grow very fast) I try if tuning > "volume_utilization_percent" and "volume_utilization_chunk_mb" will > help (https://access.redhat.com/solutions/130843) The fix for virtio-blk is probably this patch: http://article.gmane.org/gmane.comp.emulators.qemu.block/6380/raw Paolo