From owner-freebsd-fs@FreeBSD.ORG Fri Dec 9 20:39:27 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 243D2106564A for ; Fri, 9 Dec 2011 20:39:27 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D7E788FC08 for ; Fri, 9 Dec 2011 20:39:26 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so4438548vbb.13 for ; Fri, 09 Dec 2011 12:39:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=VpqUC8ZqPuq75vrD25788c8UWGg6PSvda8CucaHoi0A=; b=Kcc9F8wn/EsNy6sGCeOKqxpPw0MocVPgJXVUQQG9WnHkNpZ1kbqNXBga6frk7Yi7qb 8rbuOhgIjW/JftUjXwzICs/CQEhbr4uh18I+h1qgeTivV1ncwt85NRhrkqzmAPaLUxRk Q7zrSMeH8erGU68cvjzertlVLRRX1l1U6jv9Q= MIME-Version: 1.0 Received: by 10.52.117.162 with SMTP id kf2mr5558527vdb.43.1323463166179; Fri, 09 Dec 2011 12:39:26 -0800 (PST) Received: by 10.220.231.10 with HTTP; Fri, 9 Dec 2011 12:39:26 -0800 (PST) In-Reply-To: <4EE2710C.5030009@internet2.edu> References: <4EE118C7.8030803@internet2.edu> <4EE12632.4070309@internet2.edu> <20111209032026.GA93676@icarus.home.lan> <4EE2710C.5030009@internet2.edu> Date: Fri, 9 Dec 2011 12:39:26 -0800 Message-ID: From: Freddie Cash To: Dan Pritts Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org Subject: Re: ZFS hangs with 8.2-release X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 20:39:27 -0000 On Fri, Dec 9, 2011 at 12:35 PM, Dan Pritts wrote: > You don't have to go with FreeBSD 9.x to try and solve this problem. > You can simply upgrade to FreeBSD 8.2-STABLE (you are running > 8.2-RELEASE right now). ZFS has improved/changed between those 8.2 > "versions". > > I upgraded to 8.2-STABLE last night. =C2=A0 (8.2-RELEASE-p3 it calls itse= lf) > using freebsd-update. 8.2-RELEASE-p3 is still 8.2-RELEASE. In SVN terms, this is releng/8.2. In CVS terms, this is tag=3DRELENG_8_2. aka "the security branch for 8.2". This is not 8-STABLE (or 8.2-STABLE). In SVN terms, you need to update to stable/8 In CVS terms, you need to update to tag=3DRELENG_8 The version number shown by "uname -a" will then show either 8-STABLE or 8.2-STABLE. --=20 Freddie Cash fjwcash@gmail.com