From owner-freebsd-fs@FreeBSD.ORG Wed Jul 17 08:28:23 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 506183BB for ; Wed, 17 Jul 2013 08:28:23 +0000 (UTC) (envelope-from maurizio.vairani@cloverinformatica.it) Received: from smtpdg2.aruba.it (smtpdg220.aruba.it [62.149.158.220]) by mx1.freebsd.org (Postfix) with ESMTP id 8B63BC96 for ; Wed, 17 Jul 2013 08:28:21 +0000 (UTC) Received: from cloverinformatica.it ([188.10.129.202]) by smtpcmd01.ad.aruba.it with bizsmtp id 1LT91m00h4N8xN401LT9JH; Wed, 17 Jul 2013 10:27:10 +0200 Received: from [192.168.0.81] (ASUS-TERMINATOR [192.168.0.81]) by cloverinformatica.it (Postfix) with ESMTP id B66FBF5E6; Wed, 17 Jul 2013 10:27:09 +0200 (CEST) Message-ID: <51E6555D.2080803@cloverinformatica.it> Date: Wed, 17 Jul 2013 10:27:09 +0200 From: Maurizio Vairani User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org, freebsd-fs@freebsd.org Subject: Shutdown problem with an USB memory stick as ZFS cache device Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 08:28:23 -0000 Hi all, on a Compaq Presario laptop I have just installed the latest stable #uname -a FreeBSD presario 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0: Tue Jul 16 16:32:39 CEST 2013 root@presario:/usr/obj/usr/src/sys/GENERIC amd64 For speed up the compilation I have added to the pool, tank0, a SanDisk memory stick as cache device with the command: # zpool add tank0 cache /dev/da0 But when I shutdown the laptop the process will halt with this screen shot: http://www.dump-it.fr/freebsd-screen-shot/2f9169f18c7c77e52e873580f9c2d4bf.jpg.html and I need to press the power button for more than 4 seconds to switch off the laptop. The problem is always reproducible. Regards Maurizio