From owner-freebsd-fs@freebsd.org Sun Apr 10 15:22:13 2016 Return-Path: Delivered-To: freebsd-fs@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 44FD9B0B58D for ; Sun, 10 Apr 2016 15:22:13 +0000 (UTC) (envelope-from paul@pk1048.com) Received: from cpanel61.fastdnsservers.com (server61.fastdnsservers.com [216.51.232.61]) (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 29B73182E for ; Sun, 10 Apr 2016 15:22:12 +0000 (UTC) (envelope-from paul@pk1048.com) Received: from [172.56.28.49] (port=45007 helo=[172.20.10.4]) by cpanel61.fastdnsservers.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86_1) (envelope-from ) id 1apGWz-001hwV-VS; Sun, 10 Apr 2016 09:40:08 -0500 Subject: Re: ZFS pool with a large number of filesystems Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 From: PK1048 In-Reply-To: <34DB45E8-7E1F-4D7C-96FF-E0A403EE8000@omnigroup.com> Date: Sun, 10 Apr 2016 10:39:54 -0400 Cc: "freebsd-fs@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <34DB45E8-7E1F-4D7C-96FF-E0A403EE8000@omnigroup.com> To: Wim Lewis X-Mailer: Apple Mail (2.3124) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel61.fastdnsservers.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pk1048.com X-Get-Message-Sender-Via: cpanel61.fastdnsservers.com: authenticated_id: info@pk1048.com X-Authenticated-Sender: cpanel61.fastdnsservers.com: info@pk1048.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 15:22:13 -0000 > On Apr 4, 2016, at 20:38, Wim Lewis wrote: >=20 > I'm curious how many ZFS filesystems are reasonable to have on a = single machine (in a single zpool). We're contemplating a design in = which we'd have tens of thousands, perhaps a couple hundred thousand, = filesystems mounted out of the same pool. Before we go too far into = investigating this idea: Does anyone have real-world experience doing = something like that? Is it a situation that ZFS-on-FreeBSD is engineered = to handle with good performance? Is there a rough estimate of the = resources consumed per additional filesystem (in terms of kernel VM and = disk space)? >=20 > Thanks for any insight or advice (even, or especially, if the answer = is "that's crazy, don't do that" :) ) In a previous life I ran ZFS on Solaris (10) with hundreds of datasets, = but all off of the top level zpool. We also had hundreds of thousands of = snapshots. There was no noticeable hit to user performance, but as = others have pointed out, getting a listing of all the datasets and = snapshots was not a fast operation. zfs list -t filesystem on the other = hand was fast. Fast forwarding to today=E2=80=A6 I have a handful of FreeBSD boxes = running ZFS with less than 100 datasets but with _hourly_ snapshots kept = for 30 days. That is 720 snapshots per dataset. Our largest server has = about 50 datasets, so about 36,000 snapshots. zfs list -t filesystem is = fast while zfs list -t snapshot is slow, but I don=E2=80=99t do that = very often. No performance hit to normal I/O. The FreeBSD hardware is Xeon X55xx or E55xx, usually 2 quad core CPUs, = so 8 or 16 vCPU. RAM varies from low of 12GB to a high of 80GB. Systems = are running a mix of vBox VMs, file service, backup service (including = Mac OS Timemachine backups via NetATalk). From owner-freebsd-fs@freebsd.org Sun Apr 10 21:01:32 2016 Return-Path: Delivered-To: freebsd-fs@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 63027B0BB42 for ; Sun, 10 Apr 2016 21:01:32 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 421CB1D7A for ; Sun, 10 Apr 2016 21:01:32 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3AL01Vi070502 for ; Sun, 10 Apr 2016 21:01:32 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201604102101.u3AL01Vi070502@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-fs@FreeBSD.org Subject: Problem reports for freebsd-fs@FreeBSD.org that need special attention Date: Sun, 10 Apr 2016 21:01:32 +0000 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 21:01:32 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 203492 | mount_unionfs -o below causes panic Open | 136470 | [nfs] Cannot mount / in read-only, over NFS Open | 139651 | [nfs] mount(8): read-only remount of NFS volume d Open | 144447 | [zfs] sharenfs fsunshare() & fsshare_main() non f 4 problems total for which you should take action. From owner-freebsd-fs@freebsd.org Mon Apr 11 13:17:43 2016 Return-Path: Delivered-To: freebsd-fs@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 5EEFFB0C9BA for ; Mon, 11 Apr 2016 13:17:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 4F8A31A2C for ; Mon, 11 Apr 2016 13:17:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BDHgZO090254 for ; Mon, 11 Apr 2016 13:17:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204140] ZFS's dsl_pool.c and spa_misc.c leak FreeBSD-specific kernel routines into userland libraries Date: Mon, 11 Apr 2016 13:17:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 13:17:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204140 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: smh Date: Mon Apr 11 13:17:12 UTC 2016 New revision: 297819 URL: https://svnweb.freebsd.org/changeset/base/297819 Log: Only include sysctl in kernel build Only include sysctl in kernel builds fixing warning about implicit declaration of function 'sysctl_handle_int'. PR: 204140 MFC after: 1 week X-MFC-With: r297813 Sponsored by: Multiplay Changes: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Apr 11 13:18:51 2016 Return-Path: Delivered-To: freebsd-fs@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 72134B0CA86 for ; Mon, 11 Apr 2016 13:18:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 628E01C4E for ; Mon, 11 Apr 2016 13:18:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BDIp9v091836 for ; Mon, 11 Apr 2016 13:18:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204140] ZFS's dsl_pool.c and spa_misc.c leak FreeBSD-specific kernel routines into userland libraries Date: Mon, 11 Apr 2016 13:18:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 13:18:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204140 Steven Hartland changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |smh@FreeBSD.org Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Apr 11 22:16:35 2016 Return-Path: Delivered-To: freebsd-fs@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 D73BDB0CDE1 for ; Mon, 11 Apr 2016 22:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C801D1D44 for ; Mon, 11 Apr 2016 22:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BMGZ6Z059732 for ; Mon, 11 Apr 2016 22:16:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208691] "panic: ffs_valloc: dup alloc" as soon as UFS root partition is mounted Date: Mon, 11 Apr 2016 22:16:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 22:16:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208691 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Apr 11 22:17:59 2016 Return-Path: Delivered-To: freebsd-fs@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 B4651B0CF5B for ; Mon, 11 Apr 2016 22:17:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 A51CF1ED4 for ; Mon, 11 Apr 2016 22:17:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BMHxI0061682 for ; Mon, 11 Apr 2016 22:17:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208669] Improvement of pxeboot using Linux NFS servers. Date: Mon, 11 Apr 2016 22:17:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 22:17:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208669 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Apr 11 22:36:32 2016 Return-Path: Delivered-To: freebsd-fs@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 5211AB0CEE4 for ; Mon, 11 Apr 2016 22:36:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 42983114B for ; Mon, 11 Apr 2016 22:36:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3BMaWHN003367 for ; Mon, 11 Apr 2016 22:36:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208691] "panic: ffs_valloc: dup alloc" as soon as UFS root partition is mounted Date: Mon, 11 Apr 2016 22:36:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mckusick@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 22:36:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208691 Kirk McKusick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mckusick@FreeBSD.org --- Comment #1 from Kirk McKusick --- This is a known problem with journaled soft updates. It only fixes things t= hat are in its log. Most disks are run with write cache enabled which means that they lie about completing I/O operations. Specifically they report that an = I/O has been made to stable store when in fact it is only in the RAM-cache on t= he disk. If power to the disk is lost before the cache is flushed, the write is lost, but journaled soft updates believes it to have been done so does not check for the error. Thus it marks the disk clean when in fact it is not cl= ean. To resolve this problem, you must bring the machine up single user and run a full fsck on it using ``fsck -f -y /filesystem_in_question''. This will find the hidden problem and correct it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Apr 12 12:51:31 2016 Return-Path: Delivered-To: freebsd-fs@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 1D860B0D67E for ; Tue, 12 Apr 2016 12:51:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0DECA1744 for ; Tue, 12 Apr 2016 12:51:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CCpUIU051138 for ; Tue, 12 Apr 2016 12:51:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208735] [zfs] setfacl/NFSv4 ACLs: impossible to set different inheritance for files and directories Date: Tue, 12 Apr 2016 12:51:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 12:51:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208735 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org CC| |trasz@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Apr 12 13:05:50 2016 Return-Path: Delivered-To: freebsd-fs@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 A29DBB0DB02 for ; Tue, 12 Apr 2016 13:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 933DF1E70 for ; Tue, 12 Apr 2016 13:05:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CD5oDf024148 for ; Tue, 12 Apr 2016 13:05:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208691] "panic: ffs_valloc: dup alloc" as soon as UFS root partition is mounted Date: Tue, 12 Apr 2016 13:05:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martinwguy@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 13:05:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208691 --- Comment #2 from Martin Guy --- Thanks Kirk, that made the system boot again. Unfortunately the interesting parts of the fsck output scrolled off the screen before I could copy them, = so I don't know what the filesystem defect was that provoked this panic. However, if the same thing happens to a distant server with only a console,= it would panic while mounting / to go into single-user mode too, making the sy= stem unrecoverable. Peter H wrote to say: > the first (journaled) fsck just replays the journal; it does not > check the file system. That is why journaling fsck is so fast. So another way of seeing the problem is that, if "fsck -p" fails, it tells = the user to run "fsck -y" which says "yes" to fsck's initial "USE JOURNAL?" question and this results in a faster check that doesn't fix the kernel-panicking inconsistency. It needs -fy to get round the "USE JOURNAL?" option. Another solution could be to always do a full check without the journal whe= n a fast filesystem is not clean, instead of "-p"? I don't see a combination of fsck flags to do that. -fyC looks like the closest but needs changing to ma= ke -C override -f and skip the check if the filesystem is clean. Or turning write-behind off by default until a better fix is found? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Apr 12 13:43:04 2016 Return-Path: Delivered-To: freebsd-fs@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 0FF16B0D831 for ; Tue, 12 Apr 2016 13:43:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 F0AFB127A for ; Tue, 12 Apr 2016 13:43:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CDh3xF015641 for ; Tue, 12 Apr 2016 13:43:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208735] [zfs] setfacl/NFSv4 ACLs: impossible to set different inheritance for files and directories Date: Tue, 12 Apr 2016 13:43:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: trasz@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 13:43:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208735 --- Comment #1 from Edward Tomasz Napierala --- "setfacl -m" merges the entry into ACL - it doesn't append it, it replaces = an entry with the same tag and id. You want to use "setfacl -a0" instead. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Apr 12 19:19:53 2016 Return-Path: Delivered-To: freebsd-fs@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 0F304B0DA3C for ; Tue, 12 Apr 2016 19:19:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 F3F9117C7 for ; Tue, 12 Apr 2016 19:19:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CJJqZs045404 for ; Tue, 12 Apr 2016 19:19:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208691] "panic: ffs_valloc: dup alloc" as soon as UFS root partition is mounted Date: Tue, 12 Apr 2016 19:19:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mckusick@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 19:19:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208691 --- Comment #3 from Kirk McKusick --- To your question of recovering when you have a corrupted root filesystem, t= hat is not a problem because the kernel always comes up with the root filesystem read-only. The panics that you can get will only happen when attempting to write the filesystem. So if you are single-user, you will have the opportun= ity to fix the filesystem while it is mounted read-only. It only switches to read-write as it exits single-user and goes to multi-user. The long-term fix is to note in the superblock when the filesystem has pani= c'ed and to force a full fsck when finding this flag set. This is part of a bigg= er project that reduces the number of panics in the filesystem that should be coming in over the next year. As a general rule, you should run with write cache disabled if you want full recoverability after a crash. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Apr 12 19:24:30 2016 Return-Path: Delivered-To: freebsd-fs@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 D60EBB0DD01 for ; Tue, 12 Apr 2016 19:24:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C6C6E1BE8 for ; Tue, 12 Apr 2016 19:24:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CJOU6k058977 for ; Tue, 12 Apr 2016 19:24:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Tue, 12 Apr 2016 19:24:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 19:24:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 07:12:38 2016 Return-Path: Delivered-To: freebsd-fs@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 DCDAEB0E5E2 for ; Wed, 13 Apr 2016 07:12:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CC5D91694 for ; Wed, 13 Apr 2016 07:12:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3D7CcJx064003 for ; Wed, 13 Apr 2016 07:12:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208735] [zfs] setfacl/NFSv4 ACLs: impossible to set different inheritance for files and directories Date: Wed, 13 Apr 2016 07:12:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: trasz@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: trasz@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 07:12:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208735 Edward Tomasz Napierala changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|freebsd-fs@FreeBSD.org |trasz@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 08:18:21 2016 Return-Path: Delivered-To: freebsd-fs@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 CA17EB0CA81 for ; Wed, 13 Apr 2016 08:18:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 BB0BC1E87 for ; Wed, 13 Apr 2016 08:18:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3D8ILfk050468 for ; Wed, 13 Apr 2016 08:18:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 08:18:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 08:18:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #1 from Andriy Gapon --- (In reply to Markus Grundmann from comment #0) Apologies, but did you just want to tell a story? Or did you want to ask a question? Or did you want to report a bug? Could you please be a little bit more specific and tell what action you expect in response? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 08:36:42 2016 Return-Path: Delivered-To: freebsd-fs@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 A3CA8B0DAD2 for ; Wed, 13 Apr 2016 08:36:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 948EF1833 for ; Wed, 13 Apr 2016 08:36:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3D8ag4M090759 for ; Wed, 13 Apr 2016 08:36:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 08:36:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markus@freebsduser.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 08:36:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #2 from Markus Grundmann --- (In reply to Andriy Gapon from comment #1) I have no idea why a false pool was used as basis for the first stage to bo= ot the kernel. I think it is a bug. After the kernel is booted right zpool is used. "/boot/loader" says: vfs.root.mountfrom =3D "zfs:zroot/ROOT/default" and not vfs.root.mountfrom =3D "zfs:zbackup/..." I think gptzfsboot code is not interested in the name of the pool to boot. Best regards, Markus --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 12:24:29 2016 Return-Path: Delivered-To: freebsd-fs@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 664E9B0DDBD for ; Wed, 13 Apr 2016 12:24:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 56BF119C4 for ; Wed, 13 Apr 2016 12:24:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DCOT0N039282 for ; Wed, 13 Apr 2016 12:24:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 12:24:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:24:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 Steven Hartland changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smh@FreeBSD.org --- Comment #3 from Steven Hartland --- vfs.root.mountfrom tells the kernel which FS to use as the root FS, this is after the kernel is loaded, which is done from the first valid partition on= the boot drive hence what your seeing. Would be nice if we had more control of this but the quick fix is remove the loader from your old device. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 12:45:47 2016 Return-Path: Delivered-To: freebsd-fs@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 19A8AB0E5F0 for ; Wed, 13 Apr 2016 12:45:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0A5A51626 for ; Wed, 13 Apr 2016 12:45:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DCjkei025424 for ; Wed, 13 Apr 2016 12:45:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 12:45:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markus@freebsduser.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:45:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #4 from Markus Grundmann --- The old device (partition ID 2) has no boot loader. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 12:56:06 2016 Return-Path: Delivered-To: freebsd-fs@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 C5372B0E98F for ; Wed, 13 Apr 2016 12:56:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AE5DA1CD0 for ; Wed, 13 Apr 2016 12:56:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DCu6u3074172 for ; Wed, 13 Apr 2016 12:56:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 12:56:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:56:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #5 from Andriy Gapon --- (In reply to Markus Grundmann from comment #2) The behaviour of gptzfsboot is described in its manual page, likewise the behaviour of zfsloader. Do you see anything that works contrary to the documented behaviour? https://www.freebsd.org/cgi/man.cgi?query=3Dgptzfsboot&sektion=3D8&apropos= =3D0&manpath=3DFreeBSD+10.3-RELEASE --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 12:57:38 2016 Return-Path: Delivered-To: freebsd-fs@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 95FFFB0EA40 for ; Wed, 13 Apr 2016 12:57:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 86D361DB9 for ; Wed, 13 Apr 2016 12:57:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DCvcHw076102 for ; Wed, 13 Apr 2016 12:57:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 12:57:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:57:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #6 from Steven Hartland --- gptzfsboot is not use for EFI. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 12:59:58 2016 Return-Path: Delivered-To: freebsd-fs@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 42D89B0EB3F for ; Wed, 13 Apr 2016 12:59:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 33B491E98 for ; Wed, 13 Apr 2016 12:59:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DCxvKM079180 for ; Wed, 13 Apr 2016 12:59:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 12:59:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 12:59:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #7 from Steven Hartland --- For clarification my comments are for EFI, not that this is case here, sorr= y if that was confusing. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 13:03:05 2016 Return-Path: Delivered-To: freebsd-fs@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 1B04AB0ED86 for ; Wed, 13 Apr 2016 13:03:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0BEF71221 for ; Wed, 13 Apr 2016 13:03:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DD34nQ024978 for ; Wed, 13 Apr 2016 13:03:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 13:03:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: nowak@tepeserwery.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 13:03:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 nowak@tepeserwery.pl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nowak@tepeserwery.pl --- Comment #8 from nowak@tepeserwery.pl --- Changing partition type to other than freebsd-zfs should make gptzfsboot sk= ip that partition. Changing the order of 2nd and 3rd partition would also work. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 13:12:56 2016 Return-Path: Delivered-To: freebsd-fs@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 6A67BB0F37D for ; Wed, 13 Apr 2016 13:12:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 5B364172A for ; Wed, 13 Apr 2016 13:12:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DDCu6i045822 for ; Wed, 13 Apr 2016 13:12:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 13:12:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 13:12:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #9 from Andriy Gapon --- (In reply to Steven Hartland from comment #3) We have some control via /boot.config or /boot/config, but they have to be placed on the first pool. BTW, I am not sure if just removing zfsloader fr= om the first pool is going to help. I suspect that that can result in a boot failure, but I am not sure. There has also been a proposal for the ZFS boot chain to ignore pools that = do not have bootfs explicitly set unless such a pool is an only discovered poo= l. I think that that makes sense. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 13:18:02 2016 Return-Path: Delivered-To: freebsd-fs@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 39B8EB0F543 for ; Wed, 13 Apr 2016 13:18:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 2A87A1A9A for ; Wed, 13 Apr 2016 13:18:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DDI1HM052981 for ; Wed, 13 Apr 2016 13:18:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 13:18:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markus@freebsduser.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 13:18:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #10 from Markus Grundmann --- No "boofs" is defined. I understand the "issue" when gptzfsboot is using the first available zpool that holds all files in /boot for first stage of boot. # zpool import zbackup # zpool get all zbackup NAME PROPERTY VALUE SOUR= CE zbackup size 7.94G - zbackup capacity 6% - zbackup altroot - defa= ult zbackup health ONLINE - zbackup guid 16990376562684171633 defa= ult zbackup version - defa= ult zbackup bootfs - defa= ult zbackup delegation on defa= ult zbackup autoreplace off defa= ult zbackup cachefile - defa= ult zbackup failmode wait defa= ult zbackup listsnapshots on local zbackup autoexpand off defa= ult zbackup dedupditto 0 defa= ult zbackup dedupratio 1.00x - zbackup free 7.40G - zbackup allocated 550M - zbackup readonly off - zbackup comment - defa= ult zbackup expandsize - - zbackup freeing 0 defa= ult zbackup fragmentation 5% - zbackup leaked 0 defa= ult zbackup feature@async_destroy enabled local zbackup feature@empty_bpobj active local zbackup feature@lz4_compress active local zbackup feature@multi_vdev_crash_dump enabled local zbackup feature@spacemap_histogram active local zbackup feature@enabled_txg active local zbackup feature@hole_birth active local zbackup feature@extensible_dataset enabled local zbackup feature@embedded_data active local zbackup feature@bookmarks enabled local zbackup feature@filesystem_limits enabled local zbackup feature@large_blocks enabled local --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 14:27:31 2016 Return-Path: Delivered-To: freebsd-fs@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 1A087B0F0C8 for ; Wed, 13 Apr 2016 14:27:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 088E91E65 for ; Wed, 13 Apr 2016 14:27:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3DERUWR037606 for ; Wed, 13 Apr 2016 14:27:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Wed, 13 Apr 2016 14:27:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 14:27:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #11 from Steven Hartland --- (In reply to Andriy Gapon from comment #9) That's a good idea in principle but I suspect if implemented it may result = in a lot of unbootable machines :( --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Apr 13 14:58:06 2016 Return-Path: Delivered-To: freebsd-fs@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 A2983B0FCA3 for ; Wed, 13 Apr 2016 14:58:06 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (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 60E791142 for ; Wed, 13 Apr 2016 14:58:06 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from zero-gravitas.local (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 4B97211651 for ; Wed, 13 Apr 2016 14:57:56 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/4B97211651; dkim=none; dkim-atps=neutral To: freebsd-fs@freebsd.org From: Matthew Seaman Subject: zpool scrub makes zfs get slow? Message-ID: <570E5E90.7060107@FreeBSD.org> Date: Wed, 13 Apr 2016 15:58:24 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aFWt5r8pjleFi05DAAWV9ACtjvoXd0Qk5" X-Virus-Scanned: clamav-milter 0.99.1 at smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,RDNS_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 14:58:06 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aFWt5r8pjleFi05DAAWV9ACtjvoXd0Qk5 Content-Type: multipart/mixed; boundary="U1D5aCBBcj7jIL4X5eaDX6fnniKlD9LLt" From: Matthew Seaman To: freebsd-fs@freebsd.org Message-ID: <570E5E90.7060107@FreeBSD.org> Subject: zpool scrub makes zfs get slow? --U1D5aCBBcj7jIL4X5eaDX6fnniKlD9LLt Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Part of our monitoring relies on running commands like: /sbin/zfs get -rHp -o value usedbysnapshots zroot through snmpd. We noticed today that this was timing out and it corresponded to a regular 'zpool scrub' starting up. While scrubbing is going on, that command can take in excess of a minute to return: % time /sbin/zfs get -rHp -o value usedbysnapshots zroot > /dev/null 0.298u 0.826s 1:08.62 1.6% 104+166k 47618+0io 0pf+0w % freebsd-version -ku 10.2-RELEASE-p9 10.2-RELEASE-p12 There's a large but not huge number of ZFSes in that pool: about 2500, and the drives are geli encrypted. Is this expected behaviour? Is there anything we can do to make 'zfs get' more snappy in these circumstances? Cheers, Matthew --U1D5aCBBcj7jIL4X5eaDX6fnniKlD9LLt-- --aFWt5r8pjleFi05DAAWV9ACtjvoXd0Qk5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQJ8BAEBCgBmBQJXDl6WXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnFhAQAIb13VzBnRc7uPVhVHFGrab9 EIu61OI4HWR/nt2kFpUOQ/MkOtFwXX2EW5tdC7BRpcTYf87o4jbeJ7oVCue4Ih5s 2Pzwv5r6M1sBkjXu8AiLdazLOXaxwtVoHD9meSNkVJ1unWv3E+wprrFVgB9DM1MO KGVKfetsNNRI6xifhuXZUcOIPrAqJZo6vz36QVNh3Bur7KOgum1dXt//sQ5HEri1 dzWFYdeXP2j9h6Plh5EnvzvcM7/vXEi0yRTjbY6wLixnV/G+OXMTl2LhuIq2vKWN UYoY9rPingy7lZxM7KOT5PYD7ULIVJ+6gnKymXsqUQo3g1WIAu/UD9fX8tf8kdFM BgiPM24RjN/DfpyzdVJM5cvXVoSzSTWSMMeo3fFLC/BjfZfeVaCKYyjPCPOIeUE8 Lfgl/+y/7gNePl49ayBFBQNDfrxqRTEIxzQFGJnriBRi2rgtyASsSycDlKb/kk/f zyzSTTLlgoR9O24AIe3YpiHOLtxrIdljHEX2uQmLRmvH7V0hF2Sy/+1/qZeam/vT GbNWX+Z9jZzhhc779G9yzOdxNZkv3O2WwhqWLEF6y1XKlKsVms+jVwCFS2CfuQFN v8GbMwhPp62I9I+Nr+rhle6dzj5DKY0FKXYSIgUsOAnwFphUqjuKo1Pjm4QO2JZV nwN47SCDGjojDPUQMkL9 =cZW/ -----END PGP SIGNATURE----- --aFWt5r8pjleFi05DAAWV9ACtjvoXd0Qk5-- From owner-freebsd-fs@freebsd.org Thu Apr 14 12:30:16 2016 Return-Path: Delivered-To: freebsd-fs@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 F317AAECAE7 for ; Thu, 14 Apr 2016 12:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E448412D7 for ; Thu, 14 Apr 2016 12:30:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3ECUEH2086709 for ; Thu, 14 Apr 2016 12:30:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204764] Filesystem deadlock, process in vodead state Date: Thu, 14 Apr 2016 12:30:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rs@bytecamp.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 12:30:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204764 --- Comment #21 from Robert Schulze --- Just to clarify: After rebooting the machine once, the deadlock did not occ= ur again. I'm currently unable to reproduce this issue but hope that the workl= oads of the other reporters could lead to a better diagnostic. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Apr 14 14:00:54 2016 Return-Path: Delivered-To: freebsd-fs@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 1723BB0FFC0 for ; Thu, 14 Apr 2016 14:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0829213C8 for ; Thu, 14 Apr 2016 14:00:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3EE0qFd099001 for ; Thu, 14 Apr 2016 14:00:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Thu, 14 Apr 2016 14:00:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 14:00:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #12 from Andriy Gapon --- (In reply to Steven Hartland from comment #11) I've never conducted any survey on this, but my impression is that the shar= e of systems with multiple ZFS pools is not that great. Also, of those systems t= he share of systems where bootfs property of the boot pool is not set / defaul= t is even smaller. And the preparation for the change would be trivial given a sufficiently early heads-up warning. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Apr 14 15:00:06 2016 Return-Path: Delivered-To: freebsd-fs@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 8CADDB0F362 for ; Thu, 14 Apr 2016 15:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 7D62C16CB for ; Thu, 14 Apr 2016 15:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3EF054s047165 for ; Thu, 14 Apr 2016 15:00:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Thu, 14 Apr 2016 15:00:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 15:00:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 --- Comment #13 from Steven Hartland --- (In reply to Andriy Gapon from comment #12) Looking at a handful of machines here that seems to be the case: zpool get bootfs NAME PROPERTY VALUE SOURCE data bootfs - default tank bootfs tank/root local --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Apr 14 17:15:54 2016 Return-Path: Delivered-To: freebsd-fs@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 B50F2ADA71C for ; Thu, 14 Apr 2016 17:15:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 A5D421529 for ; Thu, 14 Apr 2016 17:15:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3EHFrYB006178 for ; Thu, 14 Apr 2016 17:15:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 208742] /boot/gptzfsboot boots kernel from another zpool (not root pool) Date: Thu, 14 Apr 2016 17:15:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: matthew@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 17:15:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208742 Matthew Seaman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew@FreeBSD.org --- Comment #14 from Matthew Seaman --- But that looks identical to what the installer generates when using an encrypted pool: backup-4:~:% zpool get bootfs=20 NAME PROPERTY VALUE SOURCE bootpool bootfs - default zroot bootfs zroot/ROOT/default local 'bootpool' contains the unencrypted kernel we want to boot from, but zroot= =20 has the (encrypted) root filesystem. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Apr 14 21:39:07 2016 Return-Path: Delivered-To: freebsd-fs@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 4B87AAEC0DF for ; Thu, 14 Apr 2016 21:39:07 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id E5F8E1516 for ; Thu, 14 Apr 2016 21:39:06 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) IronPort-PHdr: 9a23:Ig8UMR+PkLFK/v9uRHKM819IXTAuvvDOBiVQ1KB91u4cTK2v8tzYMVDF4r011RmSDdWdtq0P07SempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXsq3G/pQQfBg/4fVIsYL+lSsiP0I/viaibwN76XUZhvHKFe7R8LRG7/036l/I9ps9cEJs30QbDuXBSeu5blitCLFOXmAvgtI/rpMYwu3cYh/V0+dRNXK/hc+E2VvQMAi4rPmou6IjlrjHNVwaC7GAQFGIMnUwbLRLC6UTAX5zy+g7zvel51SzSadfzRLs3XTmnx7psRwLljD8HcTUwpjKEwvdshb5W9Ury7yd0xJTZNdmY X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CqBACPDBBX/61jaINeFoN1fQa8JyKFbIF+EQEBAQEBAQEBZCeCLYIbIwRNFwEiAg0ZAlsEiDwOoD+PXZJOfIUlgX2GdYMYglYFh3aQFYV3iX1OhyiFM4YhiQYCNiyBQoJBIDABiEd+AQEB X-IronPort-AV: E=Sophos;i="5.24,485,1454994000"; d="scan'208";a="277923504" Received: from nipigon.cs.uoguelph.ca (HELO zcs1.mail.uoguelph.ca) ([131.104.99.173]) by esa-annu.net.uoguelph.ca with ESMTP; 14 Apr 2016 17:37:58 -0400 Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 1249B15F58F for ; Thu, 14 Apr 2016 17:37:58 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fpZws5Xq28fz for ; Thu, 14 Apr 2016 17:37:57 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 8160A15F592 for ; Thu, 14 Apr 2016 17:37:57 -0400 (EDT) X-Virus-Scanned: amavisd-new at zcs1.mail.uoguelph.ca Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4w0UeYK-0CkV for ; Thu, 14 Apr 2016 17:37:57 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca (zcs1.mail.uoguelph.ca [172.17.95.18]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 673D915F58F for ; Thu, 14 Apr 2016 17:37:57 -0400 (EDT) Date: Thu, 14 Apr 2016 17:37:57 -0400 (EDT) From: Rick Macklem To: freebsd-fs Message-ID: <194021987.63592678.1460669877291.JavaMail.zimbra@uoguelph.ca> Subject: pNFS server for testing (alpha test stage) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.10] X-Mailer: Zimbra 8.0.9_GA_6191 (ZimbraWebClient - FF18 (Linux)/8.0.9_GA_6191) Thread-Topic: pNFS server for testing (alpha test stage) Thread-Index: j88m+u+umUjcwt3tkit07m5esbvbew== X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 21:39:07 -0000 Hi, I've been working on a pNFS server for FreeBSD over the last few months and it is now at what I would consider alpha test. One thing I know is currently broken is appending to files (which sometimes get truncated). I'm sure there are lots of others. The dream is that someday this will allow a FreeBSD NFS service to scale beyond what a single server configuration can handle. Performance could be described as slow->very slow with the exception of reading/writing, which works at wire speed on my slow hardware (100Mbit/sec). Hopefully some of this will be resolved over time, but I'd guess that things like file creation will always be slow compared to doing NFS against a file system like ZFS. I will continue to work on it and update the project on svn but, to be honest, it won't go much further unless others jump "on the bandwagon" to do testing on larger hardware configurations than I have. Essentially this server consists of a GlusterFS cluster and uses GlusterFS's NFSv3 server to implement the data server component (read/write of files). Since the NFSv3 Read/Write RPCs are directed to the system in the GlusterFS cluster that the file exists on, it is hoped that this will scale. Multiple metadata servers (NFSv4.1 servers that do everything except reading/writing) may be possible, but that is a ways off. At this time I have only tested against the modified NFSv4.1 client in the projects area for FreeBSD. I hope to start testing against a Linux client sometime soon. (It uses a pNFS layout scheme called "Flexible File Layout" which is still at the internet draft stage.) Anyhow, if anyone is interested in testing this, I have a primitive document at: http://people.freebsd.org/~rmacklem/pnfs-setup.txt that will hopefully give you a starting point and, as this file notes, the modified sources are in FreeBSD's subversion repository in base/projects/pnfs-server. Have fun with it, if you try it, rick From owner-freebsd-fs@freebsd.org Thu Apr 14 21:40:47 2016 Return-Path: Delivered-To: freebsd-fs@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 B209AAEC2DA for ; Thu, 14 Apr 2016 21:40:47 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 603E5170E for ; Thu, 14 Apr 2016 21:40:47 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) IronPort-PHdr: 9a23:l9fNhxc8BIJmU+x1ioXRO2PPlGMj4u6mDksu8pMizoh2WeGdxc6/YB7h7PlgxGXEQZ/co6odzbGG4+a9BidYv96oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDivcCMKF0WzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IAu3GePE2V7FVBi8qdm4urJnlrxTORxCDo3UHemsMnxdCGASD6wv1CMTfqCz/49B80yrSGMT9TrQ5XHz29aJiQxzshSIvKjk27WzTksw2h6sN80HpnAB234OBONLdD/F5ZK6IJd4= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CuBACRDRBX/61jaINeFoN1fQa6NoFxFwuFIkoCgXsSAQEBAQEBAQFkJ4ItghUBAQQBAQEgBCcgBhEEAgEIGgINGQICJwEJJgIECAcEARwEiAgOsB6SIgEBAQcBAQEBARt8hSWBfYJOhCABAQWDGIJWBYJkhRKQFYV3hSyEUU6HKIUzhiGJBgInATqEAyAwAQaICzZ+AQEB X-IronPort-AV: E=Sophos;i="5.24,485,1454994000"; d="scan'208";a="277923913" Received: from nipigon.cs.uoguelph.ca (HELO zcs1.mail.uoguelph.ca) ([131.104.99.173]) by esa-annu.net.uoguelph.ca with ESMTP; 14 Apr 2016 17:40:46 -0400 Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 2765415F58F for ; Thu, 14 Apr 2016 17:40:46 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id lKbutBmpZc85 for ; Thu, 14 Apr 2016 17:40:45 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 850A815F593 for ; Thu, 14 Apr 2016 17:40:45 -0400 (EDT) X-Virus-Scanned: amavisd-new at zcs1.mail.uoguelph.ca Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2xmGyxZ8vD94 for ; Thu, 14 Apr 2016 17:40:45 -0400 (EDT) Received: from zcs1.mail.uoguelph.ca (zcs1.mail.uoguelph.ca [172.17.95.18]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 6A6BF15F58F for ; Thu, 14 Apr 2016 17:40:45 -0400 (EDT) Date: Thu, 14 Apr 2016 17:40:45 -0400 (EDT) From: Rick Macklem To: freebsd-fs Message-ID: <372395783.63595573.1460670045410.JavaMail.zimbra@uoguelph.ca> In-Reply-To: <194021987.63592678.1460669877291.JavaMail.zimbra@uoguelph.ca> References: <194021987.63592678.1460669877291.JavaMail.zimbra@uoguelph.ca> Subject: Re: pNFS server for testing (alpha test stage) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.10] X-Mailer: Zimbra 8.0.9_GA_6191 (ZimbraWebClient - FF18 (Linux)/8.0.9_GA_6191) Thread-Topic: pNFS server for testing (alpha test stage) Thread-Index: j88m+u+umUjcwt3tkit07m5esbvbe2zCbGxQ X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2016 21:40:47 -0000 Oh, and I forgot to mention... Thanks go to Matt Olander for his donation of a laptop. Without it, there would be no pNFS server to alpha test. Thanks again Matt, rick ----- Original Message ----- > Hi, > > I've been working on a pNFS server for FreeBSD over the last few > months and it is now at what I would consider alpha test. One > thing I know is currently broken is appending to files (which > sometimes get truncated). I'm sure there are lots of others. > The dream is that someday this will allow a FreeBSD NFS service > to scale beyond what a single server configuration can handle. > > Performance could be described as slow->very slow with the > exception of reading/writing, which works at wire speed on > my slow hardware (100Mbit/sec). Hopefully some of this will > be resolved over time, but I'd guess that things like file > creation will always be slow compared to doing NFS against > a file system like ZFS. > > I will continue to work on it and update the project on svn > but, to be honest, it won't go much further unless others > jump "on the bandwagon" to do testing on larger hardware > configurations than I have. > > Essentially this server consists of a GlusterFS cluster > and uses GlusterFS's NFSv3 server to implement the data > server component (read/write of files). Since the NFSv3 > Read/Write RPCs are directed to the system in the GlusterFS > cluster that the file exists on, it is hoped that this > will scale. > Multiple metadata servers (NFSv4.1 servers that do everything > except reading/writing) may be possible, but that is a > ways off. > > At this time I have only tested against the modified NFSv4.1 > client in the projects area for FreeBSD. I hope to start > testing against a Linux client sometime soon. (It uses a > pNFS layout scheme called "Flexible File Layout" which is > still at the internet draft stage.) > > Anyhow, if anyone is interested in testing this, I have > a primitive document at: > http://people.freebsd.org/~rmacklem/pnfs-setup.txt > that will hopefully give you a starting point and, as > this file notes, the modified sources are in FreeBSD's > subversion repository in base/projects/pnfs-server. > > Have fun with it, if you try it, rick > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > From owner-freebsd-fs@freebsd.org Fri Apr 15 03:18:17 2016 Return-Path: Delivered-To: freebsd-fs@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 0D65BAECB57 for ; Fri, 15 Apr 2016 03:18:17 +0000 (UTC) (envelope-from donileo@icloud.com) Received: from st14p31im-asmtp004.me.com (st14p31im-asmtp004.me.com [17.163.246.49]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA3C41D26 for ; Fri, 15 Apr 2016 03:18:16 +0000 (UTC) (envelope-from donileo@icloud.com) Received: from process-dkim-sign-daemon.st14p31im-asmtp004.me.com by st14p31im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) id <0O5N00900NMKV900@st14p31im-asmtp004.me.com> for freebsd-fs@freebsd.org; Fri, 15 Apr 2016 03:18:15 +0000 (GMT) Received: from [192.168.1.3] (c-24-0-16-19.hsd1.nj.comcast.net [24.0.16.19]) by st14p31im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O5N00B2ANUEBQ20@st14p31im-asmtp004.me.com> for freebsd-fs@freebsd.org; Fri, 15 Apr 2016 03:18:15 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-15_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1604150046 From: Adonis Peralta Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable MIME-version: 1.0 (1.0) Subject: BIOS booting from disks > 2TB Message-id: <4A42D0DF-B246-40FC-A867-384E1CFDCB50@icloud.com> Date: Thu, 14 Apr 2016 23:18:14 -0400 To: freebsd-fs@freebsd.org X-Mailer: iPhone Mail (13E238) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1460690295; bh=1S9nS2d0hNAdHoQidEf98cyRd2I3kABiMIMPBWsG0A4=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=MJeBbRfR/VCgTS3V1PJKKgSdxdMhZeF++qLmV2UOUALbjhF7kYmkjeLtHUtBFDTM2 +fYGpxCOOgHZbRRlOpQD3/WkMriPVf1DhgKvtF5rHk51c1JbJeNgXLVERxv5J2Tqhr sfmRVkqmuP7aRutHHPFBfJbsxzytoK/fUgK0RFdhjYYt4zycuHueDp6wfMks67OZC+ 2nOzCTE0kZckBM4fzQ+SmzYqzFNrP75KdZUfUS5E9tB3SvHsmPARrQfjLOyLkPodWj EhX03ckec50tcSGN70QjCQPj8iGlvoCCbUwx+AwkA8PuJ/41lt8NuAnFC1ZK+fUQGm akmWEM/03MKmw== X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 03:18:17 -0000 I am getting the same issue. Essentially FreeBSD 10.3 is failing to boot fro= m a Raid partition > 2TB. Installation goes fine but boot fails. As soon as s= etup the array below 2TB installation and boot up works fine. I will also sa= y that once setup as a 4TB array Debian is also failing to boot. Im wonderin= g whats going on. Im doing a fresh install with a guided gpt partition schem= e. Thanks, Adonis= From owner-freebsd-fs@freebsd.org Fri Apr 15 03:56:51 2016 Return-Path: Delivered-To: freebsd-fs@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 C471CAED8CE for ; Fri, 15 Apr 2016 03:56:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 8F9F016BC for ; Fri, 15 Apr 2016 03:56:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by mail-ig0-x236.google.com with SMTP id ui10so11822347igc.1 for ; Thu, 14 Apr 2016 20:56:51 -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; bh=anzk5WgJ3Xnv6P23O4/NuZRczD/pj78hJlnMGhws6HU=; b=CYfv2WXyABvCicjifsQLtB2SpDajEqf8tRuuTGGft2fpmGMSRbuy5dvKbRyzFpbLBQ f3CR/vyfAaJPKqwNZQ2JxMs4HnKRQUSiPyMLBKyc+ZQ03EY48EXQJ43M+2esX1WTkpJj PMrktr4v/z821LSxUk2akbSvXI/mewCTpCPBLTzrZT7Gi3GIW/4f4GKm7RNGeIYb9FOJ KqV7UKLFn9vuocMTC6+VxpLu15+jYrTW5Xh79XwCYquEKc9yFYefyVqcoIq45r2AAuDq Gf+SIs3JE8MXILyW9KGIHQy/CVMJFJo1Q0B3ot5RbjAsuq3GmQBgNdaJgY6wiDlGkLa6 61Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=anzk5WgJ3Xnv6P23O4/NuZRczD/pj78hJlnMGhws6HU=; b=S4JqA59aP4HWNvmtxG4MKmaRSXE6VHe8cAr9eP9j49mjSvNBh5yYK2XPQz8IxXnV9P DWgB9HCXtt2uBcyNYUnKS+ZL0ccda6Ruz3qrUh6eVKKWuBDMbglPOXWl+SOVp4iH1SCg dri9udLLzm/8QIU6/2m2Z/dEnMdr2jWWZvXC/NOBXJHlUOw4Y/06VpO4wzFx0Q5VNG0n UU2GgEfCcalWyubdmgbqSlkGUg6//18ZcsBahfPd/fwXK4vQgWorvvAKXemLv28j7zTH HD+HuC11Sqog2wBPCIjGpkFLfSi5DmrjS+1Zlc/rpDaiSw1ep4tVUeN5E5DfqK47W8w2 PZsw== X-Gm-Message-State: AOPr4FWILHTSOvhhyJu77nXx7A9/T3zbqUg6/ChUzFv0Rzmg0h9aCt9782tI9WK3FY+35j25bdLPFET2mYLiQA== MIME-Version: 1.0 X-Received: by 10.50.160.37 with SMTP id xh5mr2370231igb.14.1460692610831; Thu, 14 Apr 2016 20:56:50 -0700 (PDT) Received: by 10.107.161.6 with HTTP; Thu, 14 Apr 2016 20:56:50 -0700 (PDT) Received: by 10.107.161.6 with HTTP; Thu, 14 Apr 2016 20:56:50 -0700 (PDT) In-Reply-To: <4A42D0DF-B246-40FC-A867-384E1CFDCB50@icloud.com> References: <4A42D0DF-B246-40FC-A867-384E1CFDCB50@icloud.com> Date: Thu, 14 Apr 2016 20:56:50 -0700 Message-ID: Subject: Re: BIOS booting from disks > 2TB From: Freddie Cash To: Adonis Peralta Cc: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 03:56:51 -0000 On Apr 14, 2016 8:18 PM, "Adonis Peralta" wrote: > > I am getting the same issue. Essentially FreeBSD 10.3 is failing to boot from a Raid partition > 2TB. Installation goes fine but boot fails. As soon as setup the array below 2TB installation and boot up works fine. I will also say that once setup as a 4TB array Debian is also failing to boot. Im wondering whats going on. Im doing a fresh install with a guided gpt partition scheme. MBR only supports booting from partitions under 2 TB in size. It's a known issue with MBR partitions; ever since 500 GB drives were introduced and used in RAID5 arrays. Either create a separate boot partition that's under 2 TB in size (pretty much all hardware RAID controllers support that). Or, switch to using GPT. It's one of the main reasons GPT was created. From owner-freebsd-fs@freebsd.org Sat Apr 16 10:40:25 2016 Return-Path: Delivered-To: freebsd-fs@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 3153BAED51C for ; Sat, 16 Apr 2016 10:40:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 21D2711A6 for ; Sat, 16 Apr 2016 10:40:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3GAeOWY026226 for ; Sat, 16 Apr 2016 10:40:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204643] [msdosfs] [panic] Crash while accessing files with large, non-english names Date: Sat, 16 Apr 2016 10:40:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 10:40:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204643 Kristof Provost changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch URL| |https://reviews.freebsd.org | |/D5977 --- Comment #5 from Kristof Provost --- I've posted the patch for review in https://reviews.freebsd.org/D5977 I've also seen the problem you report in comment #4, but I'm afraid I don't know enough about how encodings work for fat to do anything about it. --=20 You are receiving this mail because: You are the assignee for the bug.=