From owner-svn-src-all@freebsd.org Wed Feb 27 13:36:37 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BAA5151D64D; Wed, 27 Feb 2019 13:36:37 +0000 (UTC) (envelope-from jack@gandi.net) Received: from gandi.net (mail12.gandi.net [IPv6:2001:4b98:dc4:5:ae1f:6bff:fe2d:9fdc]) (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 0F6A57703F; Wed, 27 Feb 2019 13:36:36 +0000 (UTC) (envelope-from jack@gandi.net) Received: from webmail.corp.gandi.net (unknown [10.200.236.10]) by gandi.net (Postfix) with ESMTP id 1B03016051D; Wed, 27 Feb 2019 13:36:34 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 27 Feb 2019 14:36:34 +0100 From: Jack Halford To: Toomas Soome Cc: Cy Schubert , Fatih Acar , Baptiste Daroussin , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, fatih@gandi.net Subject: Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common In-Reply-To: References: <201902262102.x1QL2rIo032528@slippy.cwsent.com> Message-ID: <7e25d58c8b7368af635a03d0a68b9b9c@mail12.gandi.net> X-Sender: jack@gandi.net User-Agent: Roundcube Webmail/1.0.0 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 27 Feb 2019 13:36:37 -0000 > There is one other minor issues that should also be addressed. The > mount message > at boot previously displayed: > > Mounting ZFS filesystems: > (44/159)^H^H^H^H^H^H^H^H(106/159)^H^H^H^H^H^H^H^H^H(15 > 9/159)^M > > Now it displays: > > (null): (44/159)^H^H^H^H^H^H^H^H(106/159)^H^H^H^H^H^H^H^H^H(159/159)^M > > see https://www.illumos.org/issues/10205 [6] for this one. Thanks Toomas for pointing out the fix in Illumos, I've opened a review here: https://reviews.freebsd.org/D19388 regards, -- Jack