From owner-freebsd-fs@freebsd.org Sun Oct 9 21:00: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 689EEC075AE for ; Sun, 9 Oct 2016 21:00:59 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00B81ABC for ; Sun, 9 Oct 2016 21:00:58 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u99L01eM089625 for ; Sun, 9 Oct 2016 21:00:58 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201610092100.u99L01eM089625@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-fs@FreeBSD.org Subject: Problem reports for freebsd-fs@FreeBSD.org that need special attention Date: Sun, 09 Oct 2016 21:00:58 +0000 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 21:00:59 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 211013 | Write error to UFS filesystem with softupdates pa New | 203492 | mount_unionfs -o below causes panic Open | 136470 | [nfs] Cannot mount / in read-only, over NFS Open | 139651 | [nfs] mount(8): read-only remount of NFS volume d Open | 140068 | [smbfs] [patch] smbfs does not allow semicolon in Open | 144447 | [zfs] sharenfs fsunshare() & fsshare_main() non f Open | 203419 | solaris assert: (dn->dn_phys->dn_nlevels == 0 && Open | 211491 | System hangs after "Uptime" on reboot with ZFS 8 problems total for which you should take action. From owner-freebsd-fs@freebsd.org Mon Oct 10 04:58: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 9CF76C0B419 for ; Mon, 10 Oct 2016 04:58: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 8CD50283 for ; Mon, 10 Oct 2016 04:58: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 u9A4w3Lg082920 for ; Mon, 10 Oct 2016 04:58:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209580] ZFS with INVARIANTS enabled deadlock Date: Mon, 10 Oct 2016 04:58:03 +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: 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: mfc-stable10? 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 04:58:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209580 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: julian Date: Mon Oct 10 04:57:33 UTC 2016 New revision: 306935 URL: https://svnweb.freebsd.org/changeset/base/306935 Log: While the thread is sleeping in taskqueue_drain_all() it is posible that the queue entry it is looking at is removed from the queue, but we make no effort to account for this. when we wake up we need to check it's still there. PR: 209580 Sponsored by: Panzura inc Differential Revision: D8160 Changes: stable/10/sys/kern/subr_taskqueue.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Oct 10 05:05: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 18997C0B637 for ; Mon, 10 Oct 2016 05:05: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 08726857 for ; Mon, 10 Oct 2016 05:05: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 u9A557c2041937 for ; Mon, 10 Oct 2016 05:05:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209580] ZFS with INVARIANTS enabled deadlock Date: Mon, 10 Oct 2016 05:05: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: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: julian@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 05:05:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209580 --- Comment #9 from Julian Elischer --- (In reply to op from comment #5) Hi have you confirmed that this fixes that problem? I know it fixed our ZFS boot problem when Invariants was on. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Oct 10 07:19: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 C48CCAF767F for ; Mon, 10 Oct 2016 07:19: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 B3D804E for ; Mon, 10 Oct 2016 07:19: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 u9A7JElY033643 for ; Mon, 10 Oct 2016 07:19:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 90815] [smbfs] [patch] SMBFS with character conversions sometimes hangs Date: Mon, 10 Oct 2016 07:19:13 +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: 6.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: junchoon@dec.sakura.ne.jp X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 07:19:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D90815 Tomoaki AOKI changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junchoon@dec.sakura.ne.jp --- Comment #4 from Tomoaki AOKI --- Created attachment 175596 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175596&action= =3Dedit Revised patch for stable/11 and head This problem occurs on haed and stable/11, and maybe older branches. Unfortunately, previous patch no longer applicable to stable/10 and head. Attached patch is fixed to be applicable to stable/11 and head, amd64. Not 100% sure the check order is correct, but running OK for me. (Not tryed for stable/10 and earlier branch.) Without this, `cp -a` stoppes (running but in infinite loop?) on directory containing Japanese (UTF-8) filename if any conversion is specified (even if it's UTF-8:UTF-8). Can someone confirm and commit? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Mon Oct 10 07:42: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 0F0ECAF7FC4 for ; Mon, 10 Oct 2016 07:42: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 EFED5EBF for ; Mon, 10 Oct 2016 07:42: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 u9A7gru5083932 for ; Mon, 10 Oct 2016 07:42:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 209580] ZFS with INVARIANTS enabled deadlock Date: Mon, 10 Oct 2016 07:42:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: delphij@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: re@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? X-Bugzilla-Changed-Fields: bug_status cc 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 07:42:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209580 Xin LI changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |delphij@FreeBSD.org Assignee|freebsd-fs@FreeBSD.org |re@FreeBSD.org --- Comment #10 from Xin LI --- Julian have asked for an EN for this, place this on our radar. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Oct 11 13:48: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 573FBC0CC44 for ; Tue, 11 Oct 2016 13:48: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 47147B31 for ; Tue, 11 Oct 2016 13:48: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 u9BDmsKA047325 for ; Tue, 11 Oct 2016 13:48:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 204764] Filesystem deadlock, process in vodead state Date: Tue, 11 Oct 2016 13:48:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: chris@cretaforce.gr X-Bugzilla-Status: In Progress 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 13:48:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204764 --- Comment #32 from chris@cretaforce.gr --- Upgrading to 10-STABLE solve this issue for me. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Tue Oct 11 20:27: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 AE16FC0DCAB for ; Tue, 11 Oct 2016 20:27:34 +0000 (UTC) (envelope-from matthew.ahrens@delphix.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (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 84A27D9B for ; Tue, 11 Oct 2016 20:27:34 +0000 (UTC) (envelope-from matthew.ahrens@delphix.com) Received: by mail-it0-x22e.google.com with SMTP id z65so30986207itc.0 for ; Tue, 11 Oct 2016 13:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphix.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=ehRAnmR1OVcUa+0MKHCEKSmDhKLx+9EaJmWWP0YYcYU=; b=QRGjqoIqt9UWHDMjhX9kJGWyxVKLhFM1IwariQ8cohQAM71JN5hBzhRtuAQMSzgUay GwVHKrsDVGJ/KkGKW6uiiMlssEDRrWwNyKkErJjGeB1E/RpgzKrlkUBKU/KXllDyn68I ukx0+vj3eyXLCy2S0xzJyOiKAsEgZ4Qe/twus= 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=ehRAnmR1OVcUa+0MKHCEKSmDhKLx+9EaJmWWP0YYcYU=; b=TVAkm8pravxZw34pMTBZEnJfaFMXo83wMmkDTGOqCjq//nCkJhXfNtg9yqj9V/ym06 JLdh8Sofva25LIo3HWOU6cpan2sYUV2kzSpNop54FaASqvXrn5i3fBSG09rrMT30s1B5 MafzGeG6HfwaQd9jwsGAq8iSeZrJBg7wjloRFxU1zM2Xjs+SrUIePaolLk5BH/8NTYUh lo/7p/Ge7KjOp79atFa/931zyZ2pcbpep156z9g4EHM1UZm6v6qRSNvJ0kltB4ZtlFUM rdOTJbOehpV2g3q9IO2KfZUEIWUXz2DIcrfHyLtAOAj7n9yPYA+JUGgNldHhz31Y4+3W OcLQ== X-Gm-Message-State: AA6/9Rnp+1FoHHl8q3GOopyKPy6Z9ZhLn5ht49INs40FvZeDn4JIcgJMQOIHiFDexyjIWja6Um6diHj+79qpm+j8 X-Received: by 10.36.131.10 with SMTP id d10mr8048297ite.3.1476217653376; Tue, 11 Oct 2016 13:27:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.55.7 with HTTP; Tue, 11 Oct 2016 13:27:32 -0700 (PDT) From: Matthew Ahrens Date: Tue, 11 Oct 2016 13:27:32 -0700 Message-ID: Subject: OpenZFS Developer Summit videos To: developer , zfs-discuss , freebsd-fs Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 20:27:34 -0000 We are excited to announce that the recordings of the talks are now live on the OpenZFS Youtube channel ! There is a playlist for this year that contains all of the videos. Please watch, like and share the videos with your friends and peers. --matt From owner-freebsd-fs@freebsd.org Wed Oct 12 05:29:57 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 C10D2C0E27B for ; Wed, 12 Oct 2016 05:29:57 +0000 (UTC) (envelope-from honzhan@microsoft.com) Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0125.outbound.protection.outlook.com [104.47.38.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFA58DE3; Wed, 12 Oct 2016 05:29:56 +0000 (UTC) (envelope-from honzhan@microsoft.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=cYa06zieuIx6psOSDr8+gs9A51OK17HyiQ3QqNPz3WE=; b=GlEdvEEs+tU8a/Mg+ZFA+vFzvXkbdMi375G7MbBdX6lDTO2xWyuoBVYIvf2VV6hP5fnyRkIwbOfCVlcYrYQeJOaboe8gwr6bz3MKUO2/gnSegrWxf+tlw4bzVHhm0LrFQZbIXfkbjQEgI6sMfopQmbkvfFSF4N18knT0UXsQX8o= Received: from CY1PR03MB1517.namprd03.prod.outlook.com (10.163.17.23) by CY1PR03MB1517.namprd03.prod.outlook.com (10.163.17.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.659.11; Wed, 12 Oct 2016 05:29:49 +0000 Received: from CY1PR03MB1517.namprd03.prod.outlook.com ([10.163.17.23]) by CY1PR03MB1517.namprd03.prod.outlook.com ([10.163.17.23]) with mapi id 15.01.0659.020; Wed, 12 Oct 2016 05:29:48 +0000 From: Hongjiang Zhang To: =?utf-8?B?RWR3YXJkIFRvbWFzeiBOYXBpZXJhxYJh?= CC: "freebsd-fs@freebsd.org" , Mateusz Guzik Subject: RE: ufs freeze does not work Thread-Topic: ufs freeze does not work Thread-Index: AdHQS4KXvmVyW6W2TjqUQxMwTLuTxQAvmm4AAADTrfAAGFk5gAACK4SAABH4SoAUomHycA== Date: Wed, 12 Oct 2016 05:29:48 +0000 Message-ID: References: <20160628065432.GA20716@brick> <20160628185523.GA82035@brick> <20160628195731.GA21323@dft-labs.eu> <20160629043203.GA82400@brick> In-Reply-To: <20160629043203.GA82400@brick> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=honzhan@microsoft.com; x-originating-ip: [2404:f801:9000:19::23a] x-ms-office365-filtering-correlation-id: 2e27770f-3f08-43c4-e148-08d3f260c894 x-microsoft-exchange-diagnostics: 1; CY1PR03MB1517; 7:A3w/zunu67/mQH92Qmw7/G3Yl3UR6a5q4GpMdrOgbiPcN4nnGNdcqOBuPrbUlswBqAzZM1ppFxSwK6oyVS6ziIYw+b9+sVGRc30TcU+wG5c9Y1LIxDKquelUhpNs7QtIiNrS0Kcop8Ystwn/pSJJnD+3ioAjURlZeKArVF7DnoM+yeVZRTXZTksRaG6XS5k9sL1fqY0cv5YyLNtBbk9AYQXGlrDxj7i9UbKioANZyuAIlDYb9C5VR+A3D48MvOMfd2joCendGXe9S0VrXUMq5m1VVoS+TQVqjvGbjfYye/U3x7/kO6bsFl0gS/m7F1AWjofrkm5gnOf3w2L0p0YmLLNb/11qKH2x8TgYT9RH2YtvewQwz2S3BwoFf0c4k077 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1517; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(102415321)(61425038)(6040176)(601004)(2401047)(8121501046)(5005006)(10201501046)(3002001)(6055026)(61426038)(61427038); SRVR:CY1PR03MB1517; BCL:0; PCL:0; RULEID:; SRVR:CY1PR03MB1517; x-forefront-prvs: 0093C80C01 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(7916002)(377454003)(24454002)(199003)(189002)(13464003)(9686002)(10290500002)(87936001)(189998001)(8990500004)(8936002)(99936001)(92566002)(7696004)(110136003)(7846002)(305945005)(7736002)(93886004)(74316002)(68736007)(77096005)(76176999)(76576001)(3660700001)(3280700002)(50986999)(54356999)(10400500002)(5005710100001)(10090500001)(97736004)(5002640100001)(19580405001)(19580395003)(122556002)(86362001)(106356001)(6916009)(2950100002)(33656002)(101416001)(86612001)(102836003)(6116002)(5660300001)(81156014)(81166006)(2900100001)(8676002)(105586002)(2906002)(4326007)(586003)(99286002)(3826002); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR03MB1517; H:CY1PR03MB1517.namprd03.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (protection.outlook.com: microsoft.com does not designate permitted sender hosts) spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: multipart/mixed; boundary="_002_CY1PR03MB151713BEF58B75BB4850F578B5DD0CY1PR03MB1517namp_" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 12 Oct 2016 05:29:48.2711 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR03MB1517 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 05:29:57 -0000 --_002_CY1PR03MB151713BEF58B75BB4850F578B5DD0CY1PR03MB1517namp_ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SGkgRWR3YXJkLA0KDQpJIGhhdmUgYW5vdGhlciBxdWVzdGlvbiBhYm91dCBVRlMgc3VzcGVuZC4g U2hhbGwgSSBjYWxsICJzeW5jIiBiZWZvcmUgZnJlZXppbmcgdGhlIGZzPyBTZWUgaXQgaW4gbXkg Y29kZS4gDQpBbm90aGVyIHF1ZXN0aW9uIGlzIGRvIHlvdSB0aGluayBpdCBpcyBuZWNlc3Nhcnkg Zm9yIEZyZWVCU0QgdG8gcHJvdmlkZSBhIHN1Y2ggdG9vbD8gSXMgdGhlcmUgYW55IHN0YXQgdG9v bCBmb3IgdXNlciB0byBrbm93IHdoaWNoIGZpbGUgcGFydGl0aW9uIGlzIGZyZWV6ZWQ/DQoNCnN5 bmMoKTsgLy8gSXMgdGhpcyBuZWNlc3Nhcnk/DQplcnJvciA9IGlvY3RsKGZzbywgVUZTU1VTUEVO RCwgJnN0YXRmc3AtPmZfZnNpZCk7DQoNClRoYW5rcw0KSG9uZ2ppYW5nIFpoYW5nDQoNCi0tLS0t T3JpZ2luYWwgTWVzc2FnZS0tLS0tDQpGcm9tOiBFZHdhcmQgVG9tYXN6IE5hcGllcmHFgmEgW21h aWx0bzpldG5hcGllcmFsYUBnbWFpbC5jb21dIE9uIEJlaGFsZiBPZiBFZHdhcmQgVG9tYXN6IE5h cGllcmFsYQ0KU2VudDogV2VkbmVzZGF5LCBKdW5lIDI5LCAyMDE2IDEyOjMyIFBNDQpUbzogTWF0 ZXVzeiBHdXppayA8bWpndXppa0BnbWFpbC5jb20+DQpDYzogSG9uZ2ppYW5nIFpoYW5nIDxob256 aGFuQG1pY3Jvc29mdC5jb20+OyBmcmVlYnNkLWZzQGZyZWVic2Qub3JnDQpTdWJqZWN0OiBSZTog dWZzIGZyZWV6ZSBkb2VzIG5vdCB3b3JrDQoNCk9uIDA2MjhUMjE1NywgTWF0ZXVzeiBHdXppayB3 cm90ZToNCj4gT24gVHVlLCBKdW4gMjgsIDIwMTYgYXQgMDg6NTU6MjNQTSArMDIwMCwgRWR3YXJk IFRvbWFzeiBOYXBpZXJhxYJhIHdyb3RlOg0KPiA+IEFzIEkgc2FpZCwgdGhlIHN1c3BlbnNpb24g aXMgcmVsZWFzZWQgd2hlbiB0aGUgdWZzc3VzcGVuZCBmaWxlIA0KPiA+IGRlc2NyaXB0b3IgZ2V0 cyBjbG9zZWQgLSB3aGljaCBpcyB3aGF0IGhhcHBlbnMgd2hlbiB0aGUgY2FsbGluZyANCj4gPiBw cm9jZXNzIGV4aXRzLiAgSXQncyBhIHByb3RlY3Rpb24gbWVjaGFuaXNtLCB0byBhdm9pZCB0aGUg c2l0dWF0aW9uIA0KPiA+IHdoZXJlIHRoZSBwcm9jZXNzIG1hbGZ1bmN0aW9uIChlZyBhIGNyYXNo KSB3b3VsZCBsZWF2ZSB0aGUgc3lzdGVtIGluIHVucmVjb3ZlcmFibGUgKHN1c3BlbmRlZCkgc3Rh dGUuDQo+ID4gDQo+ID4gWW91IHByb2JhYmx5IHdhbnQgeW91ciBwcm9jZXNzIHRvIGp1c3QgZXhl Y3V0ZSBhbm90aGVyIG9uZSwgYW5kIHdhaXQgDQo+ID4gdW50aWwgaXQgZXhpdHMuDQo+ID4gDQo+ IA0KPiBUaGUgZXhhbXBsZSB3aXRoIGZyZWV6ZSAtZiBzdHJvbmdseSBoaW50cyB0aGlzIGlzIHN1 cHBvc2VkIHRvIHdvcmsgYXMgDQo+IGEgZHJvcCBpbiByZXBsYWNlbWVudCBmb3IgbGludXggc2Ny aXB0cy4NCj4gDQo+IEFzIHN1Y2gsIG1heWJlIHVmcyBzaG91bGQgZ3JvdyBhbm90aGVyIG9wZXJh dGlvbiB3aGljaCBkb2VzIG5vdCANCj4gYXV0b21hZ2ljYWxseSB1bmZyZWV6ZS4NCg0KSSdtIG5v dCBzdXJlIGl0J3MgYSBnb29kIGlkZWEgdG8gcHJvdmlkZSBhbiBpbmZlcmlvciBtZWNoYW5pc20g anVzdCBmb3IgYmFja3dhcmQgY29tcGF0aWJpbGl0eSB3aXRoIExpbnV4LiAgRXNwZWNpYWxseSBn aXZlbiBob3cgZWFzeSBpdCBpcyB0byBkbyBpdCBwcm9wZXJseSwgbW9kZWxpbmcgdGhlIHV0aWxp dHkgYWZ0ZXIgZWcgbG9ja2YoMSkuDQoNCg== --_002_CY1PR03MB151713BEF58B75BB4850F578B5DD0CY1PR03MB1517namp_ Content-Type: text/plain; name="freezefs.c" Content-Description: freezefs.c Content-Disposition: attachment; filename="freezefs.c"; size=3837; creation-date="Wed, 12 Oct 2016 05:23:26 GMT"; modification-date="Wed, 12 Oct 2016 05:23:26 GMT" Content-Transfer-Encoding: base64 I2luY2x1ZGUgPHN0cmluZy5oPg0KI2luY2x1ZGUgPHN0ZGlvLmg+DQojaW5jbHVkZSA8c3lzL2lv Y3RsLmg+DQojaW5jbHVkZSA8c3lzL3BhcmFtLmg+DQojaW5jbHVkZSA8c3lzL3VjcmVkLmg+DQoj aW5jbHVkZSA8c3lzL21vdW50Lmg+DQojaW5jbHVkZSA8c3lzL3R5cGVzLmg+DQojaW5jbHVkZSA8 dW5pc3RkLmg+DQojaW5jbHVkZSA8c3RkbGliLmg+DQojaW5jbHVkZSA8c3RkaW50Lmg+DQojaW5j bHVkZSA8ZXJybm8uaD4NCiNpbmNsdWRlIDxlcnIuaD4NCiNpbmNsdWRlIDxmY250bC5oPg0KI2lu Y2x1ZGUgPHVmcy9mZnMvZnMuaD4NCiNkZWZpbmUJX1BBVEhfVUZTU1VTUEVORAkiL2Rldi91ZnNz dXNwZW5kIg0KI2RlZmluZSBVTkRFRl9GUkVFWkVfVEhBVyAgICAoMCkNCiNkZWZpbmUgRlJFRVpF ICAgICAgICAgICAgICAgKDEpDQojZGVmaW5lIFRIQVcgICAgICAgICAgICAgICAgICgyKQ0KI2Rl ZmluZSBTTEVFUF9USU1FCQkoMTApDQoNCnN0YXRpYyBpbnQNCnRlc3Rfd3JpdGVfdG1wKGNvbnN0 IGNoYXIqIHApDQp7DQoJaW50IHJldCA9IDA7DQoJY2hhciBkYXRhW10gPSAiYWJjZGVmZ2hpaiI7 DQoJY2hhciBmaWxlbmFtZVs2NF07DQoJY29uc3QgY2hhciAqdGVzdF9maWxlID0gInRlc3RfZnJl ZXplIjsNCglpZiAocCAhPSBOVUxMKSB7DQoJCXNucHJpbnRmKGZpbGVuYW1lLCBzaXplb2YoZmls ZW5hbWUpLCAiJXMvJXMiLCBwLCB0ZXN0X2ZpbGUpOw0KCX0gZWxzZSB7DQoJCXNucHJpbnRmKGZp bGVuYW1lLCBzaXplb2YoZmlsZW5hbWUpLCAiL3RtcC8lcyIsIHRlc3RfZmlsZSk7DQoJfQ0KCUZJ TEUgKmZwID0gZm9wZW4oZmlsZW5hbWUsICJydysiKTsNCglpZiAoIWZwKSB7DQoJCXJldCA9IDE7 DQoJCXByaW50ZigiRmFpbCB0byBvcGVuIik7DQoJCWdvdG8gZXJyb3I7DQoJfQ0KCWludCBsZW4g PSA1Ow0KCWludCB3cml0ZWxlbiA9IGZ3cml0ZShkYXRhLCBzaXplb2YoY2hhciksIGxlbiwgZnAp Ow0KCWlmICh3cml0ZWxlbiAhPSBsZW4pIHsNCgkJcmV0ID0gMjsNCgkJcHJpbnRmKCJGYWlsIHRv IHdyaXRlIHRoZSAlZCBjaGFyYWN0ZXJcbiIsIGxlbik7DQoJCWdvdG8gZXJyb3I7DQoJfQ0KCWZj bG9zZShmcCk7DQoJcmV0dXJuIDA7DQplcnJvcjoNCglwcmludGYoImVycm9yIGluIHRlc3Rfd3Jp dGVfdG1wXG4iKTsNCglyZXR1cm4gcmV0Ow0KfQ0KDQpzdGF0aWMgdm9pZCBmcmVlemUoY29uc3Qg Y2hhciogcGFydGl0aW9uLCBpbnQgZHVyYXRpb24pDQp7DQoJc3RydWN0IHN0YXRmcyAqbW50YnVm LCAqc3RhdGZzcDsNCglpbnQgbW50c2l6ZTsNCglpbnQgZnNvOw0KCWludCBlcnJvciA9IDA7DQoJ aW50IGk7DQoJaW50IHdyaXRlX3Rlc3RfcnRuID0gMDsNCgljb25zdCBjaGFyICpkZXYgPSAiL2Rl diI7DQoNCglmc28gPSBvcGVuKF9QQVRIX1VGU1NVU1BFTkQsIE9fUkRXUik7DQoJaWYgKGZzbyA9 PSAtMSkNCgkJZXJyKDEsICJ1bmFibGUgdG8gb3BlbiAlcyIsIF9QQVRIX1VGU1NVU1BFTkQpOwkN CgkvKg0KCSAqIEZpcnN0IGNoZWNrIHRoZSBtb3VudGVkIGZpbGVzeXN0ZW1zLg0KCSAqLw0KCW1u dHNpemUgPSBnZXRtbnRpbmZvKCZtbnRidWYsIE1OVF9OT1dBSVQpOw0KCWlmIChtbnRzaXplID09 IDApDQoJCXJldHVybjsNCg0KCXByaW50ZigibW50IHNpemU6ICVkXG4iLCBtbnRzaXplKTsNCglm b3IoaSA9IG1udHNpemUgLSAxOyBpID49IDA7IC0taSkNCgl7DQoJCXN0YXRmc3AgPSAmbW50YnVm W2ldOw0KCQlwcmludGYoImZzdHlwZTogJXMsIG9uICclcycgZnJvbSAnJXMnXG4iLA0KCQkJc3Rh dGZzcC0+Zl9mc3R5cGVuYW1lLA0KCQkJc3RhdGZzcC0+Zl9tbnRvbm5hbWUsIHN0YXRmc3AtPmZf bW50ZnJvbW5hbWUpOw0KCQlpZiAoc3RybmNtcChzdGF0ZnNwLT5mX21udG9ubmFtZSwgZGV2LCBz dHJsZW4oZGV2KSkgPT0gMCkgew0KCQkJY29udGludWU7IC8qIHNraXAgdG8gZnJlZXplICcvZGV2 JyAqLw0KCQl9IGVsc2UgaWYgKHN0YXRmc3AtPmZfZmxhZ3MgJiBNTlRfUkRPTkxZKSB7DQoJCQlj b250aW51ZTsgLyogc2tpcCB0byBmcmVlemUgUkRPTkxZIHBhcnRpdGlvbiAqLw0KCQl9IGVsc2Ug aWYgKHN0cm5jbXAoc3RhdGZzcC0+Zl9mc3R5cGVuYW1lLCAidWZzIiwgMykgIT0gMCkgew0KCQkJ Y29udGludWU7IC8qIG9ubHkgVUZTIGNhbiBiZSBmcmVlemVkICovDQoJCX0NCgkJc3luYygpOw0K DQoJCWlmICgocGFydGl0aW9uID09IE5VTEwgJiYgc3RyY21wKCIvIiwgc3RhdGZzcC0+Zl9tbnRv bm5hbWUpID09IDApIHx8DQoJCSAgICAocGFydGl0aW9uICE9IE5VTEwgJiYgc3RybmNtcChzdGF0 ZnNwLT5mX21udG9ubmFtZSwNCgkJICAgIHBhcnRpdGlvbiwgc3RybGVuKHBhcnRpdGlvbikpID09 IDApKSB7DQoJCQlpZiAocGFydGl0aW9uID09IE5VTEwpIHsNCgkJCQlwYXJ0aXRpb24gPSBzdGF0 ZnNwLT5mX21udG9ubmFtZTsNCgkJCX0NCgkJCXByaW50ZigiYmVnaW4gdG8gc3VzcGVuZCBvbiAn JXMnXG4iLCBwYXJ0aXRpb24pOw0KCQkJDQoJCQllcnJvciA9IGlvY3RsKGZzbywgVUZTU1VTUEVO RCwgJnN0YXRmc3AtPmZfZnNpZCk7DQoJCQlpZiAoZXJyb3IgIT0gMCkgew0KCQkJCXByaW50Zigi ZXJyb3I6ICVkXG4iLGVycm5vKTsNCgkJCX0gZWxzZSB7DQoJCQkJcHJpbnRmKCJTdWNjZXNzZnVs bHkgc3VzcGVuZCBmaWxlc3lzdGVtXG4iKTsNCgkJCX0NCgkJCWJyZWFrOw0KCQl9DQoJfQ0KCWlm IChlcnJvciA9PSAwKSB7DQoJCXNsZWVwKGR1cmF0aW9uKTsgLyogaG93IGxvbmcgdGltZSB0byBm cmVlemUgKi8NCgkJd3JpdGVfdGVzdF9ydG4gPSB0ZXN0X3dyaXRlX3RtcChwYXJ0aXRpb24pOw0K CQlpZiAoIXdyaXRlX3Rlc3RfcnRuKSB7DQoJCQlwcmludGYoIlN1Y2Nlc3NmdWxseSB3cml0ZSBz b21ldGhpbmdcbiIpOw0KCQl9DQoJfQ0KCWNsb3NlKGZzbyk7IC8qIFN0b3AgZnJlZXplIG9uY2Ug dGhlIGZpbGUgaGFuZGxlIGlzIGNsb3NlZCAqLw0KfQ0KDQpzdGF0aWMgdm9pZCB1c2FnZShjb25z dCBjaGFyKiBjbWQpIHsNCglmcHJpbnRmKHN0ZGVyciwgIiVzIC1mIDogZnJlZXplIHRoZSByb290 IGZpbGVzeXN0ZW1cbiINCgkJLyogIiAtdCA6IHRoYXcgdGhlIGZpbGVzeXN0ZW1cbiIgKi8NCgkJ IiAtRiA8cGFydGl0aW9uPiA6IGZyZWV6ZSB0aGUgc3BlY2lmaWVkIHBhcnRpdGlvblxuIg0KCQki IC1kIDxkdXJhdGlvbj4gOiBzcGVjaWZ5IHRoZSBkdXJhdGlvbiAocykgZm9yIGZyZWV6aW5nXG4i LA0KCQkgY21kKTsNCglleGl0KDEpOw0KfQ0KDQppbnQgbWFpbihpbnQgYXJnYywgY2hhciogYXJn dltdKSB7DQoJaW50IGNoOw0KCWludCBmcmVlemVfdGhhdyA9IFVOREVGX0ZSRUVaRV9USEFXOw0K CWNvbnN0IGNoYXIqIHBhcnRpdGlvbiA9IE5VTEw7DQoJaW50IGZyZWV6ZV9kdXIgPSBTTEVFUF9U SU1FOw0KCXdoaWxlICgoY2ggPSBnZXRvcHQoYXJnYywgYXJndiwgIkY6ZDpmIikpICE9IC0xKSB7 DQoJCXN3aXRjaCAoY2gpIHsNCgkJY2FzZSAnZic6DQoJCQkvKiBSdW4gYXMgcmVndWxhciBwcm9j ZXNzIGZvciBkZWJ1Z2dpbmcgcHVycG9zZS4gKi8NCgkJCWZyZWV6ZV90aGF3ID0gRlJFRVpFOw0K CQkJYnJlYWs7DQoJCWNhc2UgJ0YnOg0KCQkJZnJlZXplX3RoYXcgPSBGUkVFWkU7DQoJCQlwYXJ0 aXRpb24gPSBvcHRhcmc7DQoJCQlicmVhazsNCgkJY2FzZSAnZCc6DQoJCQlmcmVlemVfZHVyID0g KGludClzdHJ0b2wob3B0YXJnLCBOVUxMLCAxMCk7DQoJCQlicmVhazsNCgkJZGVmYXVsdDoNCgkJ CWJyZWFrOw0KCQl9DQoJfQ0KCWlmIChmcmVlemVfdGhhdyA9PSBGUkVFWkUpIHsNCgkJZnJlZXpl KHBhcnRpdGlvbiwgZnJlZXplX2R1cik7DQoJfSBlbHNlIHsNCgkJdXNhZ2UoYXJndlswXSk7DQoJ fQ0KCXJldHVybiAwOw0KfQ0K --_002_CY1PR03MB151713BEF58B75BB4850F578B5DD0CY1PR03MB1517namp_-- From owner-freebsd-fs@freebsd.org Thu Oct 13 06:47: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 CDBACC0F758 for ; Thu, 13 Oct 2016 06:47: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 BDBCC1615 for ; Thu, 13 Oct 2016 06:47: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 u9D6lIBa092061 for ; Thu, 13 Oct 2016 06:47:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 212861] [tmpfs] uchg files can be removed by root Date: Thu, 13 Oct 2016 06:47: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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People 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: 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 06:47:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212861 --- Comment #3 from Ngie Cooper --- (In reply to Edward Tomasz Napierala from comment #2) Sure. Oy.. this is amusing: $ touch /tmp/uchg.file $ chflags uchg /tmp/uchg.file $ rm -f /tmp/uchg.file rm: /tmp/uchg.file: Operation not permitted $ sudo rm -f /tmp/uchg.file $ rm /tmp/uchg.file rm: /tmp/uchg.file: No such file or directory This means that the test will at the very least need to be run by an unprivileged user... but why can root always remove the file..? Hmm.. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 07:03: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 93928C0FDCC for ; Thu, 13 Oct 2016 07:03:45 +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 8348D24F for ; Thu, 13 Oct 2016 07:03:45 +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 u9D73j75073238 for ; Thu, 13 Oct 2016 07:03:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 212861] [tmpfs] uchg files can be removed by root Date: Thu, 13 Oct 2016 07:03:45 +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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 07:03:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212861 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Thu Oct 13 07:02:54 UTC 2016 New revision: 307190 URL: https://svnweb.freebsd.org/changeset/base/307190 Log: Skip :uchg on FreeBSD Unfortunately removing files with uchg set always succeeds with root on FreeBSD. Unfortunately running the test as an unprivileged user isn't doa= ble because mounting tmpfs requires root PR: 212861 Sponsored by: Dell EMC Isilon Changes: head/contrib/netbsd-tests/fs/tmpfs/t_remove.sh --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 08:35: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 1CA3BC0FCA4 for ; Thu, 13 Oct 2016 08:35: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 0BD18F0F for ; Thu, 13 Oct 2016 08:35: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 u9D8Ztxo040654 for ; Thu, 13 Oct 2016 08:35:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 212861] [tmpfs] uchg files can be removed by root Date: Thu, 13 Oct 2016 08:35:55 +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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 08:35:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212861 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: ngie Date: Thu Oct 13 08:35:09 UTC 2016 New revision: 307205 URL: https://svnweb.freebsd.org/changeset/base/307205 Log: Change atf_skip call to atf_expect_fail to make it clear that a failure is expected MFC after: 2 weeks PR: 212861 Suggested by: jmmv Sponsored by: Dell EMC Isilon Changes: head/contrib/netbsd-tests/fs/tmpfs/t_remove.sh --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 08:53: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 ADE46C104AC for ; Thu, 13 Oct 2016 08:53:12 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (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 6520CEF9 for ; Thu, 13 Oct 2016 08:53:12 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: by mail-qk0-x229.google.com with SMTP id o68so121232026qkf.3 for ; Thu, 13 Oct 2016 01:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=vBgxLibkepMoPVp8a6QfiLxr9YtKICGdFJk+fR4UBB4=; b=oWEoecQigdFny6wNa2OYEnBKT3RXlgSBMr+Rv7LAUWPPBiI2X6HbH+je4pCoV09EOn MMD5dx5U0PS9hp5Dw4NLQQr6viRIlLajR34iXfXHnHDUUSxqwtkLQm4ktTeamzmxccAB UmqaIDGLTPd/xTts93+fLfr9VfIuEvZuBdSm0wr6C9H/PK/omd/JCBNqsmZtkxW8OwU7 cvHd4KDW6l17H9HoPQAwRyO76aj4HXMTZmsdnH0GJ2Qxx2hVN1aQsU603wjRK2MwvLtb BqS4nWb+QpAIVG19GiYCvFn5ZGz8gkRY1SrjK8HOCbEPxQDK48hDMyJQBcwUSpeyK6ax ChZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=vBgxLibkepMoPVp8a6QfiLxr9YtKICGdFJk+fR4UBB4=; b=NXRtOehc53EoZZ+P6ZQvg5sJSmFKyr+HUDBunQjbShspc38YfUW6VTOvvqytaeD5oj GkSQPdXhjO7uv6eqDbWyD/OXfaxcZ3MM0S3r8KlQrT78UWhr59Eo2yQ2nmkykGULPnCi juvyvVSiRItd7tFkwXHxXqnDxgO0L/p52OGP1J051p0P6/Iw5C7USaXgkCd/Vyr/+dEM lpSnQ/RjFdNnU7c0oqH45UNKYaJhtGQ9aV6tNJD8xofStani0PysTA/9N7u6BFk5KP/I 9snM9BtGfh9GEBykJZZOSt0OVbDTGzV9vyZyjmF/MNM1v0ikQj2OjR27HX4mRmBVREKM /xxg== X-Gm-Message-State: AA6/9RmBcCDKV+IvXafFtRwlUbzdteWe3I32faOeRkM0TW8xao6vMtgVkehtAsVZkiSfcg== X-Received: by 10.195.6.97 with SMTP id ct1mr6090384wjd.165.1476348791311; Thu, 13 Oct 2016 01:53:11 -0700 (PDT) Received: from macbook-air-de-benjamin.home (LFbn-1-7159-4.w90-116.abo.wanadoo.fr. [90.116.90.4]) by smtp.gmail.com with ESMTPSA id f2sm20739878wjr.2.2016.10.13.01.53.09 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Oct 2016 01:53:10 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Recommended HBA for ZFS, contemporary From: Ben RUBSON In-Reply-To: <633311CF-ADF2-479F-AFB9-E9265C101302@gmail.com> Date: Thu, 13 Oct 2016 10:53:08 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <376FE1E5-42BD-4878-8441-DA912E4ECB5B@gmail.com> References: <306ccab3-4c78-751a-2258-54701a64ab4b@internetx.com> <41DE4DAA-B5E1-4BB9-AF54-780236A901EF@gmail.com> <059af3ed-71b3-b31d-893c-732121989cee@kateley.com> <633311CF-ADF2-479F-AFB9-E9265C101302@gmail.com> To: FreeBSD FS X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 08:53:12 -0000 What would you recommend for those who want a 12Gb/s SAS HBA ? LSI 3008 ? As reliable as LSI 2008 ? Thank you ! Ben > On 22 Aug 2016, at 18:14, InterNetX - Juergen Gotteswinter = wrote: >=20 > LSI SAS 2008 Based HBA, there are dozens of OEM available for Budget = Prices > With the IT firmware. >=20 > Am 22.08.2016 um 18:08 schrieb Dmitry Morozovsky: >> Dear colleagues, >>=20 >> what is the list of preferred disk controllers to build storage = server, say >> 12-24 amd more 3.5" disks? Not too much IOPS are expected, and some = could be >> mitigated with L2ARC with only metadata cached, I suppose. >>=20 >> Two usage schemes are file server for big files (mostly cold storage) = and >> backup/surveillance server (constant stream writes, occasional random = reads) >>=20 >> Any hints? Thanks! From owner-freebsd-fs@freebsd.org Thu Oct 13 09:22: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 0AD8FC10EA9 for ; Thu, 13 Oct 2016 09:22:03 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (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 B8AF4840 for ; Thu, 13 Oct 2016 09:22:02 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id f6so37547563qtd.2 for ; Thu, 13 Oct 2016 02:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=8Kd82Ew+UI7Pjw+cdCXCdjMAWitL639LMhny7huPXmw=; b=sNERRtR/2FrHtRB8dt8uk+rwubK9aNuQGcZtnbRgCG6dKDW9QCoj+41Nn9Ip3baDeB QyRMLmVTpuCTWzD5xcy0p5RLpA9+x9aSemknJPD1Gp1MOUdDqvvcCdUNOVaon6lIBsve u6E1xXZVsu6Ua0er9XJCAW56sE0jvUWioF3jUdAfme6lcRclapJD0BWvLcPfR5g/BzaM CPtdeoXsausxQ+SGsN71CHWNKQGdzUBWMcpXRDPTQzRF0VgQj1W1Zgo9RW//NH020JMF INOZPG4ms+eCTg2zr8gBjvcnwPAXamnCKZXKMgdJ2p1QZ9NTn53v9473u8TqEY1759W7 p4OA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=8Kd82Ew+UI7Pjw+cdCXCdjMAWitL639LMhny7huPXmw=; b=aboBCi72UGo/k6eY1AOxTxNVRK/6wjDhDmBmJTfl/JHDPU/eWzNykJqa5c61jch3Wj 9bEdaNfhbmY2GVAI4ezY90rA/ipGIJrvcOv2Ptt47QozyB+f4/eW4vxlbH8I4Mq8AdT9 KTyCIELS4curolvO2zJNVHaP//I+erhu065m6uIrNVZVvSXLzOHGfM+z+exnaz5FOjpa kgrG6coF22lHayOYr5nlPtFFH4LZa/gIKfNsIAY6SOYyxgYBhkOBFFtbmfIcYqwQwYMP Pcy0lTfUIMBrNgbtNbc9xeW+q9cHBKYJReaWgxz6tvGXa5EP+aypof9A65fl8mNaMQ8r 1Mjw== X-Gm-Message-State: AA6/9Rmr7u8oub7gcHra0rnlae8NR7SIhXAyrEVuS/rEbz59clhU+LpYW6ROTzTC0MgZLw== X-Received: by 10.28.100.136 with SMTP id y130mr1448230wmb.108.1476350159906; Thu, 13 Oct 2016 02:15:59 -0700 (PDT) Received: from macbook-air-de-benjamin.home (LFbn-1-7159-4.w90-116.abo.wanadoo.fr. [90.116.90.4]) by smtp.gmail.com with ESMTPSA id q8sm20845022wjj.7.2016.10.13.02.15.59 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Oct 2016 02:15:59 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ZFS and sync command From: Ben RUBSON In-Reply-To: Date: Thu, 13 Oct 2016 11:15:58 +0200 Content-Transfer-Encoding: 7bit Message-Id: <97BE7799-8A56-4F4D-B26D-CC83B323D163@gmail.com> References: To: FreeBSD FS X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 09:22:03 -0000 Hello, Any clue ? Thank you ! Ben > On 03 Oct 2016, at 14:31, Ben RUBSON wrote: > > Hello, > > I'm pretty sure it does, but I would like this to be confirmed. > Does ZFS correctly handles the sync() call / the sync command ? > Will it flush its transactions groups to disk when sync is called ? > > Goal is to let ZFS sync option to standard but to call sync command > after some "critical" steps / operations, so that we are then sure > data is safe. > > Thank you for your feedback ! > > Ben > From owner-freebsd-fs@freebsd.org Thu Oct 13 09:28: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 92D6CC0E075 for ; Thu, 13 Oct 2016 09:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82790C6B for ; Thu, 13 Oct 2016 09:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D9Sl0w012455 for ; Thu, 13 Oct 2016 09:28:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213438] [typo] Fix typo in nandfs_vnops.c Date: Thu, 13 Oct 2016 09:28:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: martymac@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cc 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 09:28:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213438 Ganael LAPLANCHE changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |martymac@FreeBSD.org 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 Thu Oct 13 09:35: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 95A2DC0E4CC for ; Thu, 13 Oct 2016 09:35: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 85097143 for ; Thu, 13 Oct 2016 09:35: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 u9D9ZsQU033014 for ; Thu, 13 Oct 2016 09:35:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 90815] [smbfs] [patch] SMBFS with character conversions sometimes hangs Date: Thu, 13 Oct 2016 09:35:55 +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: 6.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ae@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 09:35:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D90815 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ae@FreeBSD.org --- Comment #5 from Andrey V. Elsukov --- (In reply to Tomoaki AOKI from comment #4) > Without this, `cp -a` stoppes (running but in infinite loop?) on directory > containing Japanese (UTF-8) filename if any conversion is specified (even= if > it's UTF-8:UTF-8). >=20 > Can someone confirm and commit? If I understand the code correctly, with such patch you can get a mix of partially converted name with the remaining unconverted part. It may lead to unpredictable results for charsets with different character length, I guess= .=20 Maybe it will be better to fix iconv? Or what if smb_copy_conv() will use s= ome reasonable error code? Can you test this patch? --- a/sys/netsmb/smb_subr.c +++ b/sys/netsmb/smb_subr.c @@ -334,7 +334,7 @@ smb_copy_iconv(struct mbchain *mbp, c_caddr_t src, cadd= r_t dst, *dstlen -=3D outlen; return 0; } else - return error; + return (EINVAL); } --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 10:31:28 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 9B22AC0F2DE for ; Thu, 13 Oct 2016 10:31:28 +0000 (UTC) (envelope-from amutu@amutu.com) Received: from mail-yw0-x22e.google.com (mail-yw0-x22e.google.com [IPv6:2607:f8b0:4002:c05::22e]) (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 5D22CA03 for ; Thu, 13 Oct 2016 10:31:27 +0000 (UTC) (envelope-from amutu@amutu.com) Received: by mail-yw0-x22e.google.com with SMTP id t192so50442798ywf.0 for ; Thu, 13 Oct 2016 03:31:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amutu-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=iGMuTxQVPeIGuLqRAxEo6Lz/rLVXJyO5WKV4SEuT+x8=; b=G0NvV5NWeFGb4e4mMqaTJfbdOcoaD8eKQUSIRnf0bZ6houol7CLyVlY9+HzPk/7q7a RXOUS8MDY/P30FgBv0Dz6GnjQFCSySU9ns5Hk/2/oRlCI4MkOFaIdLI1kl8XPrdwvYLE X3lMLMC6LnfPXMGekezEP+t8R8IUWtMIdXs5HKAMnq1MFdNMrWvDDfk6xicNeeBlI9Ji 7lotCiwe6dr+ulx625FPbdDfWySmx0QH1b85D7DDK56Hq5iqLdj1EgjJSj+1WUHX/7W/ Wtp52jEajGonQK2CJIVXlrGGDYkDDV8roovwIdzu3oCRAzhLG+4nhCQ0BNJUC3rlUxez Owjg== 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:cc; bh=iGMuTxQVPeIGuLqRAxEo6Lz/rLVXJyO5WKV4SEuT+x8=; b=D9GjTnVfshW0pqkIRaGYyku+QILQlj9ItaKXlQv9H6o9rbvLin0RiTAbcm2iyDcJu8 oNbo8fLH+kIHK84ifc8PK9cyUj1VDjIqMdJ5RuQsmVN3AWEjDugvA8KX2dW97vp8hmQc AjOwkFC9ZpwSKyiXHrRceKcQiKWQlVMTs9pPqkxp7h0iDPaz34WwuTvMuiOIBw8oMW4A Ucq/mZ6QQFOMArPJRX/WAr/6jk5OgPl2fBcPSMZeSzTDypxqBrGRP5rzUf4YWjn7cC/j cG8+sBRts3YzWGxMEVANoG8BENOl6RTK8qIez+X0lCYYgflF28wQzjdgVZT+vpg7Iza7 x9rQ== X-Gm-Message-State: AA6/9Rlf7YduAL/6RIr0K7CuxhA8gn3PEty4oN5zGTWprVqaKItHjWYXfZDdf8YqDDYRpQ== X-Received: by 10.13.226.200 with SMTP id l191mr4836071ywe.282.1476354686699; Thu, 13 Oct 2016 03:31:26 -0700 (PDT) Received: from mail-yb0-f170.google.com (mail-yb0-f170.google.com. [209.85.213.170]) by smtp.gmail.com with ESMTPSA id j198sm4388627ywg.36.2016.10.13.03.31.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 03:31:25 -0700 (PDT) Received: by mail-yb0-f170.google.com with SMTP id 191so29086396ybv.3 for ; Thu, 13 Oct 2016 03:31:25 -0700 (PDT) X-Received: by 10.37.35.80 with SMTP id j77mr5056176ybj.7.1476354685381; Thu, 13 Oct 2016 03:31:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.65.200 with HTTP; Thu, 13 Oct 2016 03:31:05 -0700 (PDT) In-Reply-To: References: From: Jov Date: Thu, 13 Oct 2016 18:31:05 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ZFS and sync command To: Ben RUBSON Cc: FreeBSD FS Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 10:31:28 -0000 yes,this is the ZIL used for. 2016-10-03 20:31 GMT+08:00 Ben RUBSON : > Hello, > > I'm pretty sure it does, but I would like this to be confirmed. > Does ZFS correctly handles the sync() call / the sync command ? > Will it flush its transactions groups to disk when sync is called ? > > Goal is to let ZFS sync option to standard but to call sync command > after some "critical" steps / operations, so that we are then sure > data is safe. > > Thank you for your feedback ! > > Ben > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > From owner-freebsd-fs@freebsd.org Thu Oct 13 11:11:15 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 BD816C0E1DF for ; Thu, 13 Oct 2016 11:11:15 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: from mail-qt0-x22c.google.com (mail-qt0-x22c.google.com [IPv6:2607:f8b0:400d:c0d::22c]) (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 735F5322 for ; Thu, 13 Oct 2016 11:11:15 +0000 (UTC) (envelope-from ben.rubson@gmail.com) Received: by mail-qt0-x22c.google.com with SMTP id f6so40438288qtd.2 for ; Thu, 13 Oct 2016 04:11:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:mime-version:subject:date:references:to:in-reply-to; bh=2Y7/HLZbYfPmI1oKiLtUdV6jpwAt1MIxBFjURTMLsFU=; b=adBdL/7IvEIK9Fq2apAfaetFhwC1EBvdbRATn4k+fqY1z+piMEz+z+7Jum1RraLXL3 SAdLKNKnZWyEEg2qP248NeV4e2/+RB9LNxWZaOpKL4McVb61vO1BCEw5jQac9p3dooOK ECWB1/y+boY5divso6c3bhI1q8YKe7B2p3nDLcQ1YweGkbQXml1EKxGf5WG84W1ptF7F Zc3AMlKgbcRCySEZq+9ezqd3tUkOwpBcJPDIBJR/jmHFTqfyoGQjFrXCELm00VQXyX66 pmxhNUk/jdr29d7M97fvtgG/dIvjl6w1/XgqDHYGWcEJYKeCadmeC90gXEAxILiwWsmI OwyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:mime-version:subject:date :references:to:in-reply-to; bh=2Y7/HLZbYfPmI1oKiLtUdV6jpwAt1MIxBFjURTMLsFU=; b=FDDRp1MI7lVtPssvP1zxqreLZMO41YaFDFEeBfTOTpjz9ym7awACkYKdXGVFW0GbH/ otDJ/KOlyktX2ATcc2KxXxYZNszK7bgO8VbOp1wAbVmeAHdV8pBdMcjeqaxU5XigeNJJ Ybfxbwn8Pv7vDXFmM+2ZmVT5JUcXGi6UHgxzGqS/0H0DoFDdQ6QTs5W9Fr0OAr1d+Lpn poRMvr2Tsh5o965fByDYZzYW4ZlD7TtDt9M9lL1fe/M/IIkYLf8ak8T/SfpilBKyWXNl 1gKt4oLXKxC+ZqEgJYTbENNBtCQFPFUaznEaONwyge3RE9bAWIvbNRYLVoId8vfbFlB6 kpjg== X-Gm-Message-State: AA6/9Rms7TPlW2pKbcQJvZfeub/gIR3IS7ep4UdL9iGRwsDJjYnap7SBYyp18L0YO7iZHQ== X-Received: by 10.28.209.142 with SMTP id i136mr1776375wmg.1.1476357074345; Thu, 13 Oct 2016 04:11:14 -0700 (PDT) Received: from macbook-air-de-benjamin.home (LFbn-1-7159-4.w90-116.abo.wanadoo.fr. [90.116.90.4]) by smtp.gmail.com with ESMTPSA id n5sm21589860wjv.35.2016.10.13.04.11.13 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Oct 2016 04:11:13 -0700 (PDT) From: Ben RUBSON Message-Id: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ZFS and sync command Date: Thu, 13 Oct 2016 13:11:12 +0200 References: To: FreeBSD FS In-Reply-To: X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 11:11:15 -0000 Thx Jov for this confirmation ! Ben > On 13 Oct 2016, at 12:31, Jov wrote: >=20 > yes,this is the ZIL used for. >=20 > 2016-10-03 20:31 GMT+08:00 Ben RUBSON >: > Hello, >=20 > I'm pretty sure it does, but I would like this to be confirmed. > Does ZFS correctly handles the sync() call / the sync command ? > Will it flush its transactions groups to disk when sync is called ? >=20 > Goal is to let ZFS sync option to standard but to call sync command > after some "critical" steps / operations, so that we are then sure > data is safe. >=20 > Thank you for your feedback ! >=20 > Ben >=20 > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs = > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org = " >=20 From owner-freebsd-fs@freebsd.org Thu Oct 13 13:13: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 0A16AC1051B for ; Thu, 13 Oct 2016 13:13: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 EBF5D1FF for ; Thu, 13 Oct 2016 13:13: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 u9DDDXse024673 for ; Thu, 13 Oct 2016 13:13:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213438] [typo] Fix typo in nandfs_vnops.c Date: Thu, 13 Oct 2016 13:13: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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 13:13:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213438 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov --- (In reply to Ganael LAPLANCHE from comment #0) You have a commit bit. Please commit the patch yourself, adding 'Approved = by: kib' to the commit tags. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 16:16: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 4373DC0FCAA for ; Thu, 13 Oct 2016 16:16: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 31B1884 for ; Thu, 13 Oct 2016 16:16: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 u9DGGJbA017339 for ; Thu, 13 Oct 2016 16:16:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213450] [nfs] mountd flag -n operates on wrong sysctl Date: Thu, 13 Oct 2016 16:16:19 +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: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 16:16:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213450 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org CC|freebsd-amd64@FreeBSD.org | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 17:08:38 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F2CAC104FD for ; Thu, 13 Oct 2016 17:08:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F201C92 for ; Thu, 13 Oct 2016 17:08:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DH8as7088329 for ; Thu, 13 Oct 2016 17:08:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213438] [typo] Fix typo in nandfs_vnops.c Date: Thu, 13 Oct 2016 17:08:37 +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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 17:08:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213438 Warner Losh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imp@FreeBSD.org --- Comment #2 from Warner Losh --- What kib said :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 19:33: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 AD85CC10D33 for ; Thu, 13 Oct 2016 19:33: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 9D8CA783 for ; Thu, 13 Oct 2016 19:33: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 u9DJXrUH035118 for ; Thu, 13 Oct 2016 19:33:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213438] [typo] Fix typo in nandfs_vnops.c Date: Thu, 13 Oct 2016 19:33:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch 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.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 19:33:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213438 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: martymac Date: Thu Oct 13 19:33:08 UTC 2016 New revision: 307232 URL: https://svnweb.freebsd.org/changeset/base/307232 Log: Fix panic() message reporting ufs instead of nandfs PR: 213438 Approved by: kib Changes: head/sys/fs/nandfs/nandfs_vnops.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Thu Oct 13 19:35:13 2016 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C54DC10DBE for ; Thu, 13 Oct 2016 19:35:13 +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 6C159859 for ; Thu, 13 Oct 2016 19:35:13 +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 u9DJZCvk037309 for ; Thu, 13 Oct 2016 19:35:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213438] [typo] Fix typo in nandfs_vnops.c Date: Thu, 13 Oct 2016 19:35:13 +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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: martymac@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 19:35:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213438 Ganael LAPLANCHE changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #4 from Ganael LAPLANCHE --- Committed, thanks to both of you :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-fs@freebsd.org Fri Oct 14 07:19: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 8BDBDC113A1; Fri, 14 Oct 2016 07:19:35 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB7D31B; Fri, 14 Oct 2016 07:19:35 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from julian-mbp3.pixel8networks.com (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u9E7JREn094856 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 14 Oct 2016 00:19:28 -0700 (PDT) (envelope-from julian@freebsd.org) To: "freebsd-fs@freebsd.org" , freebsd-current From: Julian Elischer Subject: zfs crash on FreeBSD 10.3 Message-ID: <55fa7ab0-2a65-6a3c-4b19-49c2588b5911@freebsd.org> Date: Fri, 14 Oct 2016 00:19:21 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 07:19:35 -0000 I attempted to add a second partition to an existing FS pool in FreeBSD 10.3 and the result was a crash.. is there anyone out there with a scratch system (10.3) (or two spare drives) who can show me this working? Does it look familiar to anyone? The drive 'boot0' is being used as the root drive, but we are in single user mode, so its' read-only at this stage. =============== cut-n-paste ============= [boot -s] [...] Trying to mount root from zfs:p8/image1 []... Enter full pathname of shell or RETURN for /bin/sh: PS1="# " # # # ls /dev/gpt boot0 boot1 # zpool attach -f p8 gpt/boot0 gpt/boot1 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x50 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff81717063 stack pointer = 0x28:0xfffffe0169bfc640 frame pointer = 0x28:0xfffffe0169bfc9a0 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 = 3 (txg_thread_enter) trap number = 12 Panic:Thought about setting the watchdog to 10 Minutes panic: page fault cpuid = 1 KDB: stack backtrace: stack1 db_trace_self_wrapper+0x2a kdb_backtrace+0x37 vpanic+0xf7 panic+0x67 trap_fatal+0x264 trap_pfault+0x1c2 trap+0x38c calltrap+0x8 dsl_scan_sync+0x2f3 spa_sync+0x328 txg_sync_thread+0x140 fork_exit+0x135 fork_trampoline+0xe KDB: enter: panic [ thread pid 3 tid 100328 ] Stopped at kdb_enter+0x50: movq $0,0x6bd5cd(%rip) db> reboot I will add that after this, every boot hits this problem. (same stack trace). the box is effectively bricked (or would be if it weren't just a bhyve image) From owner-freebsd-fs@freebsd.org Fri Oct 14 10:23: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 A3BABC11126 for ; Fri, 14 Oct 2016 10:23:05 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 833CB813 for ; Fri, 14 Oct 2016 10:23:04 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from julian-mbp3.pixel8networks.com (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u9EAN26T096040 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 14 Oct 2016 03:23:03 -0700 (PDT) (envelope-from julian@freebsd.org) To: "freebsd-fs@freebsd.org" From: Julian Elischer Subject: oddness in 10,3 .. mnt_ref leak? Message-ID: <58942da1-0b65-2b34-d91b-2fafcfa7d86b@freebsd.org> Date: Fri, 14 Oct 2016 03:22:57 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 10:23:05 -0000 I'm runnign 10.3 in our appliance and by chance I added code to print out the mnt-ref values of struct mount as htey are being changed.. to my surprise that reference count seems to be wildly wrong.. I added the following code to be run when it is decremented: #define MNT_REL(mp) do { \ if ((mp)->mnt_ref > 0) { \ (mp)->mnt_ref--; \ } else { \ printf("### %s (%s) negative mnt_ref, %d\n", __func__ ,mp->mnt_stat.f_mntonname, mp->mnt_ref); \ (mp->mnt_ref = 0); \ } \ if ((mp)->mnt_ref == 0) \ wakeup((mp)); \ } while (0) and I see this every few seconds: ### vfs_unbusy (/opt/pixel8/master_config) negative mnt_ref, 0 is there a chance that vfs_unbusy has no balancing MNT_REF when the file system becomes active again? I've looked through our patches (we do have some) but don't see a reason for this in them. Julian From owner-freebsd-fs@freebsd.org Fri Oct 14 10:32: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 51A67C11333; Fri, 14 Oct 2016 10:32:08 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC147B78; Fri, 14 Oct 2016 10:32:07 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.15.2/8.15.2) with ESMTPS id u9EAVvDu039755 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 14 Oct 2016 12:31:57 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.15.2/8.15.2/Submit) with ESMTP id u9EAVuUq039752; Fri, 14 Oct 2016 12:31:56 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Fri, 14 Oct 2016 12:31:56 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: Julian Elischer cc: "freebsd-fs@freebsd.org" , freebsd-current Subject: Re: zfs crash on FreeBSD 10.3 In-Reply-To: <55fa7ab0-2a65-6a3c-4b19-49c2588b5911@freebsd.org> Message-ID: References: <55fa7ab0-2a65-6a3c-4b19-49c2588b5911@freebsd.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.fig.ol.no Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 10:32:08 -0000 On Fri, 14 Oct 2016 00:19-0700, Julian Elischer wrote: > I attempted to add a second partition to an existing FS pool in FreeBSD 10.3 > and the result was a crash.. > > is there anyone out there with a scratch system (10.3) (or two spare drives) > who can show me this working? > > Does it look familiar to anyone? > > The drive 'boot0' is being used as the root drive, but we are in single user > mode, so its' read-only at this stage. > > =============== cut-n-paste ============= > > [boot -s] > > [...] > > Trying to mount root from zfs:p8/image1 []... > Enter full pathname of shell or RETURN for /bin/sh: > PS1="# " > # > # > # ls /dev/gpt > boot0 boot1 > # zpool attach -f p8 gpt/boot0 gpt/boot1 Do you really need to force zpool to attach the second partition? What happens if you omit the -f flag? > Fatal trap 12: page fault while in kernel mode > cpuid = 1; apic id = 01 > fault virtual address = 0x50 > fault code = supervisor read data, page not present > instruction pointer = 0x20:0xffffffff81717063 > stack pointer = 0x28:0xfffffe0169bfc640 > frame pointer = 0x28:0xfffffe0169bfc9a0 > 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 = 3 (txg_thread_enter) > trap number = 12 > Panic:Thought about setting the watchdog to 10 Minutes > panic: page fault > cpuid = 1 > > KDB: stack backtrace: > stack1 db_trace_self_wrapper+0x2a > kdb_backtrace+0x37 vpanic+0xf7 > panic+0x67 trap_fatal+0x264 > trap_pfault+0x1c2 > trap+0x38c > calltrap+0x8 > dsl_scan_sync+0x2f3 > spa_sync+0x328 > txg_sync_thread+0x140 > fork_exit+0x135 > fork_trampoline+0xe > > KDB: enter: panic > [ thread pid 3 tid 100328 ] > Stopped at kdb_enter+0x50: movq $0,0x6bd5cd(%rip) > db> reboot > > I will add that after this, every boot hits this problem. (same stack trace). > the box is effectively bricked > (or would be if it weren't just a bhyve image) -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-fs@freebsd.org Sat Oct 15 19:35: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 6B4D4C13DF3 for ; Sat, 15 Oct 2016 19:35: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 5AA33F24 for ; Sat, 15 Oct 2016 19:35: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 u9FJZZPL081084 for ; Sat, 15 Oct 2016 19:35:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 213507] [msdosfs] [patch]: Prevent occasional directory corruption while extending it to another cluster Date: Sat, 15 Oct 2016 19:35:36 +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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 19:35:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213507 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.=