From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz2Ku-0008SH-4e for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:50:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz2Kn-0006MT-Ml for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:50:39 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:58117 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz2Kn-0006MN-6a for qemu-devel@nongnu.org; Fri, 03 Jan 2014 05:50:33 -0500 Message-ID: <52C69649.2030600@kamp.de> Date: Fri, 03 Jan 2014 11:51:53 +0100 From: Peter Lieven MIME-Version: 1.0 References: <1388062130-21126-1-git-send-email-pl@kamp.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5] block: add native support for NFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Fam Zheng , ronnie sahlberg , qemu-devel , Orit Wasserman , Stefan Hajnoczi , Paolo Bonzini On 03.01.2014 11:37, Stefan Hajnoczi wrote: > Looks good. In order to merge this new block driver qemu-iotests > support for nfs is required. That way the block driver can be exercised > and checked for regressions (I guess you performed manual testing > during development). > > Please see tests/qemu-iotests/common for examples of > NBD/SSH/Sheepdog/etc support. > > The qemu-iotests test suite with raw, qcow2, and vmdk formats should > work on top of NFS. Assuming you have an NFS server already running > on localhost, something like the following should succeed: > > cd tests/qemu-iotests > ln -s ../../x86_64-softmmu/qemu-system-x86_64 qemu > ln -s ../../qemu-img . > ln -s ../../qemu-io . > ./check -nfs # raw format by default > ./check -nfs -qcow2 > ./check -nfs -vmdk > > Maybe -nfs should take the base NFS URI as an argument to allow more > flexible test configurations. It's up to you. > > More info on qemu-iotests: http://qemu-project.org/Documentation/QemuIoTests That would have been good to know earlier ;-) Will look into this. Peter