From owner-freebsd-current@freebsd.org Fri Apr 22 18:33:43 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E05B187E8 for ; Fri, 22 Apr 2016 18:33:43 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05A0F1DF7 for ; Fri, 22 Apr 2016 18:33:42 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=UgTsf0czZ2L7MkAl8m3w2gEBvXd0THcpUP9ocrUCJ4A=; b=r43BIRmlb7y5J3POPA+6O9+74nJC1a+79djgleJcuhVEhByyrkZNMBt9cvNhfzyE9xAwCEkrLiF8yjtemMk7S1DclKcXejrIce/s1w4Zb5MAi0HYNw8qodn0AlvOYUmPoseSKcwhLXdIbKck7nt9d1fySG+gNHFBN8pok4Gagaw=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1atftV-000Oe3-AQ ; Fri, 22 Apr 2016 21:33:33 +0300 Date: Fri, 22 Apr 2016 21:33:32 +0300 From: Ivan Klymenko To: Warner Losh Cc: FreeBSD Current Subject: Re: Heads up Message-ID: <20160422213332.7e031073@nonamehost.local> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2016 18:33:43 -0000 On Thu, 14 Apr 2016 16:42:33 -0600 Warner Losh wrote: > The CAM I/O scheduler has been committed to current. This work is > described in > https://people.freebsd.org/~imp/bsdcan2015/iosched-v3.pdf though the > default scheduler doesn't change the default (old) behavior. > > One possible issue, however, is that it also enables NCQ Trims on ada > SSDs. There are a few rogue drives that claim support for this > feature, but actually implement data corrupt instead of queued trims. > The list of known rogues is believed to be complete, but some caution > is in order. > > Warner Hi. I have the small issue. I have one hard drive with zfs. If i beginning cloning the hard drive in VirtualBox machine - this process is very slow 1,5-2 hours. Without CAM_NETFLIX_IOSCHED options - this process two or three times faster. With this is possible to do something? Thanks.