From owner-freebsd-stable@freebsd.org Tue Jul 21 20:54:55 2015 Return-Path: Delivered-To: freebsd-stable@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 027499A6C6C for ; Tue, 21 Jul 2015 20:54:55 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF08B1FE7 for ; Tue, 21 Jul 2015 20:54:54 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: by oihq81 with SMTP id q81so131747788oih.2 for ; Tue, 21 Jul 2015 13:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7Kz2XZ3MUsRgVnKzqK/GgbDwwV4MvqPDZuAOSi0k8ds=; b=zOQg7fr4na2EL2+3oOP9ecJjq8At1oK98eZRmIM6cxx/GlLOF1B3vQh77j7eHUI2hy kW/twYyRCJ7fb9u55y7g6HYhz/x/wfst83c5BnG0P58bHNXNAT+IKzo5TRqaEXtt50Wz pBcoODYb1UUOYbenCfxYS9davgaMgiACaqj714VwFqRfyGxsY/XIvdof0h9p2k2Nk+E5 bueXtlFVfb8d7wJYaj9Ocw7CzmYpqPkugb/rsX4ga3WIFOZnc3aTeAr03WRK50Hv3MIa XlaL6DYtlRuI1ajT2sGtidTn7JBH1hEPQmWK4a7c9JZ4g27CjjUC8EBjM0bfekq6G2Xn UM6w== MIME-Version: 1.0 X-Received: by 10.182.236.7 with SMTP id uq7mr32826004obc.42.1437512094002; Tue, 21 Jul 2015 13:54:54 -0700 (PDT) Received: by 10.202.104.65 with HTTP; Tue, 21 Jul 2015 13:54:53 -0700 (PDT) In-Reply-To: <55A9D79E.3070601@techtangents.com> References: <55A9D79E.3070601@techtangents.com> Date: Tue, 21 Jul 2015 13:54:53 -0700 Message-ID: Subject: Re: Problems adding Intel 750 to zfs pool From: Jim Harris To: "dylan@techtangents.com" Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 20:54:55 -0000 On Fri, Jul 17, 2015 at 9:35 PM, dylan@techtangents.com < dylan@techtangents.com> wrote: > Hi, > > I've installed an Intel 750 400GB NVMe PCIe SSD in a Dell R320 running > FreeBSD 10.2-beta-1... not STABLE, but not far behind, I think. Apologies > if this is the wrong mailing list, or if this has been fixed in STABLE > since the beta. > > Anyway, I've gparted it into 2 partitions - 16GB for slog/zil and 357GB > for l2arc. Adding the slog partition to the pool takes about 2 minutes - > machine seems hung during that time. Ping works, but I can't open another > ssh session. > > Adding the l2arc doesn't seem to complete - it's been going 10 minutes now > and nothing. Ping works, but I can't log in to the local console or another > ssh session. > > I'm adding the partitions using their gpt names. i.e. > zpool add zroot log gpt/slog > zpool add zroot cache gpt/l2arc > > The system BIOS is up-to-date. The OS was a fresh 10.1 install, then > freebsd-update to 10.2-beta2. 10.1 exhibited the same symptoms. > > Root is on zfs. > > Device was tested to be working on Windows 8.1 on a Dell T1700 workstation. > > Any ideas? > Hi Dylan, I just committed SVN r285767 which should fix this issue. I will request MFC to stable/10 after the 3 day waiting period. Thanks, -Jim > Cheers, > > Dylan Just > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >