From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQrE-0003bq-6n for qemu-devel@nongnu.org; Tue, 24 Sep 2013 07:32:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOQr5-0003YM-JG for qemu-devel@nongnu.org; Tue, 24 Sep 2013 07:32:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQr5-0003Xd-C7 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 07:32:35 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8OBWXZw032139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Sep 2013 07:32:33 -0400 Date: Tue, 24 Sep 2013 13:32:31 +0200 From: Stefan Hajnoczi Message-ID: <20130924113231.GC27882@stefanha-thinkpad.redhat.com> References: <1379947113-12476-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379947113-12476-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Do not execute 052 with -nocache List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org On Mon, Sep 23, 2013 at 04:38:33PM +0200, Max Reitz wrote: > Test 052 uses qemu-io -s which will result in bdrv_open trying to create > a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs > do not work well together, disable this test for -nocache. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/052 | 1 + > 1 file changed, 1 insertion(+) Acked-by: Stefan Hajnoczi