From owner-freebsd-current@freebsd.org Mon Jun 25 12:40:15 2018 Return-Path: Delivered-To: freebsd-current@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 3AC89100D519 for ; Mon, 25 Jun 2018 12:40:15 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 DC96B7AFBD for ; Mon, 25 Jun 2018 12:40:14 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 58DB12193A for ; Mon, 25 Jun 2018 08:40:13 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 25 Jun 2018 08:40:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=qX9TYoRVjddKoZj5Qnb41IP2qa6lJ821OepL/w7489Q=; b=Z43VWpBV S6tw0+hj44BaGCRaJRnJFzn0Mkr412MAoSxQFlRwhADc6qSCEkQ5JT92EyryBo7F 1tqavGGEHS9iJptpjaKRs+xPIAV77uabmFZTJyIslQgXB/m6vr/cmp395eBHtd+8 OCFzVoGu/TmMLR3r5AdgHn+bBky6hc0cKMkRjqWOyGqIBBc2+g8dC7ckxE0JU7jE HawBagZroJ8yT6mVBz8jgRkg09ztINCSTRM71d6Lt5hSEur4MacKJLHxnotN6Te4 JRYplWyZNcLLYeyTzNxPC1X0MNS10W3XUwfvtbQbwaNsK+6NoMSu+AqqpyLKmlRH UWhtklmotzPg/g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=qX9TYoRVjddKoZj5Qnb41IP2qa6lJ 821OepL/w7489Q=; b=qI0Wy92pvTzsLwzGAn5fqfTQilCK+VUh1+CBXh+LlZF0H LRqeKXBBPaPWeRHvcnOO/erEoDj/hKA6u8TnkPBtGm7Dl2pJvnRoZSUgzyScYI3N zNI/OnDMfa+SAB3U0FvVz2nVAXBCCG/xlccWvJ7/1KEbiBOV+QQsZOLxcOWzUXaE QruLP5mL0kxbwoaRtQUL2fTnGOAY+bJBvWRcnhJ+CE8qIR1i9cWFZ7GXHLcOTuc9 4mw9DgT/p25Skpct6hTUNArMbg8wifxpbxxUeVti9QdgPACv0X4XBddXOriZzpyb UhGkRRXvnrVwZuKKaw7camHGaG0qWJOKb8gBHR/bg== X-ME-Proxy: X-ME-Sender: Received: from desktop.local (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id D2DF610428 for ; Mon, 25 Jun 2018 08:40:12 -0400 (EDT) To: freebsd-current@freebsd.org From: tech-lists Subject: ino64 Organization: none Message-ID: <68667907-4698-c2f0-3d97-bb7f75ff6bbf@zyxst.net> Date: Mon, 25 Jun 2018 13:40:11 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2018 12:40:15 -0000 Hello, When upgrading an old-ish 12-current (r317212), as per: > 20170523: > The "ino64" 64-bit inode project has been committed, which extends > a number of types to 64 bits. In order to upgrade, carefully follow > the full procedure documented below under the heading "To rebuild > everything and install it on the current system." Specifically, a > reboot is required after installing the new kernel before installing > world. is there anything more specific I need to do as well, like rebuild all installed ports? The system runs ZFS. It is *not* root-on-ZFS though. Is there anything more I need to consider for this? The system also runs bhyve. Are there any special considerations I need to bear in mind for the guest VMs? thanks, -- J.