From owner-svn-src-head@freebsd.org Fri Nov 13 18:57:43 2015 Return-Path: Delivered-To: svn-src-head@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 18D21A2E6A3; Fri, 13 Nov 2015 18:57:43 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (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 D94AA1F32; Fri, 13 Nov 2015 18:57:42 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so108146437pab.0; Fri, 13 Nov 2015 10:57:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=hUbCs1AAHYzSzOHb8kOI13JYg3c6KaHEAZFp0ydaD98=; b=A0mjZN2c8TP5SMOYmSwy0KtxIjeLXWvSTn28qk+p63TP2lTQqKiRwyDau4rUSK8D5K JfGtWCegOD7PvOZS5ETytB8NNqzN8QLxCqjC/QNs+GgAm6pzRU1Cu4OdkE2hoDbw5phA tdsGzPZ9ienlfPN+NyDr3C21SWbnjqqP5Xxj6f2IE1kWN0bH/0sXL2g8E64SoeT555jD QQ1ILcGhHm8imE/TB7GtyuJ//aeXGfjmiIKLDLStMu+ICjTIK6zBio+WTSvPYgB1MXVX 6eMTzZL9lHouPcb/LOQRosANY/AeZMw4ayf6g7oJmHy8CqN0nw52xeLFUIPiPWHCxp4T l+AQ== X-Received: by 10.68.241.194 with SMTP id wk2mr33974483pbc.45.1447441062524; Fri, 13 Nov 2015 10:57:42 -0800 (PST) Received: from [100.210.4.8] (m8f0436d0.tmodns.net. [208.54.4.143]) by smtp.gmail.com with ESMTPSA id oi3sm21782230pbb.53.2015.11.13.10.57.39 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Nov 2015 10:57:40 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r290743 - head/etc/periodic/daily From: Garrett Cooper X-Mailer: iPhone Mail (13B143) In-Reply-To: <2515730.7DRR4ZNBdk@ralph.baldwin.cx> Date: Fri, 13 Nov 2015 10:57:38 -0800 Cc: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9AA60CC0-E790-4946-B9D9-09C6F5B7E638@gmail.com> References: <201511130620.tAD6KRR3053808@repo.freebsd.org> <2515730.7DRR4ZNBdk@ralph.baldwin.cx> To: John Baldwin X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 18:57:43 -0000 > On Nov 13, 2015, at 10:38, John Baldwin wrote: >=20 >> On Friday, November 13, 2015 06:20:27 AM Dag-Erling Sm=C3=B8rgrav wrote: >> Author: des >> Date: Fri Nov 13 06:20:27 2015 >> New Revision: 290743 >> URL: https://svnweb.freebsd.org/changeset/base/290743 >>=20 >> Log: >> Allow admins to specify a regex which is applied (in the negative) to th= e >> output from df, similar to what security/200.chkmounts does. This can b= e >> useful to avoid listing automounted ZFS snapshots, for instance. >=20 > I almost want a variant of -l that would exclude all synthetic filesystems= > (procfs, devfs, etc.) as well as nullfs. I think there isn't an easy way > for it to auto-detect ZFS snapshots though. Are you referring to file systems mounted from cloned snapshots?=