From owner-svn-src-all@freebsd.org Tue May 23 23:46:18 2017 Return-Path: Delivered-To: svn-src-all@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 736DBD79DC1; Tue, 23 May 2017 23:46:18 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD5C1EA5; Tue, 23 May 2017 23:46:18 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id AE130BB4; Tue, 23 May 2017 18:46:15 -0500 (CDT) Date: Tue, 23 May 2017 18:46:14 -0500 From: Mark Linimon To: Allan Jude Cc: Alexey Dokuchaev , Ed Maste , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r318757 - head Message-ID: <20170523234614.GA7981@lonesome.com> References: <201705232025.v4NKPnrH001395@repo.freebsd.org> <20170523213306.GA74154@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 23:46:18 -0000 On Tue, May 23, 2017 at 05:39:50PM -0400, Allan Jude wrote: > The project also includes fixing a number of other long-standing- > because-of-ABI changes, like the max length of a mountpoint is now > 1024 instead of some small value (60 or 80 or something it was before) It was around 80. I hit that while trying to run poudriere under jails using ZFS (on what was then PC-BSD). Of course I could have re-done my entire ZFS hierarchy, but I was several years into using it the exact way I had laid it out by that point. I simply installed onto another machine; it was easier. mcl