From owner-freebsd-geom@freebsd.org Tue Feb 28 10:01:23 2017 Return-Path: Delivered-To: freebsd-geom@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 3FE71CF00B9 for ; Tue, 28 Feb 2017 10:01:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 644979C6; Tue, 28 Feb 2017 10:01:21 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA15744; Tue, 28 Feb 2017 12:01:20 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1cieau-0005it-GQ; Tue, 28 Feb 2017 12:01:20 +0200 To: freebsd-geom@FreeBSD.org Cc: "Andrey V. Elsukov" From: Andriy Gapon Subject: GEOM_PART: zvol/pond/xxx was automatically resized, every boot Message-ID: Date: Tue, 28 Feb 2017 12:00:24 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 10:01:23 -0000 I updated a system that was running a half year old head before that. Now on every reboot I see messages like: GEOM_PART: zvol/pond/raidz0 was automatically resized. Use `gpart commit zvol/pond/raidz0` to save changes or `gpart undo zvol/pond/raidz0` to revert them I have done "gpart commit", but on the next reboot I still see the same message. That didn't happen with the older FreeBSD. This is quite annoying as I have to do gpart commit after each reboot to make my zvols usable. To add some data: > gpart show zvol/pond/raidz0 => 63 10485697 zvol/pond/raidz0 MBR (5.0G) 63 10485697 - free - (5.0G) The zvol actually has whole-disk ZFS on it, which uses zfsboot for booting. In other words, the first block of the zvol is the first block of zfsboot binary. Please advise. Thank you. -- Andriy Gapon