From owner-freebsd-fs@freebsd.org Sun Jul 31 06:29: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 AACE2BA92D4 for ; Sun, 31 Jul 2016 06:29: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 9A7D81C00 for ; Sun, 31 Jul 2016 06:29: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 u6V6TWxr035786 for ; Sun, 31 Jul 2016 06:29:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 194586] [zfs] kernel panic when running zpool/add/option-f_size_mismatch.t Date: Sun, 31 Jul 2016 06:29: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: 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 06:29:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194586 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Sun Jul 31 06:28:40 UTC 2016 New revision: 303575 URL: https://svnweb.freebsd.org/changeset/base/303575 Log: Remove calls to `die` added for associated bugs Panics are no longer hit with ^/head@r303573 on amd64 PR: 194586, 194587, 194589 Sponsored by: EMC / Isilon Storage Division Changes: head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t head/tools/regression/zfs/zpool/create/files.t --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Sun Jul 31 06:29:34 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 0AED3BA92D8 for ; Sun, 31 Jul 2016 06:29:34 +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 EEC981C01 for ; Sun, 31 Jul 2016 06:29:33 +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 u6V6TXfT035795 for ; Sun, 31 Jul 2016 06:29:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 194589] [zfs] kernel panic when running zpool/create/files.t Date: Sun, 31 Jul 2016 06:29:34 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 06:29:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194589 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Sun Jul 31 06:28:40 UTC 2016 New revision: 303575 URL: https://svnweb.freebsd.org/changeset/base/303575 Log: Remove calls to `die` added for associated bugs Panics are no longer hit with ^/head@r303573 on amd64 PR: 194586, 194587, 194589 Sponsored by: EMC / Isilon Storage Division Changes: head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t head/tools/regression/zfs/zpool/create/files.t --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Sun Jul 31 06:29: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 75AAEBA92E4 for ; Sun, 31 Jul 2016 06:29: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 6567D1C10 for ; Sun, 31 Jul 2016 06:29: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 u6V6TZcK035803 for ; Sun, 31 Jul 2016 06:29:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 194587] [zfs] kernel panic when running zpool/add/open-f_type_mismatch.t Date: Sun, 31 Jul 2016 06:29: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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 06:29:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194587 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Sun Jul 31 06:28:40 UTC 2016 New revision: 303575 URL: https://svnweb.freebsd.org/changeset/base/303575 Log: Remove calls to `die` added for associated bugs Panics are no longer hit with ^/head@r303573 on amd64 PR: 194586, 194587, 194589 Sponsored by: EMC / Isilon Storage Division Changes: head/tools/regression/zfs/zpool/add/option-f_size_mismatch.t head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t head/tools/regression/zfs/zpool/create/files.t --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 05:37:37 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 ABC82BAC9FB for ; Tue, 2 Aug 2016 05:37:37 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (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 6DEDF1E63 for ; Tue, 2 Aug 2016 05:37:37 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id w127so114954845vkh.2 for ; Mon, 01 Aug 2016 22:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=r2qXWqCsO2BfEl7dMJ3K/cFdMkKMMB2dV3U3PQg+CNQ=; b=bX6YEf+qrkO4qmROS12rdsXnjV1H4dAmnBadwvAeGv/8lWV6AHPUyCv18JmoWQEhOI WcZK6JFdz6voCvudT5wkR5fv1lYUKx62SlyMyTM8RRt1wq7aZpzIUXvhA7D6fS/U4b+c vzJh2TofwKtEeV1yB2k9S3ZChBMRSiFZR/38eF6ae2yAachxE4TgQMTRUorAJgblw8zV C2hDkRp6Nlo2o9wxHOl4Afqcx2TyOdo+1kExUBS16HAFJYChxVii1S3fle3G5FN+KMvj Qlbk22bgSErYBDaufU/3fO/rKcsR6x7HwRSCDgl5cLGu6zb2ui6gLwnMaUxuzhtxZDbl C/6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=r2qXWqCsO2BfEl7dMJ3K/cFdMkKMMB2dV3U3PQg+CNQ=; b=LI8WqzgKFwTpoGXT+64iUiK5e1C8cI/Jf0am5veL9dHnPFTj//hfDjASLK2mnemXrz XNArryZutASaNsECekUr7jWaGXP03rtI9Cm8gzY1krgFxN7AnLBE9czLKbkEqTivHtbp 7c6KJ1BK1CVDyUBG6L3yflPi4ghCyujhHcfmrfe6Qmpa9PGvDP8Y2WPHUNg0CrJ90IO2 hzB0bcH6IqllfsoMfEQ5RbLZVG6KPEzFfjIvHnrDBa6908m1VSpPSY5YtYmgly12yzsv OWRVh71qpZbSh9Z97L8VWG1NsEkKEL/cKK1OJjqP1ZlqYsxHJF/QC6YcRgpQYqjLHdn+ JJBg== X-Gm-Message-State: AEkooutdnzM+y9evionsvxS13iolui/4HjXkdGXwiy+oEzayn21gcQ7DjamqG3B641ztKMdGP1LqfNqDRTxKrw== X-Received: by 10.31.47.143 with SMTP id v137mr25040427vkv.58.1470116256231; Mon, 01 Aug 2016 22:37:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.6.5 with HTTP; Mon, 1 Aug 2016 22:37:35 -0700 (PDT) From: Zaphod Beeblebrox Date: Tue, 2 Aug 2016 01:37:35 -0400 Message-ID: Subject: Crashes (with dumps) in zap_leaf.c To: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 05:37:37 -0000 I'm getting multiple crashes that look rather like: #0 0xffffffff8098e390 at kdb_backtrace+0x60 #1 0xffffffff80951066 at vpanic+0x126 #2 0xffffffff80950f33 at panic+0x43 #3 0xffffffff80bcfa4c at vm_fault_hold+0x1b2c #4 0xffffffff80bcded7 at vm_fault+0x77 #5 0xffffffff80d5612c at trap_pfault+0x19c #6 0xffffffff80d558fa at trap+0x47a #7 0xffffffff80d3b8d2 at calltrap+0x8 #8 0xffffffff81a49a5a at zap_entry_create+0x27a #9 0xffffffff81a45eee at fzap_add_cd+0xde #10 0xffffffff81a4c051 at zap_add+0x101 #11 0xffffffff81a6bfb5 at zfs_link_create+0x415 #12 0xffffffff81a87a34 at zfs_freebsd_rename+0xac4 #13 0xffffffff80e81e1b at VOP_RENAME_APV+0xab #14 0xffffffff80a03476 at kern_renameat+0x4a6 #15 0xffffffff80d5694f at amd64_syscall+0x40f #16 0xffffffff80d3bbbb at Xfast_syscall+0xfb Analyzing one of those crashes: #0 doadump (textdump=) at pcpu.h:219 219 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump (textdump=) at pcpu.h:219 #1 0xffffffff80950cc2 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0xffffffff809510a5 in vpanic (fmt=, ap=) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0xffffffff80950f33 in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0xffffffff80bcfa4c in vm_fault_hold (map=, vaddr=, fault_type=, fault_flags=, m_hold=) at /usr/src/sys/vm/vm_fault.c:329 #5 0xffffffff80bcded7 in vm_fault (map=0xfffff80002000000, vaddr=, fault_type=1 '\001', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:273 #6 0xffffffff80d5612c in trap_pfault (frame=0xfffffe0c56854320, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:757 #7 0xffffffff80d558fa in trap (frame=0xfffffe0c56854320) at /usr/src/sys/amd64/amd64/trap.c:447 #8 0xffffffff80d3b8d2 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:236 #9 0xffffffff81a494c5 in zap_leaf_array_create (l=0xfffff8008b3a3b00, buf=, integer_size=1, num_integers=) ---Type to continue, or q to quit--- at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:198 #10 0xffffffff81a49a5a in zap_entry_create (l=0xfffff8008b3a3b00, zn=0xfffff8008bf19e00, cd=Cannot access memory at address 0x0 ) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:644 #11 0xffffffff81a45eee in fzap_add_cd (zn=0xfffff8008bf19e00, integer_size=, num_integers=1, val=0xfffffe0c568546d0, cd=4294967295, tx=0xfffff80787758c00) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c:814 #12 0xffffffff81a4c051 in zap_add (os=, zapobj=, key=, integer_size=, num_integers=, val=, tx=) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c:1014 #13 0xffffffff81a6bfb5 in zfs_link_create (dl=0xfffff800966cce00, zp=, tx=0xfffff80787758c00, flag=) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c:767 #14 0xffffffff81a87a34 in zfs_freebsd_rename (ap=) ---Type to continue, or q to quit--- at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:4067 #15 0xffffffff80e81e1b in VOP_RENAME_APV (vop=, a=) at vnode_if.c:1546 #16 0xffffffff80a03476 in kern_renameat (td=, oldfd=, old=, newfd=, new=, pathseg=) at vnode_if.h:636 #17 0xffffffff80d5694f in amd64_syscall (td=0xfffff8048f7fd000, traced=0) at subr_syscall.c:141 #18 0xffffffff80d3bbbb in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:396 #19 0x000000080381fbaa in ?? () Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal (kgdb) frame 9 #9 0xffffffff81a494c5 in zap_leaf_array_create (l=0xfffff8008b3a3b00, buf=, integer_size=1, num_integers=) at /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:198 198 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; (kgdb) p chunk No symbol "chunk" in current context. ... now I don't debug kernels too often, but I don't know why I can't see chunk. It's declared as an int in this function. Does this give anyone insight? From owner-freebsd-fs@freebsd.org Tue Aug 2 06:05:24 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 0CF9FBACE14 for ; Tue, 2 Aug 2016 06:05:24 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c: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 BF869189A for ; Tue, 2 Aug 2016 06:05:23 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-vk0-x236.google.com with SMTP id n129so114720457vke.3 for ; Mon, 01 Aug 2016 23:05:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=WWclWNCOjerJEXCBUuh9TM77KFDJbtfRn5Leji2MdLg=; b=08flCjU2qvc3vCYzK3b8wUtiatgWp9SRlwnFUGebvMHYYc3pMv8AfHkH5OIDdfxJQ3 TGfDAzszmT8cm3vrEHrMCZ28bUNg4/9qugJskUb6tVUwPMsfbMP1LnFAFVUMC+HY6ma6 IL+KRYw2s/XsR4uZ89IP0bGVXWLbcmjOvV6tqM8s2OfgikvTqCrl2l1Bv1aFj9ILCfh3 BN5XhOkUVFgklQvQUPuDxDLXYbHzxegjCNqCFIyURL2K32ImLQ5HWtFmD9nKEMaQW9cR L0qyWljlVn+OjHcqGn9Ls+m1hpq8FU6hOWBycHigMkqUae/hom37kx7F26qvqYWWzufy eptQ== 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:from:date :message-id:subject:to; bh=WWclWNCOjerJEXCBUuh9TM77KFDJbtfRn5Leji2MdLg=; b=GMRq5wQ2YlDRNfKdUNmh+wx1LuEKxYUscVlmgLBlVN3+e5nNw0ISx1wBBi66h00AyQ J3nCGVkFdrltYROxp6zhRWW4P/6ZDdL+eMve0kj/S6R0BC2oz+91SaL/zBaqnfloiY5d XP1DTKf2BlfBP5Br3BKQ8Zrb438WM8rlNDm+D0P79MObtxt7ajiibBVx6cLSIFyPcmUK 4bANAtpMrsWOgPEQx5j4ZoODvjjITV4sWjgEu47RgAhbL35si8vFxZQXTgiZH3lRXvKT LbO1MthKoEbr038cOiHMdxicSRFTs7eCj8tON4hQzukF6TbbJXWMvEMdWsnBrEcG80my hVhA== X-Gm-Message-State: AEkoousmZp3J99cUrsVW+3GsJ95gQGixnzGt4FrUL36CqSBf88fUWOPKlFJsN9vKYa1uS7eNhQYPJvOpf7v3UA== X-Received: by 10.31.196.199 with SMTP id u190mr29121462vkf.116.1470117922568; Mon, 01 Aug 2016 23:05:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.6.5 with HTTP; Mon, 1 Aug 2016 23:05:22 -0700 (PDT) In-Reply-To: References: From: Zaphod Beeblebrox Date: Tue, 2 Aug 2016 02:05:22 -0400 Message-ID: Subject: Re: Crashes (with dumps) in zap_leaf.c To: freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 06:05:24 -0000 Replying to my own post and adding some detail. I didn't realize at first that was an l as-in the lowercase L. But looking at the macro, it is. (kgdb) p l $1 = (zap_leaf_t *) 0xfffff8008b3a3b00 (kgdb) p *l $2 = {l_dbu = {dbu_tqent = {tqent_task = {ta_link = {stqe_next = 0x0}, ta_pending = 0, ta_priority = 0, ta_func = 0, ta_context = 0x0}, tqent_func = 0, tqent_arg = 0x0}, dbu_evict_func = 0xffffffff81a482b0 }, l_rwlock = { lock_object = {lo_name = 0xffffffff81af06d9 "l->l_rwlock", lo_flags = 40960000, lo_data = 0, lo_witness = 0x0}, sx_lock = 18446735297203916800}, l_blkid = 1311, l_bs = 14, l_dbuf = 0xfffff806255e11b0} Now the macro starts by dereferencing l->l_phys->l_hash ... I can get it to spit out l->l_bs, but the debugger won't spit out l->l_phys. At this point ... I'm wondering if I'm confused and missing something. On Tue, Aug 2, 2016 at 1:37 AM, Zaphod Beeblebrox wrote: > I'm getting multiple crashes that look rather like: > > #0 0xffffffff8098e390 at kdb_backtrace+0x60 > #1 0xffffffff80951066 at vpanic+0x126 > #2 0xffffffff80950f33 at panic+0x43 > #3 0xffffffff80bcfa4c at vm_fault_hold+0x1b2c > #4 0xffffffff80bcded7 at vm_fault+0x77 > #5 0xffffffff80d5612c at trap_pfault+0x19c > #6 0xffffffff80d558fa at trap+0x47a > #7 0xffffffff80d3b8d2 at calltrap+0x8 > #8 0xffffffff81a49a5a at zap_entry_create+0x27a > #9 0xffffffff81a45eee at fzap_add_cd+0xde > #10 0xffffffff81a4c051 at zap_add+0x101 > #11 0xffffffff81a6bfb5 at zfs_link_create+0x415 > #12 0xffffffff81a87a34 at zfs_freebsd_rename+0xac4 > #13 0xffffffff80e81e1b at VOP_RENAME_APV+0xab > #14 0xffffffff80a03476 at kern_renameat+0x4a6 > #15 0xffffffff80d5694f at amd64_syscall+0x40f > #16 0xffffffff80d3bbbb at Xfast_syscall+0xfb > > Analyzing one of those crashes: > > #0 doadump (textdump=) at pcpu.h:219 > 219 pcpu.h: No such file or directory. > in pcpu.h > (kgdb) bt > #0 doadump (textdump=) at pcpu.h:219 > #1 0xffffffff80950cc2 in kern_reboot (howto=260) > at /usr/src/sys/kern/kern_shutdown.c:486 > #2 0xffffffff809510a5 in vpanic (fmt=, > ap=) at /usr/src/sys/kern/kern_shutdown.c:889 > #3 0xffffffff80950f33 in panic (fmt=0x0) > at /usr/src/sys/kern/kern_shutdown.c:818 > #4 0xffffffff80bcfa4c in vm_fault_hold (map=, > vaddr=, fault_type=, > fault_flags=, m_hold=) > at /usr/src/sys/vm/vm_fault.c:329 > #5 0xffffffff80bcded7 in vm_fault (map=0xfffff80002000000, > vaddr=, fault_type=1 '\001', fault_flags=0) > at /usr/src/sys/vm/vm_fault.c:273 > #6 0xffffffff80d5612c in trap_pfault (frame=0xfffffe0c56854320, > usermode=0) > at /usr/src/sys/amd64/amd64/trap.c:757 > #7 0xffffffff80d558fa in trap (frame=0xfffffe0c56854320) > at /usr/src/sys/amd64/amd64/trap.c:447 > #8 0xffffffff80d3b8d2 in calltrap () > at /usr/src/sys/amd64/amd64/exception.S:236 > #9 0xffffffff81a494c5 in zap_leaf_array_create (l=0xfffff8008b3a3b00, > buf=, integer_size=1, > num_integers=) > ---Type to continue, or q to quit--- > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:198 > #10 0xffffffff81a49a5a in zap_entry_create (l=0xfffff8008b3a3b00, > zn=0xfffff8008bf19e00, cd=Cannot access memory at address 0x0 > ) > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:644 > #11 0xffffffff81a45eee in fzap_add_cd (zn=0xfffff8008bf19e00, > integer_size=, num_integers=1, > val=0xfffffe0c568546d0, cd=4294967295, tx=0xfffff80787758c00) > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap.c:814 > #12 0xffffffff81a4c051 in zap_add (os=, > zapobj=, key=, > integer_size=, num_integers=, > val=, tx=) > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c:1014 > #13 0xffffffff81a6bfb5 in zfs_link_create (dl=0xfffff800966cce00, > zp=, tx=0xfffff80787758c00, > flag=) > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c:767 > #14 0xffffffff81a87a34 in zfs_freebsd_rename (ap=) > ---Type to continue, or q to quit--- > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:4067 > #15 0xffffffff80e81e1b in VOP_RENAME_APV (vop=, > a=) at vnode_if.c:1546 > #16 0xffffffff80a03476 in kern_renameat (td=, > oldfd=, old=, > newfd=, new=, > pathseg=) at vnode_if.h:636 > #17 0xffffffff80d5694f in amd64_syscall (td=0xfffff8048f7fd000, traced=0) > at subr_syscall.c:141 > #18 0xffffffff80d3bbbb in Xfast_syscall () > at /usr/src/sys/amd64/amd64/exception.S:396 > #19 0x000000080381fbaa in ?? () > Previous frame inner to this frame (corrupt stack?) > Current language: auto; currently minimal > (kgdb) frame 9 > #9 0xffffffff81a494c5 in zap_leaf_array_create (l=0xfffff8008b3a3b00, > buf=, integer_size=1, > num_integers=) > at > /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c:198 > 198 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; > (kgdb) p chunk > No symbol "chunk" in current context. > > ... now I don't debug kernels too often, but I don't know why I can't see > chunk. It's declared as an int in this function. > > Does this give anyone insight? > > From owner-freebsd-fs@freebsd.org Tue Aug 2 11:26:39 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 419EBBAB3FD for ; Tue, 2 Aug 2016 11:26:39 +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 2A7CE119F for ; Tue, 2 Aug 2016 11:26:39 +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 u72BQcCY059196 for ; Tue, 2 Aug 2016 11:26:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 11:26:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 11:26:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #7 from Daniel Ylitalo --- That kind of made things worse, now it won't boot even if I copy back the /= boot folder from the live cd I can still import the zroot pool from both the 10.2 and 10.3 live cd I'm also attaching a screenshot if that tells you anything. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 11:27:11 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 4372CBAB450 for ; Tue, 2 Aug 2016 11:27:11 +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 32D7D1233 for ; Tue, 2 Aug 2016 11:27:11 +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 u72BRBOg059742 for ; Tue, 2 Aug 2016 11:27:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 11:27:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 11:27:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #8 from Daniel Ylitalo --- Created attachment 173189 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173189&action= =3Dedit screenshot of boot error --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 11:46:33 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 7737BBAB995 for ; Tue, 2 Aug 2016 11:46:33 +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 66C571B3B for ; Tue, 2 Aug 2016 11:46:33 +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 u72BkX1S098263 for ; Tue, 2 Aug 2016 11:46:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 11:46:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 11:46:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #9 from Steven Hartland --- Is your pool configured with blocks > 128K as that isn't supported for boot= ing from. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 11:50:55 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 7CC6EBABA22 for ; Tue, 2 Aug 2016 11:50:55 +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 654981CBB for ; Tue, 2 Aug 2016 11:50:55 +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 u72BotrL004733 for ; Tue, 2 Aug 2016 11:50:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 11:50:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 11:50:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #10 from Daniel Ylitalo --- How can I see that? This pool is created from the 10.2 installer using the zfsroot option (so it should not have anything not supported) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:21:10 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 B9E47BAC931 for ; Tue, 2 Aug 2016 12:21:10 +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 A9593114E for ; Tue, 2 Aug 2016 12:21:10 +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 u72CLAgj076864 for ; Tue, 2 Aug 2016 12:21:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:21:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:21:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #11 from Steven Hartland --- The following should show you zpool get feature@large_blocks Note that setting recordsize on dataset is the trigger between enabled and active for this. It may be the message in your screenshot is invalid but worth checking. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:27:00 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 B6123BACC97 for ; Tue, 2 Aug 2016 12:27:00 +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 A5B68164B for ; Tue, 2 Aug 2016 12:27:00 +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 u72CR008011586 for ; Tue, 2 Aug 2016 12:27:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:27:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:27:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #12 from Steven Hartland --- Also whats the output of: zdb -C and: zpool status For zdb if you're booted from an alternative medium you may need to use -U = to ensure it uses the cache file from your main pool. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:32: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 7B4DEBACEEB for ; Tue, 2 Aug 2016 12:32: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 6AC331C5C for ; Tue, 2 Aug 2016 12:32: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 u72CWtTR084969 for ; Tue, 2 Aug 2016 12:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:32:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:32:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #13 from Andriy Gapon --- Can you also capture a full output of lsdev -v command issued at the loader boot prompt? Your problem may have to do with the firmware giving a wrong value for disk sizes (especially given that your disk seems to be larger th= an 2 TB). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:35: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 850E4BACF85 for ; Tue, 2 Aug 2016 12:35: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 747201D79 for ; Tue, 2 Aug 2016 12:35: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 u72CZSJI038376 for ; Tue, 2 Aug 2016 12:35:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:35:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:35:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #14 from Daniel Ylitalo --- This is what it has; NAME PROPERTY VALUE SOURCE zroot 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 Tue Aug 2 12:41: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 7ABD2BAC1E2 for ; Tue, 2 Aug 2016 12:41:07 +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 6A1281FAA for ; Tue, 2 Aug 2016 12:41:07 +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 u72Cf7GT049855 for ; Tue, 2 Aug 2016 12:41:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:41:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:41:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #15 from Daniel Ylitalo --- Created attachment 173192 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173192&action= =3Dedit zdb -C output --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:46:12 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 C491DBAC395 for ; Tue, 2 Aug 2016 12:46:12 +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 B41061517 for ; Tue, 2 Aug 2016 12:46:12 +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 u72CkC2W033313 for ; Tue, 2 Aug 2016 12:46:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:46:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:46:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #16 from Daniel Ylitalo --- Hmm, the boot loader wont let me run lsdev, attaching screenshot --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 12:46:34 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 5EE62BAC3CE for ; Tue, 2 Aug 2016 12:46:34 +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 4E3E015CC for ; Tue, 2 Aug 2016 12:46:34 +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 u72CkYeQ033822 for ; Tue, 2 Aug 2016 12:46:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 12:46:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 12:46:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #17 from Daniel Ylitalo --- Created attachment 173193 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173193&action= =3Dedit lsdev -v not found --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 13:00:18 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 3575FBAC86F for ; Tue, 2 Aug 2016 13:00:18 +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 215031EA3 for ; Tue, 2 Aug 2016 13:00:18 +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 u72D0H1B063346 for ; Tue, 2 Aug 2016 13:00:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 13:00:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 13:00:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #18 from Daniel Ylitalo --- You have the zpool status output in my initial post --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 13:06:03 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 84731BACA60 for ; Tue, 2 Aug 2016 13:06:03 +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 7418C1489 for ; Tue, 2 Aug 2016 13:06: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 u72D63mI011824 for ; Tue, 2 Aug 2016 13:06:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 13:06:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 13:06:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #19 from Steven Hartland --- Whats the content of /boot/loader.conf from the pool? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 13:19:22 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 37721BACF15 for ; Tue, 2 Aug 2016 13:19:22 +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 26DD21D80 for ; Tue, 2 Aug 2016 13:19:22 +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 u72DJM6V038020 for ; Tue, 2 Aug 2016 13:19:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 13:19:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 13:19:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #20 from Daniel Ylitalo --- Here is the loader.conf; kern.geom.label.gptid.enable=3D"0" zfs_load=3D"YES" vfs.zfs.arc_max=3D"4294967296" net.inet.tcp.tcbhashsize=3D"32768" net.inet.tcp.hostcache.bucketlimit=3D"128" net.inet.tcp.hostcache.hashsize=3D"16384" net.inet.tcp.syncache.hashsize=3D"16384" net.inet.tcp.syncache.bucketlimit=3D"128" net.link.ifqmaxlen=3D"2048" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 13:47: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 8FCD6BAC864 for ; Tue, 2 Aug 2016 13:47: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 78AAC1ECE for ; Tue, 2 Aug 2016 13:47: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 u72DlOSF097352 for ; Tue, 2 Aug 2016 13:47:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 13:47:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 13:47:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #21 from Daniel Ylitalo --- Any suggestions? :) Or am I better off just reinstalling this machine tomorrow with regular ufs= as it's a single drive anyway --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 14:07: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 06247BACFC1 for ; Tue, 2 Aug 2016 14:07: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 E9C421C37 for ; Tue, 2 Aug 2016 14:07:04 +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 u72E74xs081288 for ; Tue, 2 Aug 2016 14:07:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 14:07:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 14:07:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #22 from Andriy Gapon --- (In reply to Daniel Ylitalo from comment #17) Ah, sorry, you are not even getting to the loader which does support lsdev. You are stuck at zfsboot stage. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 14:23:08 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 8D5BABAC594 for ; Tue, 2 Aug 2016 14:23:08 +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 7CF1E1896 for ; Tue, 2 Aug 2016 14:23:08 +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 u72EN84w020110 for ; Tue, 2 Aug 2016 14:23:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Tue, 02 Aug 2016 14:23:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 14:23:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #23 from Andriy Gapon --- (In reply to Daniel Ylitalo from comment #21) You can check current location of zroot's MOS like this: zdb -dddd zroot 0 If this command fails, try prepending -e before other options. You can also try to check the pool with zfsboottest tool if you have /usr/s= rc checkout: cd /usr/src/tools/tools/zfsboottest/ make ./zfsboottest.sh zroot --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Aug 2 21:08:26 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 02694BADCF7 for ; Tue, 2 Aug 2016 21:08:26 +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 E66A01DBA for ; Tue, 2 Aug 2016 21:08: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 u72L8PBb050618 for ; Tue, 2 Aug 2016 21:08:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 211497] ls hangs while listng files in zfs Date: Tue, 02 Aug 2016 21:08:26 +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: 10.3-RELEASE 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: component 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 21:08:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211497 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Component|misc |bin 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 Tue Aug 2 23:12: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 AC659BAC723 for ; Tue, 2 Aug 2016 23:12: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 927F91CE1 for ; Tue, 2 Aug 2016 23:12: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 u72NCVHT026193 for ; Tue, 2 Aug 2016 23:12:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 211497] ls hangs while listing files in zfs Date: Tue, 02 Aug 2016 23:12: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: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@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 short_desc 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2016 23:12:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211497 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ngie@FreeBSD.org Summary|ls hangs while listng |ls hangs while listing |files in zfs |files in zfs --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 07:58:44 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 2688DBAC77A for ; Wed, 3 Aug 2016 07:58:44 +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 15978127B for ; Wed, 3 Aug 2016 07:58:44 +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 u737whgo060206 for ; Wed, 3 Aug 2016 07:58:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 07:58:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 07:58:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #24 from Daniel Ylitalo --- Created attachment 173211 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173211&action= =3Dedit zdb mos output I have no idea what the output is telling me but it looks good atleast :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 08:05: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 CAB59BACC93 for ; Wed, 3 Aug 2016 08:05: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 B9484166C for ; Wed, 3 Aug 2016 08:05:53 +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 u7385rUO014776 for ; Wed, 3 Aug 2016 08:05:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 08:05:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 08:05:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #25 from Daniel Ylitalo --- Created attachment 173212 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173212&action= =3Dedit zfsboottest output zfsboottest sais everything is ok :( --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 08:18: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 A8F42BACEB0 for ; Wed, 3 Aug 2016 08:18: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 97F221A2C for ; Wed, 3 Aug 2016 08:18: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 u738IoeV040033 for ; Wed, 3 Aug 2016 08:18:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 08:18:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 08:18:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #26 from Daniel Ylitalo --- Anyone of you have a verbose version of the boot loader i can install/apply= so that we can see whats going on perhaps? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 12:17:36 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 49AA8BADF6B for ; Wed, 3 Aug 2016 12:17:36 +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 3919F1F9B for ; Wed, 3 Aug 2016 12:17:36 +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 u73CHZ1R086947 for ; Wed, 3 Aug 2016 12:17:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 12:17:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 12:17:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #27 from Andriy Gapon --- (In reply to Daniel Ylitalo from comment #26) Based on the latest information that you have provided and the history of y= our problem I think that the problem is caused by the BIOS or other firmware components in your system. So, the next step would be to check if there are newer versions of BIOS and firmware for the disk controller and see if upgrading fixes the issue. If that does not help, or just as an alternative solution, you can break up your freebsd-zfs partition in two such that the first one does not cross 2 = TiB boundary (from the start of the disk). Then you can create a boot / root p= ool on top of that partition. You were prepared to go back to UFS, so this cou= ld allow you to keep using ZFS, but at the cost of moving data. BTW, if you go with this solution and you get a bootable system, then I sti= ll would like to see output of lsdev -v from the loader prompt (which you get = by selecting "escape to propmpt" option from the loader menu). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 12:36:10 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 7B27CBAA86B for ; Wed, 3 Aug 2016 12:36:10 +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 6A62B1C38 for ; Wed, 3 Aug 2016 12:36:10 +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 u73CaAGk001311 for ; Wed, 3 Aug 2016 12:36:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204622] [zfs] [patch] Improve 'zpool labelclear' command Date: Wed, 03 Aug 2016 12:36:10 +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: CURRENT X-Bugzilla-Keywords: feature, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ganael.laplanche@corp.ovh.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: attachments.isobsolete attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 12:36:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204622 Ganael LAPLANCHE changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163239|0 |1 is obsolete| | --- Comment #3 from Ganael LAPLANCHE --- Created attachment 173223 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173223&action= =3Dedit Patch for 12-CURRENT (r303655) Hi, Here is an updated patch following r297763 and the import of upstream labelclear command from Illumos gate (https://www.illumos.org/issues/6418). It applies to 12-CURRENT (r303655). Regards, Ganael. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 13:31: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 143EABACAC2 for ; Wed, 3 Aug 2016 13:31: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 0271D15E9 for ; Wed, 3 Aug 2016 13:31: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 u73DV4Dj023742 for ; Wed, 3 Aug 2016 13:31:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 13:31:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 13:31:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #28 from Daniel Ylitalo --- I'll do the split setup just for testing as the server is going to be reinstalled anyhow so can reinstall it two times :P Strange that the zroot works fine on 10.2 though and not on 10.3 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 13:34:14 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 3CCB6BACC1A for ; Wed, 3 Aug 2016 13:34:14 +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 213AC18E3 for ; Wed, 3 Aug 2016 13:34:14 +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 u73DYDLk032102 for ; Wed, 3 Aug 2016 13:34:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 13:34:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: karl@denninger.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 13:34:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 karl@denninger.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karl@denninger.net --- Comment #29 from karl@denninger.net --- (In reply to Daniel Ylitalo from comment #28) Not really if the disk is > 2Tb. On original install the kernel was likely= in the first 2Tb, but once you start filling the disk the new write of the new /boot/kernel directory may go into blocks beyond that boundary, and now it's unreadable at boot time. This can happen on a UFS disk too.... not sure if that's what's going on but it's certainly possible. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 14:26: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 21070BADB71; Wed, 3 Aug 2016 14:26:30 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1EAEE1A02; Wed, 3 Aug 2016 14:26:28 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA16480; Wed, 03 Aug 2016 17:26:20 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1bUx7k-000NAA-FN; Wed, 03 Aug 2016 17:26:20 +0300 To: FreeBSD Filesystems , FreeBSD Current From: Andriy Gapon Subject: some [big] changes to ZPL (ZFS<->VFS ) Message-ID: <3f79e88d-a519-0c8d-f16a-7c83460a37c1@FreeBSD.org> Date: Wed, 3 Aug 2016 17:25:45 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 14:26:30 -0000 I would like to get more comments about the following review request: https://reviews.freebsd.org/D6533 Both about the code changes and about the general direction of the changes. I've been asked to try to get this change into 11.0 because of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209158 So, there is some urgency to my request. To be honest I've never wanted to rush in this change, but I probably have been sitting on it for too long. ZFS POSIX Layer is originally written for Solaris VFS which is very different from FreeBSD VFS. Many things that FreeBSD VFS manages on behalf of all filesystems are also (re-)implemented in ZPL in a different way. As a result, ZPL contains code that is redundant on FreeBSD or duplicates VFS functionality or, in the worst cases, badly interacts / interferes with VFS. I am talking mostly about the operations that work on a filesystem namespace rather than on contents and properties of files. The former operations typically work on 2 or more vnodes. The vnodes are usually locked in a particular way or are expected to be locked in a particular way by the filesystem. ZPL on the other hand has quite an elaborate locking system of its own. It includes a lock that protects a znode, a lock that protects the znode's notion of its parent, locks that protect a name to znode relationship for the znode's children. So, we have two competing locking systems for the filesystem nodes and they are not aware of each other. The most prominent problem is a deadlock caused by the lock order reversal of vnode locks that may happen with concurrent zfs_rename() and lookup(). The deadlock is a result of zfs_rename() not observing the vnode locking contract expected by the VFS. I should mention here that VOP_RENAME is the weirdest method with respect to locking requirements. Every filesystem implementation is expected to perform quite an elaborate locking "dance" in VOP_RENAME. This is in contrast to all other operations where all necessary locking is done by the VFS before calling into the filesystem code. So, I started by fixing zfs_rename() but that required to make some changes to the "bottom half" of the ZPL (the "upper half" being the code that implements the vnode and VFS operations). And that required making changes in other VOPs anyway. And so the next step was to remove redundant re-lookup of child nodes in methods like zfs_rmdir and zfs_remove. Before I could stop I removed all ZPL internal locking that was supposed to protect parent-child relationships of filesystem nodes. Those relationships are now protected exclusively by the vnode locks and the code is changed to take advantage of that fact and to properly interact with VFS. As a minor detail, the removal of the internal locking allowed all ZPL dmu_tx_assign calls to use TXG_WAIT mode. Another change that was not strictly required and which is probably too intrusive is killing the support for case insensitive operations. My thinking was that FreeBSD VFS does not provide support for those anyway. But I'll probably restore the code, at least in the bottom half of the ZPL, before committing the change. On a more general level, I decided that the upper half of ZPL would necessarily be quite different between different VFS models and so it does not make much sense to keep huge chunks of ifdef-ed out code (or compiled in, but never reached code) that's not useful in FreeBSD at all. I think that keeping that code makes it harder to maintain the FreeBSD code and to _correctly_ merge upstream changes. E.g., if a change can be merged without conflicts to an ifdef-ed out blocked, that does not mean that the merge is correct. Last, but not least, the work was sponsored by HybridCluster / ClusterHQ Inc back in 2013. -- Andriy Gapon From owner-freebsd-fs@freebsd.org Wed Aug 3 14:34: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 6A07DBADDC9 for ; Wed, 3 Aug 2016 14:34: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 598091EB9 for ; Wed, 3 Aug 2016 14:34: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 u73EYLAE095728 for ; Wed, 3 Aug 2016 14:34:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 14:34:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 14:34:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #30 from Daniel Ylitalo --- hehe, good to know, then I will stop updating our content servers that does= nt run freebsd on a sata dom if thats the case :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 14:47: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 3E913BAE257 for ; Wed, 3 Aug 2016 14:47: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 2E2711690 for ; Wed, 3 Aug 2016 14:47: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 u73ElrQh020197 for ; Wed, 3 Aug 2016 14:47:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 14:47:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: karl@denninger.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 14:47:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #31 from karl@denninger.net --- (In reply to Daniel Ylitalo from comment #30) This has ALWAYS been dangerous on a disk that is >2Tb; the solution is to p= lace the boot (or boot/root, if they're on the same filesystem) within the first= 2Tb and do *not* allow the size of that filesystem to cross the 2Tb boundary. = This is an especially nasty problem because it appears that all is ok and is for= a while, right up until the system starts allocating space beyond the boundary when you do an update... then you are suddenly hosed as the machine will not boot. It is safe to have root/boot on a disk larger than 2Tb, but *not* to allow = the size of that filesystem to extend across that boundary. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 21:43:36 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 9FD68BAECEE for ; Wed, 3 Aug 2016 21:43:36 +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 8F2F9168D for ; Wed, 3 Aug 2016 21:43:36 +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 u73LhZq7026783 for ; Wed, 3 Aug 2016 21:43:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 21:43:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 21:43:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #32 from Daniel Ylitalo --- Looks very much like it was the "outside 2tb" issue as I just wiped the existing partitions and did a zfsroot reinstall with the 10.3 installer and= it booted up fine. Sorry for hassling you guys about it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 21:45: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 A88A4BAED80 for ; Wed, 3 Aug 2016 21:45: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 97E4A1778 for ; Wed, 3 Aug 2016 21:45: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 u73LjhFq029517 for ; Wed, 3 Aug 2016 21:45:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 21:45:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: attachments.created 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 21:45:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #33 from Daniel Ylitalo --- Created attachment 173256 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173256&action= =3Dedit Working boot lsdev -v Attaching requested lsdev -v output of a working boot as requested --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 21:46: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 894C3BAEDC5 for ; Wed, 3 Aug 2016 21:46: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 78EB9181B for ; Wed, 3 Aug 2016 21:46: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 u73LkF1u030294 for ; Wed, 3 Aug 2016 21:46:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 21:46:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: smh@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 21:46:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #34 from Steven Hartland --- Thanks for confirming think we should consider adding checks / warning in f= or this as the messages provided are particularly poor in helping to identify = the real issue at hand. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 21:46:44 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 2422EBAEE28 for ; Wed, 3 Aug 2016 21:46:44 +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 1379118C2 for ; Wed, 3 Aug 2016 21:46:44 +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 u73Lkhxk030849 for ; Wed, 3 Aug 2016 21:46:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 21:46:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: resolution bug_status 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 21:46:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 Daniel Ylitalo changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|Open |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 21:53:48 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 5F2A8BAEF8D for ; Wed, 3 Aug 2016 21:53:48 +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 40F6B1C50 for ; Wed, 3 Aug 2016 21:53:48 +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 u73Lrl0h046174 for ; Wed, 3 Aug 2016 21:53:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 21:53:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 21:53:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #35 from Andriy Gapon --- (In reply to Daniel Ylitalo from comment #33) Hmm, so it seems that lsdev -v does not report the disk size as I've expect= ed. So it's not that useful :-( BTW, it seems that you are still using a single huge partition for ZFS... If you split it into the under 2TB and above 2TB partitions, then you could easily test the theory by making the >2TB partition a root ZFS pool and checking if you can boot to it. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Wed Aug 3 22:08: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 CABD1BAE2C0 for ; Wed, 3 Aug 2016 22:08: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 BA3BA144D for ; Wed, 3 Aug 2016 22:08: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 u73M8VYK010626 for ; Wed, 3 Aug 2016 22:08:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209096] zfsroot bricked on 10.3-RELEASE Date: Wed, 03 Aug 2016 22:08:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: daniel@blodan.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2016 22:08:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209096 --- Comment #36 from Daniel Ylitalo --- (In reply to Andriy Gapon from comment #35) Yeah, I couldn't really figure out how to split the partitions in the insta= ller so I just went with the full disk install just to see if that would even wo= rk and it did. I've put a sata dom 32gb in the server to install freebsd on to just make it simple (thats how our newer servers operate anyhow), so I will be going with regular ufs on the large mfi array as it's running through a raid controller already, we were just testing zfsroot to see how well it worked out on that server. But if you really want me to I can give it a go if you could give me a few pointers on how to create the two partitions and then tell the installer to install on the second one --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Aug 4 04:11: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 7D6BFBAC7E3 for ; Thu, 4 Aug 2016 04:11:47 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail107.syd.optusnet.com.au (mail107.syd.optusnet.com.au [211.29.132.53]) by mx1.freebsd.org (Postfix) with ESMTP id 44E3314B9; Thu, 4 Aug 2016 04:11:46 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-106-149-109.carlnfd1.nsw.optusnet.com.au (c122-106-149-109.carlnfd1.nsw.optusnet.com.au [122.106.149.109]) by mail107.syd.optusnet.com.au (Postfix) with ESMTPS id 2A7A6D48614; Thu, 4 Aug 2016 14:11:40 +1000 (AEST) Date: Thu, 4 Aug 2016 14:11:39 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: avg@freebsd.org cc: freebsd-fs@freebsd.org Subject: Re: [Bug 209096] zfsroot bricked on 10.3-RELEASE In-Reply-To: Message-ID: <20160804134452.W1209@besplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=EfU1O6SC c=1 sm=1 tr=0 a=R/f3m204ZbWUO/0rwPSMPw==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=uFf67qZyrIOkFKK2U3oA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 04:11:47 -0000 On Wed, 3 Aug 2016 a bug that doesn't want replies@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209096 > > --- Comment #35 from Andriy Gapon --- > (In reply to Daniel Ylitalo from comment #33) > Hmm, so it seems that lsdev -v does not report the disk size as I've expected. > So it's not that useful :-( > > BTW, it seems that you are still using a single huge partition for ZFS... > If you split it into the under 2TB and above 2TB partitions, then you could > easily test the theory by making the >2TB partition a root ZFS pool and > checking if you can boot to it. Old BIOSes break at 128GB. Of course, you shouldn't use zfs on systems with such a small limit. I have a 10 year old laptop, which is not very old for me. Changing its disk from 100 GB to 750 GB worked well except when I tried to move partitions above the 128GB boundary on it. This was confusing, although I have a lot of experience keeping partitions below 8GB so that they were bootable with the 1989 boot0 that I used to use, and had rewritten this boot0 to remove its limit, and was switching systems to use it. Bruce From owner-freebsd-fs@freebsd.org Thu Aug 4 12:24: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 D209DBAF6D1 for ; Thu, 4 Aug 2016 12:24:59 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-outbound.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65BE51E0C for ; Thu, 4 Aug 2016 12:24:58 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) by smtp-outbound.userve.net (8.15.1/8.15.1) with ESMTPS id u74BuqKt029969 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 4 Aug 2016 12:56:52 +0100 (BST) (envelope-from matt.churchyard@userve.net) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1470311815; bh=aiIM8Gf2uj9Q9cAhaomLjjJT/OKRulMaL7CU9sHMMVE=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=NSfLhtrbfCoaDQaDCjvv0M3uH1Ayntg6az3RtZZdHYKfBSFIOHOH42qG9BtQ9V7ym jlry7sHJ1Ue5HHU48ZsbXlef6rDr9f6EZWOHk79mKu5SMfmNRCn/70jfXFo223GI2X 5k26y7nAGAzwi/S8F6OmEQ6dMQxetcSXBvUpM+QI= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Thu, 4 Aug 2016 12:56:46 +0100 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Thu, 4 Aug 2016 12:56:46 +0100 From: Matt Churchyard To: Michael Reifenberger CC: "freebsd-fs@freebsd.org" Subject: RE: Bhyve tests and findings Thread-Topic: Bhyve tests and findings Thread-Index: AQHR7kRdr3sAT9ONiUKmemTIvMbYHaA4rikw Date: Thu, 4 Aug 2016 11:56:45 +0000 Message-ID: <08857081071341f8a233cfa97d7db9f1@SERVER.ad.usd-group.com> References: <20160804132810.Horde.PbxdxEormFX3MwsBMVBoRo7@mail.eeeit.de> In-Reply-To: <20160804132810.Horde.PbxdxEormFX3MwsBMVBoRo7@mail.eeeit.de> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 12:24:59 -0000 PkhpLA0KPmFmdGVyIHdhaXRpbmcgZm9yIFVFRkktR09QIGFuZCB1c2luZyBiaHl2ZSAod2l0aCB2 bS1iaHl2ZSBhcyBhIGNvbnZlbmllbnQgdG9vbCkgYW4gYSBuZXcgRTMtMTIyNSB2NSBiYXNlZCBz eXN0ZW0sIHRoZSBmb2xsb3dpbmcgYXJlIG15IGZpbmRpbmdzID5zbyBmYXIuDQo+KEJUVzoNCj4g ICBDdXJyZW50bHkgbXkgcmF0aW9uYWwgZm9yIHJ1bm5pbmcgYmh5dmUgaXMgdHdvZm9sZDoNCj4g ICAtIFJ1biBhIFdpbmRvd3MgOC4xIG9yIDEwIGluc3RhbmNlIGZvciBhY2Nlc3NpbmcgZGlmZmVy ZW50IHJlbW90ZSBsb2NhdGlvbnMgdmlhIGRpZmZlcmVudCBWUE4gc29sdXRpb25zDQo+ICAgLSBS dW4gQ2VudG9zNy9SSEVMNyBpbnN0YW5jZXMgd2l0aCBTQVAgU3lzdGVtcyBvbiBpdA0KPikNCg0K PkJ1dCBmaXJzdCBhIGh1Z2UgVGhhbmtzIHRvIGFsbCB3aG8gd29ya2VkIG9uIGJoeXZlIGFuZCBt YWRlIGl0IHVzYWJsZSBpbiBpdHMgY3VycmVudCBzdGF0ZS4NCj5UaGF0IGFsb25lIGlzIHF1aXRl IGltcHJlc3NpdmUuDQoNCj5XaGF0IHdvcmtzIHNvIGZhcjoNCj4tIFdpbmRvd3MgOCwgOC4xIGFu ZCAxMCBpbnN0YWxscyBhbmQgcnVucyBpbiBncmFwaGljYWwgbW9kZSBmbGF3bGVzc2x5Lg0KPi0g Q2VudG9zNyBpbnN0YWxscyBhbmQgcnVucyB0b28gdXNpbmcgdGhlIFVFRkktR09QIEltYWdlIChZ ZWFoLCBubyBtb3JlIEdydWIgZmlkZGxpbmcgOi0pDQo+LSBJIHdhcyBhYmxlIHRvIGdyYXBoaWNh bGx5IFJlc3RvcmUvUmVjb25maWd1cmUgYSBBY3JvbmlzIFdpbmRvd3MtQmFja3VwIGludG8gYSBC aHl2ZSBpbnN0YW5jZQ0KPiAgIHVzaW5nIHRoZSBBY3JvbmlzIFJlc3RvcmUtQ0QgKENvbnZlcnRp bmcgYSBCSU9TIFdpbjguMSB0byBVRUZJIFdpbjguMSkNCg0KDQo+IFdoYXQgZG9lc24ndDoNCj4t IE9ubHkgdm5jbGllbnQgZnJvbSBGcmVlQlNEIGNhbiBjb25uZWN0IHRvIHRoZSBiaHl2ZSBWTkMg U2VydmVyLg0KPiAgIEkgaGF2bid0IGZvdW5kIGFueSB2bmN2aWV3ZXIgcnVubmluZyBvbiBXaW5k b3dzIHdoaWNoIHdoZXJlIGFibGUgdG8gd29yayAodHJpZWQgVWx0cmFWTkMsIFJlYWxWTkMsIC4u LikNCg0KSSd2ZSBiZWVuIHVzaW5nIFRpZ2h0Vk5DIG9uIFdpbmRvd3MgKGZpcnN0IGZyZWUgY2xp ZW50IEkgY2FtZSBhY3Jvc3MpIHNpbmNlIEdPUCBzdXBwb3J0IGNhbWUgb3V0IGFuZCBoYXZlIG5v dCBoYWQgYW55IHByb2JsZW1zIHdpdGggaXQuDQoNCj4gLSBpbiBWTkMgb25seSBtb3N0IGJhc2lj IEtleXMgd29yayBtb3N0IHNwZWNpYWwgY2hhcmFjdGVycyBsaWtlICgqXEApIChhbmQgb2YgY291 cnNlIG5vIGdlcm1hbiBsb2NhbGl6YXRpb24pDQo+ICBidXQgYXQgbGVhc3QgYSB1c3VhbCBVUy1r YmQgd291bGQgYmUgaGVscGZ1bC4NCg0KSXQncyBub3QgY2xlYXIgd2hldGhlciB5b3UncmUgc2F5 aW5nIHRoYXQgdGhvc2Ugc3BlY2lhbCBjaGFyYWN0ZXIgaGF2ZSBhIHByb2JsZW0gb3Igbm90Pw0K SSdtIGluIHRoZSBVSyBhbmQgdGhlc2Uga2V5cyBzZWVtIHRvIHdvcmsgZmluZSBpbiB0aGUgVk5D IGNsaWVudCBJJ20gdXNpbmcuDQoNCiA+ICAoSXMgdGhlcmUgYSB3YXkgdG8gZGVidWcgdGhlIGtl eXN0cm9rZXMgb3IgZHVwbGljYXRlIGEgbG9jYWxpemVkIFZOQyBrYmQgZnJvbSBzb21lIFZOQyBz ZXJ2ZXIpDQo+LSBGb3IgdGhlIFNBUC1TeXN0ZW1zIGl0IHNlZW1zIHRoYXQgb25seSA0IGRpc2tz IGdldCB1c2VkIHdoZW4gdGhlIGRpc2sgdHlwZSBpcyB2aXJ0aW8tYmxrLg0KPiAgIChJcyB0aGlz IGludGVudGlvbmFsbHkgb3IgYSBmZWF0dXJlIG9mIHZtLWJoeXZlPyBIb3cgdG8gcHJvdmlkZSBt b3JlIGRpc2tzKQ0KDQpJIGtub3cgdGhhdCB0aGUgVUVGSSBmaXJtd2FyZSBvbmx5IGNvbm5lY3Rz IHNsb3RzIDMvNC81LzYsIGJ1dCBJIGRvbid0IGtub3cgaWYgc29tZSBndWVzdHMgY2FuIHN1cHBv cnQgbm9uLWJvb3QgZGlza3Mgb24gb3RoZXIgc2xvdHMuIEluIG15IGJoeXZlIG1hbmFnZXIgSSB1 c2VkIHRvIGxpbWl0IFdpbmRvd3MgdG8gMyBkaXNrcyAoKzEgY2QpLCBob3dldmVyIEkgaGF2ZSB0 ZXN0ZWQgOCBkaXNrcyBpbiBTZXJ2ZXIyMDEyIHdpdGggYSBGcmVlQlNEIDEyIGhvc3QsIHdoaWNo IGFsbG93cyB1cCB0byAzMiBkaXNrcyBwZXIgYWhjaSBjb250cm9sbGVyLg0KDQo+LSBJdCBzZWVt cyB0byBtaXNzIGEgd2F5IHRvIGFkZCBhbiBJU08gQ0QvRFZEIHdpdGhvdXQgYm9vdGluZyBmcm9t IGl0IGF1dG9tYXRpY2FsbHkuDQo+ICAgQWxzbyBJU08ncyBzZWVtIHRvIG1pc3MgYSBob3QtcGx1 ZyBmZWF0dXJlIChmLmUuIGZvciBpbnNlcnRpbmcgZHJpdmVyIENEJ3MgYWZ0ZXIgaW5zdGFsbGF0 aW9uLg0KDQpJJ3ZlIGp1c3QgdHJpZWQgYWRkaW5nIGEgYm9vdGFibGUgQ0QgdG8gYmh5dmUgYXMg YSBzZWNvbmQgZGV2aWNlIGFuZCB5ZXMsIGl0IGRvZXMgYXBwZWFyIHRvIHRyeSBhbmQgYm9vdCBm cm9tIGl0IGV2ZW4gdGhvdWdoIHRoZSBoZGQgaXMgYm9vdGFibGUuDQpJJ20gc3VyZSBJJ3ZlIHNl ZW4gYSBVRUZJIGNsaSBhdCBzb21lIHBvaW50IGJ1dCBJIGRvbid0IGtub3cgaWYgdGhlcmUncyBh bnkgd2F5IHRvIGNvbmZpZ3VyZSBib290IG9yZGVyIChkZXZzPykNCk9idmlvdXNseSBob3QtcGx1 ZyBDRCB3b3VsZCBiZSBuaWNlIGFuZCBJIGV4cGVjdCBpcyBhIGZlYXR1cmUgdGhhdCB3b3VsZCBj b21lIGV2ZW50dWFsbHkgb25jZSB0aGUgYmFzaWNzIGFyZSBmaW5pc2hlZC4NCg0KPlNvbWUgYWRk aXRpb25hbCBxdWVzdGlvbnM6DQo+LSBDYW4gb25lIG92ZXItcHJvdmlzaW9uaW5nL2JhbGxvb25p bmcgZ3Vlc3QgbWVtb3J5J3MgPw0KPi0gSXMgaXQgKHNwZWVkLXdpc2UpIGJldHRlciB0byB1c2Ug WkZTLXp2b2wncyBvciBmaWxlcyBpbiByZWd1bGFyIFpGUy1kaXJlY3Rvcmllcz8NCj4tIEFyZSB0 aGUgdmlydGlvLWJsayBvciBhaGNpLWhkIGRpc2tzIGhhdmluZyB0aGUgc2FtZSBvdmVyaGVhZD8N Cj4tIENhbiBhaGNpLWhkIGJlIHVzZWQgcGFyYXZpcnR1YWxpemVkIGluIENlbnRvcz8NCg0KVGhl c2UgYXJlIHByb2JhYmx5IGFsbCBxdWVzdGlvbnMgZm9yIHRoZSBkZXZzLi4uDQoNCk1hdHQNCg0K PlRoYW5rcyBpbiBhZHZhbmNlIQ0KDQo+QWxsIGluIGFsbCBpdCBsb29rcyBxdWl0ZSBwcm9taXNp bmchDQoNCj5HcmVldGluZ3MNCj4tLS0NCk1pa2UNCj4NCj5HcnXDnw0KPi0tLQ0KPk1pY2hhZWwg UmVpZmVuYmVyZ2VyDQoNCj5fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fXw0KPmZyZWVic2QtdmlydHVhbGl6YXRpb25AZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0 IGh0dHBzOi8vbGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLXZpcnR1 YWxpemF0aW9uDQo+VG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gImZyZWVic2Qtdmly dHVhbGl6YXRpb24tdW5zdWJzY3JpYmVAZnJlZWJzZC5vcmciDQo= From owner-freebsd-fs@freebsd.org Thu Aug 4 17:04:09 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 2C689BAFA5B for ; Thu, 4 Aug 2016 17:04:09 +0000 (UTC) (envelope-from mckusick@mckusick.com) Received: from chez.mckusick.com (chez.mckusick.com [IPv6:2001:5a8:4:7e72:d250:99ff:fe57:4030]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "chez.mckusick.com", Issuer "chez.mckusick.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 01BB31898; Thu, 4 Aug 2016 17:04:08 +0000 (UTC) (envelope-from mckusick@mckusick.com) Received: from chez.mckusick.com (localhost [IPv6:::1]) by chez.mckusick.com (8.15.2/8.15.2) with ESMTP id u74H47hb090342; Thu, 4 Aug 2016 10:04:07 -0700 (PDT) (envelope-from mckusick@mckusick.com) Message-Id: <201608041704.u74H47hb090342@chez.mckusick.com> From: Kirk McKusick To: Maxim Sobolev Subject: Re: Optimizing UFS 1/2 for non-rotating / compressed storage cc: FreeBSD Filesystems In-reply-to: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <90340.1470330247.1@chez.mckusick.com> Date: Thu, 04 Aug 2016 10:04:07 -0700 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 17:04:09 -0000 > From: Maxim Sobolev > Date: Wed, 20 Jul 2016 11:45:03 -0700 > Subject: Optimizing UFS 1/2 for non-rotating / compressed storage > To: Kirk McKusick , > FreeBSD Filesystems > > Hi Kirk et al, > > Do you by any chance have some hints of what parameters we need to set in > newfs to maximally fit the following criteria: > > 1. Minimize free space fragmentation, i.e. we start with huge array of > zeroes, we want to end up with as few number of continuous zero areas as > possible (i.e. minimize free space discontinuity). > > 2. Blocks that belong to the same file should be as continuous as possible > "on disk". > > 3. Each individual file should preferably start at the block offset that is > multiple of certain pre-defined power-of-two size from the start of > partition, e.g. 64k, 128k etc. > > The file system in question is write-mostly. We create image from scratch > every time and them populate with installworld + pkg add. Any free space is > subsequently erased with dd if=/dev/zero of=/myfs/bigfile; rm > /myfs/bigfile, unmounted and image is compressed. We also grossly > over-provision space, i.e. 2GB UFS image is created, less than 1GB is used > at the end. > > Any hints would be appreciated. Thanks! > > -Maxim Just back from spending the month of July in Tasmania (Australia) and trying to get caught up on email... Unfortunately UFS/FFS is not well designed for what you want to do. It splits the filesystem space up into "cylinder groups" and then tries to place the files evenly across the cylinder groups. At least it packs the files into the front of each cylinder group, so you will tend to get a big block of unallocated space at the end of each cylinder group. You could benefit from allocating the fewest number of cylinder groups possible which is what newfs does by default. But you could help this along by creating a filesystem with no fragments (just full-sized blocks) as that keeps the bitmaps small (the bitmap needs one bit per possible fragment). I will note that going without fragments will blow up your disk usage if you have many small files, as a small file will use 8x as much space as it would if you had fragments. Use the `-e maxbpg' parameter to newfs (or tunefs after the fact) to set a huge value for contiguous blocks before being forced to move to a new cylinder group. Note that doing this will penalize your small file read performance, so you may want to leave this alone. To get all files to start on a particular block boundary, set your filesystem block size to the starting offset boundary you desire (e.g., if you want files to start on a 32k offset, use a 32k block size for your filesystem). If you create a filesystem with no fragments, then all files will by definition start on a block boundary. Kirk McKusick From owner-freebsd-fs@freebsd.org Thu Aug 4 21:26: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 D5A07BAFFE5 for ; Thu, 4 Aug 2016 21:26: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 B816E1C33 for ; Thu, 4 Aug 2016 21:26: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 u74LQDYR082730 for ; Thu, 4 Aug 2016 21:26:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209158] node / npm triggering zfs rename deadlock Date: Thu, 04 Aug 2016 21:26: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: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: op@hardenedbsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 21:26:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209158 op@hardenedbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |op@hardenedbsd.org --- Comment #37 from op@hardenedbsd.org --- The error in the following PR possible relates to this PR too: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209580 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Aug 4 21:28: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 A8A6BBAF086 for ; Thu, 4 Aug 2016 21:28:07 +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 985B01D3B for ; Thu, 4 Aug 2016 21:28:07 +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 u74LS7jb084897 for ; Thu, 4 Aug 2016 21:28:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209158] node / npm triggering zfs rename deadlock Date: Thu, 04 Aug 2016 21:28:07 +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: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 21:28:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209158 --- Comment #38 from Andriy Gapon --- (In reply to op from comment #37) Most likely, no. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Aug 4 21:33: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 4FEEFBAF1FD for ; Thu, 4 Aug 2016 21:33: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 37F4E12C3 for ; Thu, 4 Aug 2016 21:33: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 u74LXYIx098484 for ; Thu, 4 Aug 2016 21:33:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209580] ZFS and geli broken with INVARIANTS enabled Date: Thu, 04 Aug 2016 21:33:34 +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.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: op@hardenedbsd.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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 21:33:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209580 --- Comment #4 from op@hardenedbsd.org --- The patch from this github issue fixes the zpool export problem: https://github.com/zfsonlinux/zfs/pull/3137/commits/65cdaa78aff3c2e21ff912b= 9acfc523f22a3b2c4 , but there is still an other problem during the zpool import call. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Aug 4 21:51:41 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 A59F1BAF676 for ; Thu, 4 Aug 2016 21:51:41 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id D360C1DBC for ; Thu, 4 Aug 2016 21:51:40 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Thu, 04 Aug 2016 23:50:28 +0200 Authentication-Results: connect.ultra-secure.de; iprev=pass; auth=pass (plain); spf=none smtp.mailfrom=ultra-secure.de Received-SPF: None (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=[192.168.1.200]; envelope-from= Received: from [192.168.1.200] (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 3D1CB124-4402-4F77-B95B-DC42A1248D3D.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=AES256-SHA verify=NO); Thu, 04 Aug 2016 23:50:22 +0200 From: Rainer Duffner Message-Id: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: zfs receive stalls whole system Date: Thu, 4 Aug 2016 23:50:20 +0200 References: <0C2233A9-C64A-4773-ABA5-C0BCA0D037F0@ultra-secure.de> <20160517102757.135c1468@fabiankeil.de> <20160517123627.699e2aa5@fabiankeil.de> <20160526124822.374b2dea@fabiankeil.de> To: Fabian Keil , FreeBSD Filesystems In-Reply-To: <20160526124822.374b2dea@fabiankeil.de> X-Mailer: Apple Mail (2.3124) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=12 total_conn=15 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,T_FILL_THIS_FORM_SHORT,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 858, bad: 1, connections: 1089, history: 857, asn_score: 339, asn_connections: 344, asn_good: 339, asn_bad: 0, pass:asn, asn_all_good, relaying Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 21:51:41 -0000 > Am 26.05.2016 um 12:48 schrieb Fabian Keil = : >=20 >>=20 >> It can cause deadlocks and poor performance when paging. >>=20 >> This was recently fixed in ElectroBSD and I intend to submit >> the patch in a couple of days after a bit more stress testing. >=20 > Done: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209759 = I=E2=80=99ve now been able to implement this patch. It doesn=E2=80=99t seem to do any harm but doesn=E2=80=99t fix the = problem, either. (sorry for the long post) pool: datapool state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM datapool ONLINE 0 0 0 raidz2-0 ONLINE 0 0 0 gpt/S0M1ESLL_C1S03 ONLINE 0 0 0 gpt/S0M1F8V0_C1S04 ONLINE 0 0 0 gpt/S0M1EQPR_C1S05 ONLINE 0 0 0 gpt/S0M19J9D_C1S06 ONLINE 0 0 0 gpt/S0M1ES7R_C1S07 ONLINE 0 0 0 gpt/S0M1DXJR_C1S08 ONLINE 0 0 0 raidz2-1 ONLINE 0 0 0 gpt/S0M1EQHL_C2S01 ONLINE 0 0 0 gpt/S0M1EQSL_C2S02 ONLINE 0 0 0 gpt/S0M1F7CG_C2S03 ONLINE 0 0 0 gpt/S0M1F2B1_C2S04 ONLINE 0 0 0 gpt/S0M1ER7Y_C2S05 ONLINE 0 0 0 gpt/S0M1F9B0_C2S06 ONLINE 0 0 0 raidz2-2 ONLINE 0 0 0 gpt/S3L29R3L_EC1_S01 ONLINE 0 0 0 gpt/S3L29XFQ_EC1_S02 ONLINE 0 0 0 gpt/S3L29QTK_EC1_S03 ONLINE 0 0 0 gpt/S3L28ZFA_EC1_S04 ONLINE 0 0 0 gpt/S3L29PG9_EC1_S05 ONLINE 0 0 0 gpt/S3L29TAA_EC1_S06 ONLINE 0 0 0 raidz2-3 ONLINE 0 0 0 gpt/S3L29RHR_EC1_S07 ONLINE 0 0 0 gpt/S3L29VQT_EC1_S08 ONLINE 0 0 0 gpt/S3L2A7WM_EC1_S09 ONLINE 0 0 0 gpt/S3L29GXN_EC1_S10 ONLINE 0 0 0 gpt/S3L29TPT_EC1_S11 ONLINE 0 0 0 gpt/S3L2A4EJ_EC1_S12 ONLINE 0 0 0 errors: No known data errors pool: zroot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da8p3 ONLINE 0 0 0 da9p3 ONLINE 0 0 0 errors: No known data errors Machine 1 creates hourly, daily and weekly snapshots (with zfSnap) and = sends them hourly to Machine 2. /usr/local/sbin/zxfer -dF -o sharenfs=3D"-maproot=3D1003 -network = 10.10.91.224 -mask 255.255.255.240" -T root@10.168.91.231 -R = datapool/nfs datapool/backup=20 The network is Gbit. The filesystems aren=E2=80=99t that big (IMO): NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH = ALTROOT datapool 19.5T 7.08T 12.4T - 13% 36% 1.00x ONLINE - zroot 556G 7.78G 548G - 1% 1% 1.00x ONLINE - Nor are the snapshots really that large: NAME USED = AVAIL REFER MOUNTPOINT datapool/nfs/bla1-archives@weekly-2016-07-23_04.44.27--2w 43.3M = - 49.5G - datapool/nfs/bla1-archives@daily-2016-07-28_03.35.25--7d 42.0M = - 49.9G - datapool/nfs/bla1-archives@daily-2016-07-29_03.33.40--7d 42.0M = - 49.9G - datapool/nfs/bla1-archives@daily-2016-07-30_03.22.18--7d 0 = - 49.9G - datapool/nfs/bla1-archives@weekly-2016-07-30_04.15.01--2w 0 = - 49.9G - datapool/nfs/bla1-archives@daily-2016-07-31_03.14.47--7d 42.0M = - 49.9G - datapool/nfs/bla1-archives@daily-2016-08-01_05.03.36--7d 42.0M = - 49.9G - datapool/nfs/bla1-archives@daily-2016-08-02_05.02.39--7d 42.0M = - 49.9G - datapool/nfs/bla1-archives@daily-2016-08-03_03.57.46--7d 42.2M = - 49.9G - datapool/nfs/bla1-archives@hourly-2016-08-03_12.04.00--12h 0 = - 19.8G - datapool/nfs/bla1-archives@hourly-2016-08-03_13.04.00--12h 0 = - 19.8G - datapool/nfs/bla1-archives@hourly-2016-08-03_14.04.00--12h 192K = - 575K - datapool/nfs/bla1-archives@hourly-2016-08-03_15.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_16.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_17.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_18.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_19.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_20.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_21.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_22.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-03_23.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-archives@hourly-2016-08-04_00.04.00--12h 0 = - 12.1M - datapool/nfs/bla1-documents@weekly-2016-07-23_04.44.27--2w 6.02G = - 4.51T - datapool/nfs/bla1-documents@daily-2016-07-28_03.35.25--7d 5.85G = - 4.54T - datapool/nfs/bla1-documents@daily-2016-07-29_03.33.40--7d 5.82G = - 4.55T - datapool/nfs/bla1-documents@daily-2016-07-30_03.22.18--7d 0 = - 4.56T - datapool/nfs/bla1-documents@weekly-2016-07-30_04.15.01--2w 0 = - 4.56T - datapool/nfs/bla1-documents@daily-2016-07-31_03.14.47--7d 5.80G = - 4.56T - datapool/nfs/bla1-documents@daily-2016-08-01_05.03.36--7d 5.80G = - 4.56T - datapool/nfs/bla1-documents@daily-2016-08-02_05.02.39--7d 5.81G = - 4.56T - datapool/nfs/bla1-documents@daily-2016-08-03_03.57.46--7d 70.6M = - 4.56T - datapool/nfs/bla1-documents@hourly-2016-08-03_12.04.00--12h 6.85M = - 4.57T - datapool/nfs/bla1-documents@hourly-2016-08-03_13.04.00--12h 3.42M = - 4.57T - datapool/nfs/bla1-documents@hourly-2016-08-03_14.04.00--12h 9.88M = - 4.57T - datapool/nfs/bla1-documents@hourly-2016-08-03_15.04.00--12h 12.6M = - 4.57T - datapool/nfs/bla1-documents@hourly-2016-08-03_16.04.00--12h 12.4M = - 4.57T - datapool/nfs/bla1-documents@hourly-2016-08-03_17.04.00--12h 11.5M = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_18.04.00--12h 4.64M = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_19.04.00--12h 464K = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_20.04.00--12h 352K = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_21.04.00--12h 384K = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_22.04.00--12h 79.9K = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-03_23.04.00--12h 0 = - 4.58T - datapool/nfs/bla1-documents@hourly-2016-08-04_00.04.00--12h 0 = - 4.58T - datapool/nfs/bla1-project_layouts@weekly-2016-07-23_04.44.27--2w 176K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-07-28_03.35.25--7d 144K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-07-29_03.33.40--7d 144K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-07-30_03.22.18--7d 0 = - 1.85M - datapool/nfs/bla1-project_layouts@weekly-2016-07-30_04.15.01--2w 0 = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-07-31_03.14.47--7d 128K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-08-01_05.03.36--7d 128K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-08-02_05.02.39--7d 176K = - 1.85M - datapool/nfs/bla1-project_layouts@daily-2016-08-03_03.57.46--7d 176K = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_12.04.00--12h 144K = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_13.04.00--12h 112K = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_14.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_15.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_16.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_17.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_18.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_19.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_20.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_21.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_22.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-03_23.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-project_layouts@hourly-2016-08-04_00.04.00--12h 0 = - 1.85M - datapool/nfs/bla1-wkhtml@weekly-2016-07-23_04.44.27--2w 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-07-28_03.35.25--7d 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-07-29_03.33.40--7d 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-07-30_03.22.18--7d 0 = - 208K - datapool/nfs/bla1-wkhtml@weekly-2016-07-30_04.15.01--2w 0 = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-07-31_03.14.47--7d 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-08-01_05.03.36--7d 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-08-02_05.02.39--7d 128K = - 208K - datapool/nfs/bla1-wkhtml@daily-2016-08-03_03.57.46--7d 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_12.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_13.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_14.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_15.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_16.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_17.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_18.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_19.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_20.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_21.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_22.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-03_23.04.00--12h 0 = - 208K - datapool/nfs/bla1-wkhtml@hourly-2016-08-04_00.04.00--12h 0 = - 208K - I even went as far as =E2=80=9Ecross-flashing=E2=80=9C LSI=E2=80=99s = 20.00.xy firmware to the HP cards, which came with very old firmware = (which really only works with the older MS-DOS versions of the = software). HP refuses to provide updated firmware. However, zfs receive stalls the system even if there is virtually no = data to be transferred. The stalls takes longer at 03 and 04 AM, which is when I assume the = filesystems that are deleted on the master are also deleted on this zfs = receive target. ... ----- Wed Aug 3 01:17:00 CEST 2016 Starting sync... Wed Aug 3 01:17:17 CEST 2016 ----- Wed Aug 3 02:17:00 CEST 2016 Starting sync... Wed Aug 3 02:17:17 CEST 2016 ----- Wed Aug 3 03:17:00 CEST 2016 Starting sync... Wed Aug 3 03:23:16 CEST 2016 ----- Wed Aug 3 04:17:00 CEST 2016 Starting sync... Wed Aug 3 04:20:12 CEST 2016 ----- Wed Aug 3 05:17:00 CEST 2016 Starting sync... Wed Aug 3 05:17:22 CEST 2016 =E2=80=A6 Thu Aug 4 01:17:00 CEST 2016 Starting sync... Thu Aug 4 01:17:24 CEST 2016 ----- Thu Aug 4 02:17:00 CEST 2016 Starting sync... Thu Aug 4 02:17:20 CEST 2016 ----- Thu Aug 4 03:17:00 CEST 2016 Starting sync... Thu Aug 4 03:23:14 CEST 2016 ----- Thu Aug 4 04:17:00 CEST 2016 Starting sync... Thu Aug 4 04:19:53 CEST 2016 ----- Thu Aug 4 05:17:00 CEST 2016 Starting sync... Thu Aug 4 05:17:29 CEST 2016 I had this problem with 9.x with the old HP PA4x0 controller (and maybe = with 10.0) - but it went away with 10.1 I switched controllers when I had to attach an external disk-shelf to = the servers because the customer needed more space. Also, it=E2=80=99s a = real PITA exchanging broken disks when you have no HPACUCLI for = FreeBSD... The first 12 disks in the pool are 600GB SAS disks, the other 12 disks = are 900 GB SAS in an external HP enclosure. I have no L2ARC, no separate log-device. The system is really completely frozen. Besides just being a = warm-standby device, this server also acts as a Read-Only MySQL Slave = that the application uses. When it hangs, the whole application hangs and Netbackup stops backing = up. The zfs sender has no problems. The vdevs/pools were created with vfs.zfs.min_auto_ashift=3D12 What else is there to look for? ------------------------------------------------------------------------ ZFS Subsystem Report Thu Aug 4 00:09:56 2016 ------------------------------------------------------------------------ System Information: Kernel Version: 1003000 (osreldate) Hardware Platform: amd64 Processor Architecture: amd64 ZFS Storage pool Version: 5000 ZFS Filesystem Version: 5 FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root 12:09AM up 1 day, 6:59, 1 user, load averages: 0.01, 0.07, 0.07 ------------------------------------------------------------------------ System Memory: 0.32% 615.41 MiB Active, 11.44% 21.39 GiB Inact 50.72% 94.86 GiB Wired, 0.00% 252.00 KiB Cache 37.52% 70.18 GiB Free, 0.00% 64.00 KiB Gap Real Installed: 192.00 GiB Real Available: 99.97% 191.94 GiB Real Managed: 97.44% 187.03 GiB Logical Total: 192.00 GiB Logical Used: 52.31% 100.43 GiB Logical Free: 47.69% 91.57 GiB Kernel Memory: 1.45 GiB Data: 98.17% 1.43 GiB Text: 1.83% 27.14 MiB Kernel Memory Map: 187.03 GiB Size: 32.73% 61.22 GiB Free: 67.27% 125.81 GiB ------------------------------------------------------------------------ ARC Summary: (HEALTHY) Memory Throttle Count: 0 ARC Misc: Deleted: 15 Recycle Misses: 0 Mutex Misses: 0 Evict Skips: 436 ARC Size: 30.04% 55.89 GiB Target Size: (Adaptive) 100.00% 186.03 GiB Min Size (Hard Limit): 12.50% 23.25 GiB Max Size (High Water): 8:1 186.03 GiB ARC Size Breakdown: Recently Used Cache Size: 50.00% 93.01 GiB Frequently Used Cache Size: 50.00% 93.01 GiB ARC Hash Breakdown: Elements Max: 1.65m Elements Current: 99.94% 1.65m Collisions: 358.52k Chain Max: 3 Chains: 37.77k ------------------------------------------------------------------------ ARC Efficiency: 87.79m Cache Hit Ratio: 64.95% 57.01m Cache Miss Ratio: 35.05% 30.77m Actual Hit Ratio: 60.48% 53.09m Data Demand Efficiency: 96.42% 21.65m Data Prefetch Efficiency: 58.89% 4.98m CACHE HITS BY CACHE LIST: Anonymously Used: 6.88% 3.92m Most Recently Used: 30.90% 17.62m Most Frequently Used: 62.22% 35.48m Most Recently Used Ghost: 0.00% 0 Most Frequently Used Ghost: 0.00% 0 CACHE HITS BY DATA TYPE: Demand Data: 36.61% 20.87m Prefetch Data: 5.14% 2.93m Demand Metadata: 56.47% 32.20m Prefetch Metadata: 1.78% 1.02m CACHE MISSES BY DATA TYPE: Demand Data: 2.52% 775.75k Prefetch Data: 6.65% 2.05m Demand Metadata: 89.40% 27.51m Prefetch Metadata: 1.42% 438.12k ------------------------------------------------------------------------ L2ARC is disabled ------------------------------------------------------------------------ File-Level Prefetch: (HEALTHY) DMU Efficiency: 180.34m Hit Ratio: 0.31% 554.89k Miss Ratio: 99.69% 179.78m Colinear: 0 Hit Ratio: 100.00% 0 Miss Ratio: 100.00% 0 Stride: 0 Hit Ratio: 100.00% 0 Miss Ratio: 100.00% 0 DMU Misc: Reclaim: 0 Successes: 100.00% 0 Failures: 100.00% 0 Streams: 0 +Resets: 100.00% 0 -Resets: 100.00% 0 Bogus: 0 ------------------------------------------------------------------------ VDEV cache is disabled ------------------------------------------------------------------------ ZFS Tunables (sysctl): kern.maxusers 12620 vm.kmem_size 200818708480 vm.kmem_size_scale 1 vm.kmem_size_min 0 vm.kmem_size_max 1319413950874 vfs.zfs.trim.max_interval 1 vfs.zfs.trim.timeout 30 vfs.zfs.trim.txg_delay 32 vfs.zfs.trim.enabled 1 vfs.zfs.vol.unmap_enabled 1 vfs.zfs.vol.mode 1 vfs.zfs.version.zpl 5 vfs.zfs.version.spa 5000 vfs.zfs.version.acl 1 vfs.zfs.version.ioctl 5 vfs.zfs.debug 0 vfs.zfs.super_owner 0 vfs.zfs.sync_pass_rewrite 2 vfs.zfs.sync_pass_dont_compress 5 vfs.zfs.sync_pass_deferred_free 2 vfs.zfs.zio.exclude_metadata 0 vfs.zfs.zio.use_uma 1 vfs.zfs.cache_flush_disable 0 vfs.zfs.zil_replay_disable 0 vfs.zfs.min_auto_ashift 12 vfs.zfs.max_auto_ashift 13 vfs.zfs.vdev.trim_max_pending 10000 vfs.zfs.vdev.bio_delete_disable 0 vfs.zfs.vdev.bio_flush_disable 0 vfs.zfs.vdev.write_gap_limit 4096 vfs.zfs.vdev.read_gap_limit 32768 vfs.zfs.vdev.aggregation_limit 131072 vfs.zfs.vdev.trim_max_active 64 vfs.zfs.vdev.trim_min_active 1 vfs.zfs.vdev.scrub_max_active 2 vfs.zfs.vdev.scrub_min_active 1 vfs.zfs.vdev.async_write_max_active 10 vfs.zfs.vdev.async_write_min_active 1 vfs.zfs.vdev.async_read_max_active 3 vfs.zfs.vdev.async_read_min_active 1 vfs.zfs.vdev.sync_write_max_active 10 vfs.zfs.vdev.sync_write_min_active 10 vfs.zfs.vdev.sync_read_max_active 10 vfs.zfs.vdev.sync_read_min_active 10 vfs.zfs.vdev.max_active 1000 vfs.zfs.vdev.async_write_active_max_dirty_percent60 vfs.zfs.vdev.async_write_active_min_dirty_percent30 vfs.zfs.vdev.mirror.non_rotating_seek_inc1 vfs.zfs.vdev.mirror.non_rotating_inc 0 vfs.zfs.vdev.mirror.rotating_seek_offset1048576 vfs.zfs.vdev.mirror.rotating_seek_inc 5 vfs.zfs.vdev.mirror.rotating_inc 0 vfs.zfs.vdev.trim_on_init 1 vfs.zfs.vdev.cache.bshift 16 vfs.zfs.vdev.cache.size 0 vfs.zfs.vdev.cache.max 16384 vfs.zfs.vdev.metaslabs_per_vdev 200 vfs.zfs.txg.timeout 5 vfs.zfs.space_map_blksz 4096 vfs.zfs.spa_slop_shift 5 vfs.zfs.spa_asize_inflation 24 vfs.zfs.deadman_enabled 1 vfs.zfs.deadman_checktime_ms 5000 vfs.zfs.deadman_synctime_ms 1000000 vfs.zfs.recover 0 vfs.zfs.spa_load_verify_data 1 vfs.zfs.spa_load_verify_metadata 1 vfs.zfs.spa_load_verify_maxinflight 10000 vfs.zfs.check_hostid 1 vfs.zfs.mg_fragmentation_threshold 85 vfs.zfs.mg_noalloc_threshold 0 vfs.zfs.condense_pct 200 vfs.zfs.metaslab.bias_enabled 1 vfs.zfs.metaslab.lba_weighting_enabled 1 vfs.zfs.metaslab.fragmentation_factor_enabled1 vfs.zfs.metaslab.preload_enabled 1 vfs.zfs.metaslab.preload_limit 3 vfs.zfs.metaslab.unload_delay 8 vfs.zfs.metaslab.load_pct 50 vfs.zfs.metaslab.min_alloc_size 33554432 vfs.zfs.metaslab.df_free_pct 4 vfs.zfs.metaslab.df_alloc_threshold 131072 vfs.zfs.metaslab.debug_unload 0 vfs.zfs.metaslab.debug_load 0 vfs.zfs.metaslab.fragmentation_threshold70 vfs.zfs.metaslab.gang_bang 16777217 vfs.zfs.free_bpobj_enabled 1 vfs.zfs.free_max_blocks -1 vfs.zfs.no_scrub_prefetch 0 vfs.zfs.no_scrub_io 0 vfs.zfs.resilver_min_time_ms 3000 vfs.zfs.free_min_time_ms 1000 vfs.zfs.scan_min_time_ms 1000 vfs.zfs.scan_idle 50 vfs.zfs.scrub_delay 4 vfs.zfs.resilver_delay 2 vfs.zfs.top_maxinflight 32 vfs.zfs.zfetch.array_rd_sz 1048576 vfs.zfs.zfetch.max_distance 8388608 vfs.zfs.zfetch.min_sec_reap 2 vfs.zfs.zfetch.max_streams 8 vfs.zfs.prefetch_disable 0 vfs.zfs.delay_scale 500000 vfs.zfs.delay_min_dirty_percent 60 vfs.zfs.dirty_data_sync 67108864 vfs.zfs.dirty_data_max_percent 10 vfs.zfs.dirty_data_max_max 4294967296 vfs.zfs.dirty_data_max 4294967296 vfs.zfs.max_recordsize 1048576 vfs.zfs.mdcomp_disable 0 vfs.zfs.nopwrite_enabled 1 vfs.zfs.dedup.prefetch 1 vfs.zfs.l2c_only_size 0 vfs.zfs.mfu_ghost_data_lsize 0 vfs.zfs.mfu_ghost_metadata_lsize 0 vfs.zfs.mfu_ghost_size 0 vfs.zfs.mfu_data_lsize 40921600 vfs.zfs.mfu_metadata_lsize 2360084992 vfs.zfs.mfu_size 4470225920 vfs.zfs.mru_ghost_data_lsize 0 vfs.zfs.mru_ghost_metadata_lsize 0 vfs.zfs.mru_ghost_size 0 vfs.zfs.mru_data_lsize 49482637824 vfs.zfs.mru_metadata_lsize 4404856320 vfs.zfs.mru_size 53920903168 vfs.zfs.anon_data_lsize 0 vfs.zfs.anon_metadata_lsize 0 vfs.zfs.anon_size 106496 vfs.zfs.l2arc_norw 1 vfs.zfs.l2arc_feed_again 1 vfs.zfs.l2arc_noprefetch 1 vfs.zfs.l2arc_feed_min_ms 200 vfs.zfs.l2arc_feed_secs 1 vfs.zfs.l2arc_headroom 2 vfs.zfs.l2arc_write_boost 8388608 vfs.zfs.l2arc_write_max 8388608 vfs.zfs.arc_meta_limit 49936241664 vfs.zfs.arc_free_target 339922 vfs.zfs.arc_shrink_shift 7 vfs.zfs.arc_average_blocksize 8192 vfs.zfs.arc_min 24968120832 vfs.zfs.arc_max 199744966656 = =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80= =94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94= =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94 From owner-freebsd-fs@freebsd.org Fri Aug 5 06:23:49 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 B650EBAF160 for ; Fri, 5 Aug 2016 06:23:49 +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 9C56B1C29 for ; Fri, 5 Aug 2016 06:23:49 +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 u756NkET004344 for ; Fri, 5 Aug 2016 06:23:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209158] node / npm triggering zfs rename deadlock Date: Fri, 05 Aug 2016 06:23:46 +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: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 06:23:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209158 --- Comment #39 from commit-hook@freebsd.org --- A commit references this bug: Author: avg Date: Fri Aug 5 06:23:07 UTC 2016 New revision: 303763 URL: https://svnweb.freebsd.org/changeset/base/303763 Log: zfs: honour and make use of vfs vnode locking protocol ZFS POSIX Layer is originally written for Solaris VFS which is very different from FreeBSD VFS. Most importantly many things that FreeBSD VFS manages on behalf of all filesystems are implemented in ZPL in a different way. Thus, ZPL contains code that is redundant on FreeBSD or duplicates VFS functionality or, in the worst cases, badly interacts / interferes with VFS. The most prominent problem is a deadlock caused by the lock order reversal of vnode locks that may happen with concurrent zfs_rename() and lookup(). The deadlock is a result of zfs_rename() not observing the vnode locking contract expected by VFS. This commit removes all ZPL internal locking that protects parent-child relationships of filesystem nodes. These relationships are protected by vnode locks and the code is changed to take advantage of that fact and to properly interact with VFS. Removal of the internal locking allowed all ZPL dmu_tx_assign calls to use TXG_WAIT mode. Another victim, disputable perhaps, is ZFS support for filesystems with mixed case sensitivity. That support is not provided by the OS anyway, so in ZFS it was a buch of dead code. To do: - replace ZFS_ENTER mechanism with VFS managed / visible mechanism - replace zfs_zget with zfs_vget[f] as much as possible - get rid of not really useful now zfs_freebsd_* adapters - more cleanups of unneeded / unused code - fix / replace .zfs support PR: 209158 Reported by: many Tested by: many (thank you all!) MFC after: 5 days Sponsored by: HybridCluster / ClusterHQ Differential Revision: https://reviews.freebsd.org/D6533 Changes: head/sys/cddl/compat/opensolaris/sys/vnode.h head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_dir.h head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_vfsops.h head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_znode.h head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_acl.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Fri Aug 5 06:25:12 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 BCC14BAF1CE for ; Fri, 5 Aug 2016 06:25:12 +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 A8EF21CE8 for ; Fri, 5 Aug 2016 06:25:12 +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 u756PB7E051381 for ; Fri, 5 Aug 2016 06:25:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209158] node / npm triggering zfs rename deadlock Date: Fri, 05 Aug 2016 06:25:11 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: avg@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: assigned_to bug_status 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 06:25:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209158 Andriy Gapon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-fs@FreeBSD.org |avg@FreeBSD.org Status|Open |In Progress CC| |freebsd-fs@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Fri Aug 5 06:37:37 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 E2208BAF554; Fri, 5 Aug 2016 06:37:37 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7541259; Fri, 5 Aug 2016 06:37:36 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA23291; Fri, 05 Aug 2016 09:37:28 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1bVYl6-000PPh-LR; Fri, 05 Aug 2016 09:37:28 +0300 Subject: Re: some [big] changes to ZPL (ZFS<->VFS ) To: FreeBSD Filesystems , FreeBSD Current References: <3f79e88d-a519-0c8d-f16a-7c83460a37c1@FreeBSD.org> From: Andriy Gapon Message-ID: <04a12279-ab01-5f5c-d8d3-5571db07c229@FreeBSD.org> Date: Fri, 5 Aug 2016 09:36:35 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <3f79e88d-a519-0c8d-f16a-7c83460a37c1@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 06:37:38 -0000 On 03/08/2016 17:25, Andriy Gapon wrote: > Another change that was not strictly required and which is probably too > intrusive is killing the support for case insensitive operations. My > thinking was that FreeBSD VFS does not provide support for those anyway. > But I'll probably restore the code, at least in the bottom half of the > ZPL, before committing the change. It turned out that most of the removed code was dead anyway and it took just a few lines of code to restore support for case-insensitive filesystems. Filesystems with mixed case sensitivity behave exactly the same as case-sensitive filesystem as it has always been the case on FreeBSD. Anyway the big change has just been committed: https://svnweb.freebsd.org/changeset/base/303763 Please test away. Another note is that the filesystem name cache is now disabled for case insensitive filesystems and filesystems with normalization other than none. That may hurt the lookup performance, but should ensure correctness of operations. -- Andriy Gapon From owner-freebsd-fs@freebsd.org Fri Aug 5 09:47:44 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 08391BAFFBB for ; Fri, 5 Aug 2016 09:47:44 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (gtw.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (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 9023D1688 for ; Fri, 5 Aug 2016 09:47:43 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 1D39525F4D; Fri, 5 Aug 2016 11:47:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hLVSR_HFKcUM; Fri, 5 Aug 2016 11:47:29 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id D6B2025F4C; Fri, 5 Aug 2016 11:47:29 +0200 (CEST) Subject: Re: CEPH + FreeBSD To: Jordan Hubbard References: <5661752C.1090200@digiware.nl> <88732E11-8570-4D02-9374-3F1419EABC6F@icloud.com> <5664BC1C.6060207@digiware.nl> Cc: freebsd-fs@freebsd.org From: Willem Jan Withagen Message-ID: Date: Fri, 5 Aug 2016 11:47:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <5664BC1C.6060207@digiware.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 09:47:44 -0000 On 6-12-2015 23:52, Willem Jan Withagen wrote: > On 6-12-2015 21:56, Jordan Hubbard wrote: >> >>> On Dec 4, 2015, at 3:12 AM, Willem Jan Withagen >>> wrote: >>> >>> Talking to Sage Weill, he said that one of the main things to keep >>> FreeBSD-Ceph up and running, is the possibility to actually run >>> the automated builds and tests on a FreeBSD system. So that is >>> something I/we need to think about. >> >> I think sufficient cloud resources to run a jenkins CI environment or >> something which does the builds on commit triggers and runs >> regression tests are the easy part - we run dozens (if not hundreds) >> of virtual FreeBSD instances in multiple datacenters to facilitate >> our own testing and donating a VM to this effort would be trivial. > > I have for this more or less the same feeling. Given the number of > companies actually running FreeBSD in all shapes and form, would it not > be very hard to find either real hardware, let alone getting VMs to run > tests.... Hi Jordan, In the NFS Plan B thread I promised you a sort of idea how to help. Below the answer I wrote to an individual FreeBSD user that asked the same. I still haven't quite figured out what the way forward is. And as you state it, it also depends on what you'd like to do with Ceph. Which can be different for each and every one of us. Below is the answer I gave to the individual. I also talked to Ed Schouten, but he's more of the "fix the application" direction. And my work is more like: this is the hamer lest make a FreeBSD nail. Ed wants to make screws, because that is the better solution. So feel free to pick an choose, and or give direction. Biggest thing to get working for me ATM is ceph-disk, because that will get things to start installing. Making it packageble, and something for other to start playing with. And it is only going to work out if people start using it. --WjW ==== My corrent work is all in https://github.com/wjwithagen/ceph and the branch I think has the most complete work is: wip-wjw-freebsd-cmake But due to my inexperience with GIT, I'm always a bit carefull to commit, because I need to be able to find them again and move over to another branch to crete a pull for it. But perhaps that is also something you can help with: I'm relatively new to git, but slowly getting there. I could certainly send you a diff for everything that is outstanding. Things on my agenda: Currently I'm fighting getting some of the tests in the testframework working. Python and bash. There are a few more python problems to be solved. The next major step will be that we get the ceph-disk script working, because that is needed for ceph-deploy. And by then we are able to run installs. But there are also some more complex problems to resolve. The is a challenge in the signaling code: - at_exit routines do not (always) get called. - some of the daemons need to be signaled more than once before they die. I'd expect these 2 to be related. Our AIO lib is not compatible with Linux's so that will need a wrapper, or even more complex code. This will be required to start using bluestoreFS, the simple FS for Ceph. I'd also would like to start using ZFS a FileStore. There is code for btrfs, so there would be some examples to borough from. There is KeyUtils on Linux, which is used as secret keystore. We need to port it, or rip it out by supplying an empty wrapper. The penultimate being a kernel device that actually created RBD-devices as a "native" device for FreeBSD to use. And I was thinking about using gated-stuff for that. From owner-freebsd-fs@freebsd.org Fri Aug 5 20:31: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 C742ABAF7E7; Fri, 5 Aug 2016 20:31:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A20E1BB3; Fri, 5 Aug 2016 20:31:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x234.google.com with SMTP id 4so169151875oih.2; Fri, 05 Aug 2016 13:31:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=aUCkL52ZP6HE9i/blPFMWgeRjHG6wtN4jDGBkFv1rkU=; b=PBFteg3eOG+OWioZ6crd+uwdt5VeiJwoQtSR1at7PKMi8/eNYtuknmr2Ix0XJSV+Em 8eyPd5Oau7NMLJNh9LicDCQrDxHsX+1VJEoynAGIT6yCdF3FL1qYbzkHcOwZJAWnYf1x kgsv2SS4JqlFrdpvTVlnq5RvtFeHP70LCF/l3FCrdhxcPiWmmDY7dv/jLHcT0pREGZgg g4W3RtVhWgD1RmAy+AOmXWRG1pLangH2rYkIbh0s4Fr0yomZJQl/hmzLMfPAnwWj8nW1 LPzo3UqhNT+iiwwGcS3IeJnb/CY3G1yaP1r1AMFNSliWwLKl09T4fo2rjssbJvPDSSPz TIIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=aUCkL52ZP6HE9i/blPFMWgeRjHG6wtN4jDGBkFv1rkU=; b=RdKpPcJBG1qTdZd1cNZ2ReAWgYcFJEKLWmTuEN7DK7twXFrTAbmfzLXynBbfta3AKH cl/pafBdt6BErVTxhysEbXLDE3qnM7lTzG8rOWyRlfcpiLahBw57qdD6z62GkA1mt/95 9MxXx0HAt5s6mJf34AX8SUWpE6WCLuyd0cPx0i2v/Fq2lA+YqskTzWviUiV5lysbDt+R HywIQw5U4Xj0k7+GEiqvrWOUp6dgxCmhLw81WajNvsv0FTbfKdspYFHuXRCd700rUc2w vF+mKdJXAT3sZCDoPdkF9dAeTQmFULJNKL+xCsIlKuDvusgBTtf1ascMWZydOcJJz/Rk 76Kw== X-Gm-Message-State: AEkoousp6Sa5xDqFgVcvGVXeNbOn2Q4hc+V9C0O2j9osnCvnhYDTKMBL2HKORORuKujIxSsvmfyvCCGwYIbeiQ== X-Received: by 10.157.14.5 with SMTP id c5mr51756662otc.55.1470429084674; Fri, 05 Aug 2016 13:31:24 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.202.196.149 with HTTP; Fri, 5 Aug 2016 13:31:24 -0700 (PDT) In-Reply-To: <04a12279-ab01-5f5c-d8d3-5571db07c229@FreeBSD.org> References: <3f79e88d-a519-0c8d-f16a-7c83460a37c1@FreeBSD.org> <04a12279-ab01-5f5c-d8d3-5571db07c229@FreeBSD.org> From: Alan Somers Date: Fri, 5 Aug 2016 14:31:24 -0600 X-Google-Sender-Auth: J8-f0HNy0CS4YjEA0TtoNjhUAbU Message-ID: Subject: Re: some [big] changes to ZPL (ZFS<->VFS ) To: Andriy Gapon Cc: FreeBSD Filesystems , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 20:31:25 -0000 I'm not certain it's related, but on a head build at r303767 I see a LOR and a reproducible panic that involve the snapdir code. First, the LOR: $ zpool destroy foo lock order reversal: 1st 0xfffff800404c8b78 zfs (zfs) @ /usr/home/alans/freebsd/head/sys/kern/vfs_mount.c:1244 2nd 0xfffff800404c85f0 zfs_gfs (zfs_gfs) @ /usr/home/alans/freebsd/head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c:484 stack backtrace: #0 0xffffffff80aa90b0 at witness_debugger+0x70 #1 0xffffffff80aa8fa4 at witness_checkorder+0xe54 #2 0xffffffff80a22072 at __lockmgr_args+0x4c2 #3 0xffffffff80af8e7c at vop_stdlock+0x3c #4 0xffffffff81018880 at VOP_LOCK1_APV+0xe0 #5 0xffffffff80b19f2a at _vn_lock+0x9a #6 0xffffffff821b9c53 at gfs_file_create+0x73 #7 0xffffffff821b9cfd at gfs_dir_create+0x1d #8 0xffffffff8228aa07 at zfsctl_mknode_snapdir+0x47 #9 0xffffffff821ba1a5 at gfs_dir_lookup+0x185 #10 0xffffffff821ba68d at gfs_vop_lookup+0x1d #11 0xffffffff82289a42 at zfsctl_root_lookup+0xf2 #12 0xffffffff8228a8c3 at zfsctl_umount_snapshots+0x83 #13 0xffffffff822a1d2b at zfs_umount+0x7b #14 0xffffffff80b02a14 at dounmount+0x6f4 #15 0xffffffff80b0228d at sys_unmount+0x35d #16 0xffffffff80ebbb7b at amd64_syscall+0x2db #17 0xffffffff80e9b72b at Xfast_syscall+0xfb Here's the panic: $ zpool create testpool da0 $ touch /testpool/testfile $ zfs snapshot testpool@testsnap $ cd /testpool/.zfs/snapshots Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 04 fault virtual address = 0x8 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80b19f1c stack pointer = 0x28:0xfffffe0b54bf7430 frame pointer = 0x28:0xfffffe0b54bf74a0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 966 (bash) trap number = 12 panic: page fault cpuid = 2 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0b54bf6fc0 vpanic() at vpanic+0x182/frame 0xfffffe0b54bf7040 panic() at panic+0x43/frame 0xfffffe0b54bf70a0 trap_fatal() at trap_fatal+0x351/frame 0xfffffe0b54bf7100 trap_pfault() at trap_pfault+0x1fd/frame 0xfffffe0b54bf7160 trap() at trap+0x284/frame 0xfffffe0b54bf7370 calltrap() at calltrap+0x8/frame 0xfffffe0b54bf7370 --- trap 0xc, rip = 0xffffffff80b19f1c, rsp = 0xfffffe0b54bf7440, rbp = 0xfffffe0b54bf74a0 --- _vn_lock() at _vn_lock+0x8c/frame 0xfffffe0b54bf74a0 zfs_lookup() at zfs_lookup+0x50d/frame 0xfffffe0b54bf7540 zfs_freebsd_lookup() at zfs_freebsd_lookup+0x91/frame 0xfffffe0b54bf7680 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0xda/frame 0xfffffe0b54bf76b0 vfs_cache_lookup() at vfs_cache_lookup+0xd6/frame 0xfffffe0b54bf7710 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0xda/frame 0xfffffe0b54bf7740 lookup() at lookup+0x5a2/frame 0xfffffe0b54bf77d0 namei() at namei+0x5b2/frame 0xfffffe0b54bf7890 kern_statat() at kern_statat+0xa8/frame 0xfffffe0b54bf7a40 sys_stat() at sys_stat+0x2d/frame 0xfffffe0b54bf7ae0 amd64_syscall() at amd64_syscall+0x2db/frame 0xfffffe0b54bf7bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0b54bf7bf0 I can provide core files, test scripts, whatever you need. Thanks for tackling this difficult problem. -Alan On Fri, Aug 5, 2016 at 12:36 AM, Andriy Gapon wrote: > On 03/08/2016 17:25, Andriy Gapon wrote: >> Another change that was not strictly required and which is probably too >> intrusive is killing the support for case insensitive operations. My >> thinking was that FreeBSD VFS does not provide support for those anyway. >> But I'll probably restore the code, at least in the bottom half of the >> ZPL, before committing the change. > > It turned out that most of the removed code was dead anyway and it took > just a few lines of code to restore support for case-insensitive > filesystems. Filesystems with mixed case sensitivity behave exactly the > same as case-sensitive filesystem as it has always been the case on FreeBSD. > > Anyway the big change has just been committed: > https://svnweb.freebsd.org/changeset/base/303763 > Please test away. > > Another note is that the filesystem name cache is now disabled for case > insensitive filesystems and filesystems with normalization other than > none. That may hurt the lookup performance, but should ensure > correctness of operations. > > -- > Andriy Gapon > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-fs@freebsd.org Sat Aug 6 08:55: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 9C0F6BB0EB0 for ; Sat, 6 Aug 2016 08:55: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 8B5E21292 for ; Sat, 6 Aug 2016 08:55: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 u768tV7M051433 for ; Sat, 6 Aug 2016 08:55:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 211381] L2ARC degraded, repeatedly, on Samsung SSD 950 Pro nvme Date: Sat, 06 Aug 2016 08:55:31 +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.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: braddeicide@hotmail.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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 08:55:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211381 --- Comment #10 from braddeicide@hotmail.com --- This hasn't reoccurred since I changed the geli sector size to 512 to match= the underlying device. Would you like me to return to the failing configuration so we can find a better solution? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Sat Aug 6 11:08:45 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 389AEBAFCE0; Sat, 6 Aug 2016 11:08:45 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2564113C4; Sat, 6 Aug 2016 11:08:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA27688; Sat, 06 Aug 2016 14:06:46 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1bVzRG-0001q1-1X; Sat, 06 Aug 2016 14:06:46 +0300 Subject: Re: some [big] changes to ZPL (ZFS<->VFS ) To: Alan Somers References: <3f79e88d-a519-0c8d-f16a-7c83460a37c1@FreeBSD.org> <04a12279-ab01-5f5c-d8d3-5571db07c229@FreeBSD.org> Cc: FreeBSD Filesystems , FreeBSD Current From: Andriy Gapon Message-ID: <4bb4d0c0-fdbb-ed8c-1a47-0e789d777c1a@FreeBSD.org> Date: Sat, 6 Aug 2016 14:05:53 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 11:08:45 -0000 On 05/08/2016 23:31, Alan Somers wrote: > I'm not certain it's related, but on a head build at r303767 I see a > LOR and a reproducible panic that involve the snapdir code. Alan, thank you very much for the clear report and for the very easy reproduction scenario. I am not sure how I missed this simple and severe bug. Please try r303791, it should fix the problem. I believe that the LOR is not new and been there since we started using distinct tags for .zfs special vnodes. > First, the LOR: > $ zpool destroy foo > > lock order reversal: > 1st 0xfffff800404c8b78 zfs (zfs) @ > /usr/home/alans/freebsd/head/sys/kern/vfs_mount.c:1244 > 2nd 0xfffff800404c85f0 zfs_gfs (zfs_gfs) @ > /usr/home/alans/freebsd/head/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c:484 > stack backtrace: > #0 0xffffffff80aa90b0 at witness_debugger+0x70 > #1 0xffffffff80aa8fa4 at witness_checkorder+0xe54 > #2 0xffffffff80a22072 at __lockmgr_args+0x4c2 > #3 0xffffffff80af8e7c at vop_stdlock+0x3c > #4 0xffffffff81018880 at VOP_LOCK1_APV+0xe0 > #5 0xffffffff80b19f2a at _vn_lock+0x9a > #6 0xffffffff821b9c53 at gfs_file_create+0x73 > #7 0xffffffff821b9cfd at gfs_dir_create+0x1d > #8 0xffffffff8228aa07 at zfsctl_mknode_snapdir+0x47 > #9 0xffffffff821ba1a5 at gfs_dir_lookup+0x185 > #10 0xffffffff821ba68d at gfs_vop_lookup+0x1d > #11 0xffffffff82289a42 at zfsctl_root_lookup+0xf2 > #12 0xffffffff8228a8c3 at zfsctl_umount_snapshots+0x83 > #13 0xffffffff822a1d2b at zfs_umount+0x7b > #14 0xffffffff80b02a14 at dounmount+0x6f4 > #15 0xffffffff80b0228d at sys_unmount+0x35d > #16 0xffffffff80ebbb7b at amd64_syscall+0x2db > #17 0xffffffff80e9b72b at Xfast_syscall+0xfb > > > Here's the panic: > $ zpool create testpool da0 > $ touch /testpool/testfile > $ zfs snapshot testpool@testsnap > $ cd /testpool/.zfs/snapshots > > Fatal trap 12: page fault while in kernel mode > cpuid = 2; apic id = 04 > fault virtual address = 0x8 > fault code = supervisor read data, page not present > instruction pointer = 0x20:0xffffffff80b19f1c > stack pointer = 0x28:0xfffffe0b54bf7430 > frame pointer = 0x28:0xfffffe0b54bf74a0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 966 (bash) > trap number = 12 > panic: page fault > cpuid = 2 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0b54bf6fc0 > vpanic() at vpanic+0x182/frame 0xfffffe0b54bf7040 > panic() at panic+0x43/frame 0xfffffe0b54bf70a0 > trap_fatal() at trap_fatal+0x351/frame 0xfffffe0b54bf7100 > trap_pfault() at trap_pfault+0x1fd/frame 0xfffffe0b54bf7160 > trap() at trap+0x284/frame 0xfffffe0b54bf7370 > calltrap() at calltrap+0x8/frame 0xfffffe0b54bf7370 > --- trap 0xc, rip = 0xffffffff80b19f1c, rsp = 0xfffffe0b54bf7440, rbp > = 0xfffffe0b54bf74a0 --- > _vn_lock() at _vn_lock+0x8c/frame 0xfffffe0b54bf74a0 > zfs_lookup() at zfs_lookup+0x50d/frame 0xfffffe0b54bf7540 > zfs_freebsd_lookup() at zfs_freebsd_lookup+0x91/frame 0xfffffe0b54bf7680 > VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0xda/frame 0xfffffe0b54bf76b0 > vfs_cache_lookup() at vfs_cache_lookup+0xd6/frame 0xfffffe0b54bf7710 > VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0xda/frame 0xfffffe0b54bf7740 > lookup() at lookup+0x5a2/frame 0xfffffe0b54bf77d0 > namei() at namei+0x5b2/frame 0xfffffe0b54bf7890 > kern_statat() at kern_statat+0xa8/frame 0xfffffe0b54bf7a40 > sys_stat() at sys_stat+0x2d/frame 0xfffffe0b54bf7ae0 > amd64_syscall() at amd64_syscall+0x2db/frame 0xfffffe0b54bf7bf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0b54bf7bf0 > > > I can provide core files, test scripts, whatever you need. Thanks for > tackling this difficult problem. > > -Alan > > On Fri, Aug 5, 2016 at 12:36 AM, Andriy Gapon wrote: >> On 03/08/2016 17:25, Andriy Gapon wrote: >>> Another change that was not strictly required and which is probably too >>> intrusive is killing the support for case insensitive operations. My >>> thinking was that FreeBSD VFS does not provide support for those anyway. >>> But I'll probably restore the code, at least in the bottom half of the >>> ZPL, before committing the change. >> >> It turned out that most of the removed code was dead anyway and it took >> just a few lines of code to restore support for case-insensitive >> filesystems. Filesystems with mixed case sensitivity behave exactly the >> same as case-sensitive filesystem as it has always been the case on FreeBSD. >> >> Anyway the big change has just been committed: >> https://svnweb.freebsd.org/changeset/base/303763 >> Please test away. >> >> Another note is that the filesystem name cache is now disabled for case >> insensitive filesystems and filesystems with normalization other than >> none. That may hurt the lookup performance, but should ensure >> correctness of operations. >> >> -- >> Andriy Gapon >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Andriy Gapon From owner-freebsd-fs@freebsd.org Sat Aug 6 11:15:19 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 10FFCBB113E for ; Sat, 6 Aug 2016 11:15:19 +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 00BF119FD for ; Sat, 6 Aug 2016 11:15:19 +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 u76BFIDI037342 for ; Sat, 6 Aug 2016 11:15:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 211381] L2ARC degraded, repeatedly, on Samsung SSD 950 Pro nvme Date: Sat, 06 Aug 2016 11:15:18 +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.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me 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.22 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2016 11:15:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211381 --- Comment #11 from Andriy Gapon --- (In reply to braddeicide from comment #10) If you could do that and then pick up and test r300039 that would be great! --=20 You are receiving this mail because: You are the assignee for the bug.=