From owner-freebsd-fs@FreeBSD.ORG Sat Jun 30 08:00:26 2012 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEE34106567A for ; Sat, 30 Jun 2012 08:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 998508FC0A for ; Sat, 30 Jun 2012 08:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5U80QEa069732 for ; Sat, 30 Jun 2012 08:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5U80QMX069724; Sat, 30 Jun 2012 08:00:26 GMT (envelope-from gnats) Date: Sat, 30 Jun 2012 08:00:26 GMT Message-Id: <201206300800.q5U80QMX069724@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/166566: [zfs] zfs split renders 2 disk (MBR based) mirror unbootable X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2012 08:00:26 -0000 The following reply was made to PR kern/166566; it has been noted by GNATS. From: Andriy Gapon To: hartzell@alerce.com Cc: bug-followup@FreeBSD.org Subject: Re: kern/166566: [zfs] zfs split renders 2 disk (MBR based) mirror unbootable Date: Sat, 30 Jun 2012 10:59:33 +0300 on 30/06/2012 02:33 George Hartzell said the following: > I thought that adding the "-R /zsplitroot" arg to the zpool split so > that also did the import would result in a zpool.cache file that > contained by. zpool status after the split shows both pool, which > I didn't think was the case if you don't use -R. With -R zplitroot is added to the main zpool.cache in /boot/zfs (on zroot). Nothing is done with zpool.cache in zplitroot as far as I understand. -- Andriy Gapon