From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: iSCSI front-end for Hail Date: Wed, 05 May 2010 23:02:58 -0400 Message-ID: <4BE23162.1070004@garzik.org> References: <4BDCAB1A.6070109@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=/o+5AAqmyJ/men1UWrgyTHXE0ZS5d086U+xIsi1ZmjU=; b=WhlB/tiC75l6CNsRtwBSW1/YgMD2izP3mibauGgk7LhKUDXx7HcB4ISy8QnEy6oSp0 HuiVeWsnRTt8LrKOelpwBafYUgbianPkNgydWTGCytMu0JHnd/5K3xTo4N9mCSXJCmZK cYoeoWa8WKD3hy4O/6NjLCOtKQzza22vYxC+4= In-Reply-To: <4BDCAB1A.6070109@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jeff Garzik Cc: Project Hail As of commit 23a5795e3ca555a6454b199e071482bb50655508, itd is passing integrity and stress tests from two test suites, iscsi-harness found in netbsd-iscsi pkg, and basic blkdev integrity tests using dd(1). There is a whopping big memory leak that needs fixing, but the basics appear to be working. Jeff